DR-Rakshitha commited on
Commit
0443455
1 Parent(s): 8384864

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from gpt4all import GPT4All
5
  import os
6
 
7
  # Specify the local path to the downloaded model file
8
- model_path = "path/to/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin"
9
 
10
  # Check if the model file exists locally
11
  if not os.path.exists(model_path):
 
5
  import os
6
 
7
  # Specify the local path to the downloaded model file
8
+ model_path = "https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin"
9
 
10
  # Check if the model file exists locally
11
  if not os.path.exists(model_path):