Daemontatox commited on
Commit
5b9edb1
·
verified ·
1 Parent(s): c242924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,7 +20,7 @@ from transformers import (
20
  )
21
 
22
  # Configuration Constants
23
- MODEL_ID = "Daemontatox/PathFinderAi3.0"
24
 
25
 
26
  # Understand]: Analyze the question to identify key details and clarify the goal.
@@ -114,7 +114,7 @@ def initialize_model():
114
  torch_dtype=torch.float16,
115
  device_map="cuda",
116
  attn_implementation="flash_attention_2",
117
- quantization_config=quantization_config
118
 
119
  )
120
 
 
20
  )
21
 
22
  # Configuration Constants
23
+ MODEL_ID = "unsloth/phi-4"
24
 
25
 
26
  # Understand]: Analyze the question to identify key details and clarify the goal.
 
114
  torch_dtype=torch.float16,
115
  device_map="cuda",
116
  attn_implementation="flash_attention_2",
117
+ #quantization_config=quantization_config
118
 
119
  )
120