adr2432 commited on
Commit
be183eb
1 Parent(s): 070b43a

Create add.py

Browse files
Files changed (1) hide show
  1. add.py +3 -0
add.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import subprocess
2
+
3
+ subprocess.run(["aria2c", "--console-log-level=error", "-c", "-x", "16", "-s", "16", "-k", "1M", "https://huggingface.co/4bit/Llama-2-7b-chat-hf/resolve/main/model-00001-of-00002.safetensors", "-d", "/content/text-generation-webui/models/Llama-2-7b-chat-hf", "-o", "model-00001-of-00002.safetensors"])