spuun commited on
Commit
32cb2ad
·
1 Parent(s): c104cff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import subprocess
8
  if not os.path.exists("ggml-model-q4_0.bin"):
9
  open("ggml-model-q4_0.bin", "wb").write(
10
  requests.get(
11
- "https://huggingface.co/sasha0552/pygmalion-7b-q4_0-ggml/resolve/main/ggml-model-q4_0.bin"
12
  ).content
13
  )
14
  else:
 
8
  if not os.path.exists("ggml-model-q4_0.bin"):
9
  open("ggml-model-q4_0.bin", "wb").write(
10
  requests.get(
11
+ "https://huggingface.co/birdup/pygmalion-7b-q5_1-ggml-v5/resolve/main/pygmalion-7b-q5_1-ggml-v5.bin"
12
  ).content
13
  )
14
  else: