ailearnings commited on
Commit
911bca3
·
verified ·
1 Parent(s): 8c564bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,9 +51,9 @@ def load_llm():
51
  print("Cargando el modelo...")
52
  model_instance = AutoModelForCausalLM.from_pretrained(
53
  #"TheBloke/Llama-2-7B-Chat-GGUF",
54
- "TheBloke/phi-2-GGUF",
55
  #model_file='llama-2-7b-chat.Q5_K_M.gguf',
56
- model_file='phi-2.Q4_K_M.gguf',
57
  model_type='llama',
58
  max_new_tokens=2048,
59
  context_length = 4096,
 
51
  print("Cargando el modelo...")
52
  model_instance = AutoModelForCausalLM.from_pretrained(
53
  #"TheBloke/Llama-2-7B-Chat-GGUF",
54
+ "filipealmeida/open-llama-3b-v2-pii-transform",
55
  #model_file='llama-2-7b-chat.Q5_K_M.gguf',
56
+ model_file='ggml-model-Q4_0.gguf',
57
  model_type='llama',
58
  max_new_tokens=2048,
59
  context_length = 4096,