kat33 commited on
Commit
36d9e29
1 Parent(s): 2e1a289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ model_filename="nous-hermes-13b.ggmlv3.q4_K_S.bin"
15
 
16
  def download_model():
17
  # See https://github.com/OpenAccess-AI-Collective/ggml-webui/blob/main/tabbed.py
18
- file_path=/home/user/.cache/huggingface/hub/models--TheBloke--Nous-Hermes-13B-GGML/snapshots/f1a48f90a07550e1ba30e347b2be69d4fa5e393b/nous-hermes-13b.ggmlv3.q4_K_S.bin
19
  if os.path.exists(file_path):
20
  return file_path
21
  else:
 
15
 
16
  def download_model():
17
  # See https://github.com/OpenAccess-AI-Collective/ggml-webui/blob/main/tabbed.py
18
+ file_path="/home/user/.cache/huggingface/hub/models--TheBloke--Nous-Hermes-13B-GGML/snapshots/f1a48f90a07550e1ba30e347b2be69d4fa5e393b/nous-hermes-13b.ggmlv3.q4_K_S.bin"
19
  if os.path.exists(file_path):
20
  return file_path
21
  else: