We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WW fails to detect the framework for
https://huggingface.co/bigcode/astraios-1b-adapterh
this fails
!git clone https://huggingface.co/bigcode/astraios-1b-adapterh watcher = ww.WeightWatcher(log_level=logging.DEBUG) details = watcher.describe(model="./astraios-1b-adapterh/") details
this works
import torch model = torch.load("./astraios-1b-adapterh/adapter_model.bin", map_location=torch.device('cpu')) watcher = ww.WeightWatcher(model=model) watcher.describe()
Need to add this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
WW fails to detect the framework for
https://huggingface.co/bigcode/astraios-1b-adapterh
this fails
this works
Need to add this
The text was updated successfully, but these errors were encountered: