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
File /opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py:1614, in Module.getattr(self, name)
1612 if name in modules:
1613 return modules[name]
-> 1614 raise AttributeError("'{}' object has no attribute '{}'".format(
1615 type(self).name, name))
AttributeError: 'LlamaAWQForCausalLM' object has no attribute 'push_to_hub'
The text was updated successfully, but these errors were encountered:
AttributeError Traceback (most recent call last)
Cell In[5], line 1
----> 1 model.push_to_hub('rshrott/description-together-ai-4bit-awq')
2 tokenizer.push_to_hub('rshrott/description-together-ai-4bit-awq')
File /opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py:1614, in Module.getattr(self, name)
1612 if name in modules:
1613 return modules[name]
-> 1614 raise AttributeError("'{}' object has no attribute '{}'".format(
1615 type(self).name, name))
AttributeError: 'LlamaAWQForCausalLM' object has no attribute 'push_to_hub'
The text was updated successfully, but these errors were encountered: