Daemontatox commited on
Commit
27f962f
·
verified ·
1 Parent(s): e339ee0

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.
@@ -137,7 +137,7 @@ def initialize_model():
137
  device_map="cuda",
138
  attn_implementation="flash_attention_2",
139
  trust_remote_code=True,
140
- quantization_config=quantization_config
141
 
142
  )
143
 
 
20
  )
21
 
22
  # Configuration Constants
23
+ MODEL_ID = "Daemontatox/CogitoZ14"
24
 
25
 
26
  # Understand]: Analyze the question to identify key details and clarify the goal.
 
137
  device_map="cuda",
138
  attn_implementation="flash_attention_2",
139
  trust_remote_code=True,
140
+ #quantization_config=quantization_config
141
 
142
  )
143