CreitinGameplays commited on
Commit
eaf9717
·
verified ·
1 Parent(s): 5da752f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ DESCRIPTION = """\
16
 
17
  # Load model with appropriate device configuration
18
  def load_model():
19
- model_id = "CreitinGameplays/dumbbot"
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