Spaces:
Sleeping
Sleeping
abrakjamson
commited on
Commit
·
eefa812
1
Parent(s):
60a54bb
merging
Browse files
app.py
CHANGED
|
@@ -9,8 +9,8 @@ import gradio as gr
|
|
| 9 |
from huggingface_hub import login
|
| 10 |
|
| 11 |
# Initialize model and tokenizer
|
| 12 |
-
|
| 13 |
-
mistral_path = r"E:/language_models/models/mistral"
|
| 14 |
|
| 15 |
#access_token = os.getenv("mistralaccesstoken")
|
| 16 |
#login(access_token)
|
|
|
|
| 9 |
from huggingface_hub import login
|
| 10 |
|
| 11 |
# Initialize model and tokenizer
|
| 12 |
+
mistral_path = "mistralai/Mistral-7B-Instruct-v0.3"
|
| 13 |
+
#mistral_path = r"E:/language_models/models/mistral"
|
| 14 |
|
| 15 |
#access_token = os.getenv("mistralaccesstoken")
|
| 16 |
#login(access_token)
|