Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ DESCRIPTION = """\
|
|
16 |
|
17 |
# Load model with appropriate device configuration
|
18 |
def load_model():
|
19 |
-
model_id = "CreitinGameplays/
|
20 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
21 |
|
22 |
# If using CPU, load in 32-bit to avoid potential issues with 16-bit operations
|
|
|
16 |
|
17 |
# Load model with appropriate device configuration
|
18 |
def load_model():
|
19 |
+
model_id = "CreitinGameplays/Llama-3.2-3B-Instruct-R1-v1"
|
20 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
21 |
|
22 |
# If using CPU, load in 32-bit to avoid potential issues with 16-bit operations
|