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
"pip install lighteval"
installs just cpu version of torch.
pip install lighteval
pip list | grep torch
pip install lighteval should check gpu config and install the torch accordingly.
lighteval =v0.7, issue happens on both conda/pip irrespective of version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
"pip install lighteval"
installs just cpu version of torch.
To Reproduce
pip install lighteval
pip list | grep torch
Expected behavior
pip install lighteval should check gpu config and install the torch accordingly.
Version info
lighteval =v0.7, issue happens on both conda/pip irrespective of version
The text was updated successfully, but these errors were encountered: