Filip commited on
Commit
ded5147
·
1 Parent(s): 661f58a
Files changed (2) hide show
  1. app.py +0 -2
  2. requirements.txt +2 -2
app.py CHANGED
@@ -14,8 +14,6 @@ def download_model():
14
  model_path = hf_hub_download(
15
  repo_id=REPO_ID,
16
  filename=MODEL_FILE,
17
- resume_download=True,
18
- force_filename=MODEL_FILE
19
  )
20
  return model_path
21
  except Exception as e:
 
14
  model_path = hf_hub_download(
15
  repo_id=REPO_ID,
16
  filename=MODEL_FILE,
 
 
17
  )
18
  return model_path
19
  except Exception as e:
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
  huggingface_hub==0.25.2
2
- torch
3
- gradio
 
1
  huggingface_hub==0.25.2
2
+ gradio
3
+ llama-cpp-python