Spaces:
Sleeping
Sleeping
ehristoforu
commited on
Commit
•
4ea9164
1
Parent(s):
06b7e03
Update hf_launch.py
Browse files- hf_launch.py +2 -0
hf_launch.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
import subprocess
|
2 |
import os
|
3 |
|
|
|
|
|
4 |
subprocess.run(["python", "webui.py"], check=True)
|
|
|
1 |
import subprocess
|
2 |
import os
|
3 |
|
4 |
+
subprocess.run(["wget", "-O", "models/llama-2-7b-chat.ggmlv3.q2_K.bin", "https://huggingface.co/ehristoforu/LLMs/resolve/main/llama-2-7b-chat.ggmlv3.q2_K.bin"], check=True)
|
5 |
+
|
6 |
subprocess.run(["python", "webui.py"], check=True)
|