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

move PATH #857

Merged
merged 1 commit into from
Sep 13, 2024
Merged

move PATH #857

merged 1 commit into from
Sep 13, 2024

Conversation

pascal-pfeiffer
Copy link
Collaborator

Previously, flash-attention installation was failing with:

python3.10 -m pipenv run python -m pip install flash-attn==2.6.1 --no-build-isolation --upgrade --no-cache-dir
/workspace/.venv/bin/python3.10: No module named pipenv

e.g. https://github.com/h2oai/h2o-llmstudio/actions/runs/10838438509/job/30076644133

It was happening due to mixing the system and venv's Python interpreters.
We now move adding the venv to PATH after the setup.

@pascal-pfeiffer pascal-pfeiffer merged commit 4bd792c into main Sep 13, 2024
5 checks passed
@pascal-pfeiffer pascal-pfeiffer deleted the pp/test branch September 13, 2024 15:08
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.

2 participants