LLMproj1 commited on
Commit
1eb05ab
1 Parent(s): 014c274

Update model.py

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