Update orpheus-tts/engine_class.py
Browse files
orpheus-tts/engine_class.py
CHANGED
@@ -78,7 +78,7 @@ class OrpheusModel:
|
|
78 |
gpu_memory_utilization=0.85,
|
79 |
max_model_len=8192,
|
80 |
trust_remote_code=True,
|
81 |
-
enforce_eager=
|
82 |
**self.engine_kwargs
|
83 |
)
|
84 |
|
|
|
78 |
gpu_memory_utilization=0.85,
|
79 |
max_model_len=8192,
|
80 |
trust_remote_code=True,
|
81 |
+
enforce_eager=False, # Disable CUDA graphs for better compatibility
|
82 |
**self.engine_kwargs
|
83 |
)
|
84 |
|