Daemontatox commited on
Commit
6ec82dd
·
verified ·
1 Parent(s): 5e55a06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import subprocess
3
 
4
  subprocess.run(
5
  'pip install --force-reinstall --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth.git ',
 
6
  shell=True
7
  )
8
 
 
3
 
4
  subprocess.run(
5
  'pip install --force-reinstall --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth.git ',
6
+ 'pip install unsloth_zoo',
7
  shell=True
8
  )
9