Spaces:
Sleeping
Sleeping
chichomitko
commited on
Commit
•
a6ab0c4
1
Parent(s):
31da3a7
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ DEFAULT_MAX_NEW_TOKENS = 1024
|
|
12 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
13 |
ACCESS_TOKEN = os.getenv("HF_TOKEN", "")
|
14 |
|
15 |
-
model_id = "
|
16 |
#filename = "Mistral-Nemo-Instruct-2407-Q6_K_L.gguf"
|
17 |
|
18 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
12 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
13 |
ACCESS_TOKEN = os.getenv("HF_TOKEN", "")
|
14 |
|
15 |
+
model_id = "mistralai/Mistral-Nemo-Instruct-2407"
|
16 |
#filename = "Mistral-Nemo-Instruct-2407-Q6_K_L.gguf"
|
17 |
|
18 |
model = AutoModelForCausalLM.from_pretrained(
|