Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,6 +13,7 @@ model_id = "AXCXEPT/phi-4-deepseek-R1K-RL-EZO"
|
|
| 13 |
model_id = "AXCXEPT/phi-4-open-R1-Distill-EZOv1"
|
| 14 |
|
| 15 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
|
|
|
| 16 |
device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 17 |
device = "cuda"
|
| 18 |
dtype = torch.bfloat16
|
|
|
|
| 13 |
model_id = "AXCXEPT/phi-4-open-R1-Distill-EZOv1"
|
| 14 |
|
| 15 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
| 16 |
+
huggingface_token = None
|
| 17 |
device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 18 |
device = "cuda"
|
| 19 |
dtype = torch.bfloat16
|