Daemontatox commited on
Commit
43cd08a
·
verified ·
1 Parent(s): 6ec82dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -3,6 +3,11 @@ import subprocess
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
  )
 
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
+
9
+
10
+ subprocess.run(
11
  'pip install unsloth_zoo',
12
  shell=True
13
  )