m1n9k7 commited on
Commit
ed9843a
1 Parent(s): 738818e

Update app.py

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