Jatinydv commited on
Commit
1984220
1 Parent(s): eb53101

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def set_custom_prompt():
22
 
23
  def load_model():
24
  llm=CTransformers(
25
- model='TheBloke/CodeLlama-7B-Instruct-GGML/codellama-7b-instruct.ggmlv3.Q4_K_M.bin',
26
  model_type='llama',
27
  max_new_tokens=1096,
28
  temperature=0.2,
 
22
 
23
  def load_model():
24
  llm=CTransformers(
25
+ model='TheBloke/CodeLlama-7B-Instruct-GGML',
26
  model_type='llama',
27
  max_new_tokens=1096,
28
  temperature=0.2,