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