-
Notifications
You must be signed in to change notification settings - Fork 265
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
HELM install may be broken for next version release. #1616
Comments
Note: here is the output when I run
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
python3.8 -m venv test-venv
source test-venv/bin/activate
pip install git+https://github.com/stanford-crfm/helm.git@main
helm-run --suite v1 --max-eval-instances 10 --run-specs "mmlu:subject=philosophy,model=huggingface/gpt2"
Error:
The issue is resolved if you
pip install -r https://raw.githubusercontent.com/stanford-crfm/helm/main/requirements-freeze.txt
, so it appears to be an issue with the versions pip is using for downloaded dependencies for specified packages inrequirements.txt
The text was updated successfully, but these errors were encountered: