Removed flash-attn as dependency because it's hard to install properly
This commit is contained in:
@@ -37,7 +37,6 @@ class QwQLlmEngine(LlmEngine):
|
||||
model_path,
|
||||
return_dict=True,
|
||||
device_map="auto",
|
||||
attn_implementation="flash_attention_2",
|
||||
use_cache=True,
|
||||
quantization_config=quantization_config,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user