Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ import os
|
|
| 9 |
from typing import Iterator, List, Tuple
|
| 10 |
import spaces
|
| 11 |
|
|
|
|
| 12 |
# Model configuration
|
| 13 |
MODEL_NAME = "yasserrmd/SinaReason-Magistral-2509"
|
| 14 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
|
|
|
| 9 |
from typing import Iterator, List, Tuple
|
| 10 |
import spaces
|
| 11 |
|
| 12 |
+
|
| 13 |
# Model configuration
|
| 14 |
MODEL_NAME = "yasserrmd/SinaReason-Magistral-2509"
|
| 15 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|