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
Hello,
I would like to evaluate a model that has been quantized using AQLM and subsequently fine-tuned with PV-Tuning.
After PV-Tuning, I obtained a best_model directory containing files such as model.layers.0.mlp.down_proj.weight.pth.
However, when I attempted to run lmeval.py, I encountered the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/temp/AQLM/finetuned/meta-llama/Llama-3.1-8B/best_model/0.pth'
Could you help me resolve this issue? Specifically:
Should the fine-tuned model files be converted to a specific format before evaluation?
Is there any additional step required to ensure compatibility with lmeval.py?
Thank you in advance for your assistance.
The text was updated successfully, but these errors were encountered:
Hello,
I would like to evaluate a model that has been quantized using AQLM and subsequently fine-tuned with PV-Tuning.
After PV-Tuning, I obtained a best_model directory containing files such as model.layers.0.mlp.down_proj.weight.pth.
However, when I attempted to run lmeval.py, I encountered the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/temp/AQLM/finetuned/meta-llama/Llama-3.1-8B/best_model/0.pth'
Could you help me resolve this issue? Specifically:
Thank you in advance for your assistance.
The text was updated successfully, but these errors were encountered: