Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- str_cmd1 = 'pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
3
  str_cmd2 = 'pip install --no-deps xformers "trl<0.9.0" peft accelerate bitsandbytes'
4
  os.system(str_cmd1)
5
  os.system(str_cmd2)
 
1
  import os
2
+ str_cmd1 = 'pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"'
3
  str_cmd2 = 'pip install --no-deps xformers "trl<0.9.0" peft accelerate bitsandbytes'
4
  os.system(str_cmd1)
5
  os.system(str_cmd2)