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
Can you please describe the desired/better approach in more detail? Do you want the save_checkpoint method to save checkpoint in multiple formats; or based on input format; or ask user?
This is where the quantize.py saves the quantized model:
torchtune/recipes/quantize.py
Line 97 in 9fd1ead
It looks like this:
This means that even if the input are multiple .safetensors files, it will save a single .pt file, making it not too attractive.
The text was updated successfully, but these errors were encountered: