Spaces:
Running
Running
Update app.py
Browse files
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 |
|