mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
logging
This commit is contained in:
parent
f73f57ca21
commit
eabcb2967a
@ -950,6 +950,7 @@ def get_model(
|
||||
|
||||
if model_type == QWEN2:
|
||||
if FLASH_ATTENTION:
|
||||
print('!!! aliases !!!')
|
||||
return FlashCausalLM(
|
||||
model_id=model_id,
|
||||
model_class=Qwen2ForCausalLM,
|
||||
|
Loading…
Reference in New Issue
Block a user