-
Notifications
You must be signed in to change notification settings - Fork 32
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
Pytorch in requirements? #53
Comments
Hi @dconathan I recall this being a requirement to load/convert HF models that do not have TF weights. |
Ah that makes sense. Are you open to pytorch-only backend and eliminating tensorflow as a dependency? |
At this point, that seems like a good way to simply things. |
Both
torch
andtorchvision
are in requirements.txt and setup.py but they don't seem to be used anywhere. Any particular reason you have both torch and tensorflow in requirements?The text was updated successfully, but these errors were encountered: