Spaces:
Sleeping
Sleeping
Commit ·
31618c9
1
Parent(s): 6af2931
Updated
Browse files
main.py
CHANGED
|
@@ -21,7 +21,7 @@ from transformers import pipeline
|
|
| 21 |
# CONFIGURATION
|
| 22 |
# =====================================================
|
| 23 |
API_SECRET = "techdisciplesai404"
|
| 24 |
-
PRIMARY_MODEL = "google/gemma-3-
|
| 25 |
FALLBACK_MODEL = "mistralai/Mistral-7B-Instruct-v0.3"
|
| 26 |
DEVICE = 0 if torch.cuda.is_available() else -1
|
| 27 |
|
|
|
|
| 21 |
# CONFIGURATION
|
| 22 |
# =====================================================
|
| 23 |
API_SECRET = "techdisciplesai404"
|
| 24 |
+
PRIMARY_MODEL = "google/gemma-3-1b-it"
|
| 25 |
FALLBACK_MODEL = "mistralai/Mistral-7B-Instruct-v0.3"
|
| 26 |
DEVICE = 0 if torch.cuda.is_available() else -1
|
| 27 |
|