Remove stray debug print

This commit is contained in:
Daniël de Kok 2024-09-24 08:31:02 +00:00
parent 7c05b0ba54
commit 67f5051e3d

View File

@ -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,