suraj commited on
Commit
22969ad
1 Parent(s): e2cf490
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import hf_hub_download
7
  #MODEL SETTINGS also for DISPLAY
8
  convHistory = ''
9
  modelfile = hf_hub_download(
10
- repo_id=os.environ.get("REPO_ID", "slasiyal/slasiyal/deepseek-coder-7b-instruct_q8_0.gguf"),
11
  filename=os.environ.get("MODEL_FILE", "slasiyal/deepseek-coder-7b-instruct_q8_0.gguf"),
12
  )
13
  repetitionpenalty = 1.15
 
7
  #MODEL SETTINGS also for DISPLAY
8
  convHistory = ''
9
  modelfile = hf_hub_download(
10
+ repo_id=os.environ.get("REPO_ID", "slasiyal/deepseek-coder-7b-instruct_q8_0.gguf"),
11
  filename=os.environ.get("MODEL_FILE", "slasiyal/deepseek-coder-7b-instruct_q8_0.gguf"),
12
  )
13
  repetitionpenalty = 1.15