adhinojosa commited on
Commit
0e49422
·
1 Parent(s): e02d784

cambio a openorca

Browse files
Files changed (1) hide show
  1. model.py +2 -2
model.py CHANGED
@@ -1,4 +1,4 @@
1
  from ctransformers import AutoModelForCausalLM
2
- #model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-OpenOrca-GGUF", model_file="mistral-7b-openorca.Q2_K.gguf", model_type="mistral")
3
 
4
- model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.2-GGUF")
 
1
  from ctransformers import AutoModelForCausalLM
2
+ model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-OpenOrca-GGUF", model_file="mistral-7b-openorca.Q2_K.gguf", model_type="mistral")
3
 
4
+ #model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.2-GGUF")