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
convert_hf_checkpoint.py attempts to import ModelConfig from models.py, but this file is not in the right place for this import statement to work
This is a result of just copying from the gptfast repo most likely
In that repo, model.py is located in the parent directory but for us its in torchao/_models/llama
The fix is simple enough but I'm using this issue as a placeholder while I continue testing this
The text was updated successfully, but these errors were encountered:
convert_hf_checkpoint.py attempts to import ModelConfig from models.py, but this file is not in the right place for this import statement to work
This is a result of just copying from the gptfast repo most likely
In that repo, model.py is located in the parent directory but for us its in torchao/_models/llama
The fix is simple enough but I'm using this issue as a placeholder while I continue testing this
The text was updated successfully, but these errors were encountered: