Kush1 commited on
Commit
57d78bf
1 Parent(s): 8e9efce

Changes in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import time
3
  from ctransformers import AutoModelForCausalLM
4
 
5
  def load_llm():
6
- llm = AutoModelForCausalLM.from_pretrained("codellama-13b-instruct.Q4_K_M.gguf",
7
  model_type='llama',
8
  max_new_tokens = 1096,
9
  repetition_penalty = 1.13,
 
3
  from ctransformers import AutoModelForCausalLM
4
 
5
  def load_llm():
6
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/CodeLlama-13B-Instruct-GGUF",
7
  model_type='llama',
8
  max_new_tokens = 1096,
9
  repetition_penalty = 1.13,