Skip to content
New issue

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

push_to_hub error #42

Open
ryanshrott opened this issue Sep 10, 2023 · 1 comment
Open

push_to_hub error #42

ryanshrott opened this issue Sep 10, 2023 · 1 comment

Comments

@ryanshrott
Copy link


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'

@casper-hansen
Copy link
Owner

casper-hansen commented Sep 10, 2023

Hi @ryanshrott, this is not implemented yet. PRs are welcome to enable this. I recommend using git until then

@casper-hansen casper-hansen mentioned this issue Sep 11, 2023
30 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants