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

Update: pinned lighteval reference to allow PyTorch 2.5+ #142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ATaylorAerospace
Copy link
Contributor

Changes:

Updated _deps in setup.py to point lighteval to a newer commit that supports PyTorch ≥ 2.5. This fixes the dependency conflict reported in #122.

Reasoning:

The previous pinned commit forced torch<2.5, making installation fail for users needing PyTorch 2.5.1 or higher. The newer commit in lighteval removes that restriction, resolving the conflict described in #122.

…ngface#122)

Changes:

Updated _deps in setup.py to point lighteval to a newer commit that supports PyTorch ≥ 2.5. This fixes the dependency conflict reported in huggingface#122.

Reasoning:

The previous pinned commit forced torch<2.5, making installation fail for users needing PyTorch 2.5.1 or higher.
The newer commit in lighteval removes that restriction, resolving the conflict described in huggingface#122.
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

Successfully merging this pull request may close these issues.

1 participant