Spaces:
Paused
Paused
Commit
·
0e49422
1
Parent(s):
e02d784
cambio a openorca
Browse files
model.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
from ctransformers import AutoModelForCausalLM
|
2 |
-
|
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")
|