LLMproj1 commited on
Commit
0ea1eaf
·
verified ·
1 Parent(s): 20f62a9

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -0
model.py CHANGED
@@ -9,6 +9,7 @@ Original file is located at
9
 
10
  import os
11
  os.system('pip install torch transformers unsloth ')
 
12
 
13
  import gradio as gr
14
  import torch
 
9
 
10
  import os
11
  os.system('pip install torch transformers unsloth ')
12
+ os.system('pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" --no-deps xformers trl peft accelerate bitsandbytes')
13
 
14
  import gradio as gr
15
  import torch