You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used supervised-fine-tune.py for fine-tuning. Does this mean that in inference.py, should I use from llama_attn_replace_sft import replace_llama_attn in place of your currently specified from llama_attn_replace import replace_llama_attn?
The text was updated successfully, but these errors were encountered:
spring1915
changed the title
What llama attn replacement to use for SFT-finetuning-based inference?
What llama attn replacement to use for SFT-based inference?
Dec 18, 2023
I used supervised-fine-tune.py for fine-tuning. Does this mean that in inference.py, should I use from llama_attn_replace_sft import replace_llama_attn in place of your currently specified from llama_attn_replace import replace_llama_attn?
The text was updated successfully, but these errors were encountered: