mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Remove stray debug print
This commit is contained in:
parent
7c05b0ba54
commit
67f5051e3d
@ -786,7 +786,6 @@ def get_model(
|
||||
)
|
||||
|
||||
elif model_type == LLAMA or model_type == BAICHUAN or model_type == PHI3:
|
||||
print(f">>> model_type: {model_type}")
|
||||
if FLASH_ATTENTION:
|
||||
return FlashCausalLM(
|
||||
model_id=model_id,
|
||||
|
Loading…
Reference in New Issue
Block a user