Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,8 +7,8 @@ from datetime import datetime
|
|
| 7 |
|
| 8 |
|
| 9 |
# Model which is used
|
| 10 |
-
checkpoint = "CohereForAI/c4ai-command-r-
|
| 11 |
-
checkpoint = "mistral-community/Mixtral-8x22B-v0.1"
|
| 12 |
path_to_log = "log.txt"
|
| 13 |
# Inference client with the model (And HF-token if needed)
|
| 14 |
client = InferenceClient(checkpoint)
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
# Model which is used
|
| 10 |
+
checkpoint = "CohereForAI/c4ai-command-r-v01"
|
| 11 |
+
#checkpoint = "mistral-community/Mixtral-8x22B-v0.1"
|
| 12 |
path_to_log = "log.txt"
|
| 13 |
# Inference client with the model (And HF-token if needed)
|
| 14 |
client = InferenceClient(checkpoint)
|