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

ci: server: fix python installation again #6922

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

phymbert
Copy link
Collaborator

First attempt to fix failed:

It is painful because of pull_request_target need first to be merged to master.

I reused the approach from :

- name: Install python env
id: pipenv
run: |
cd examples/server/bench
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Hope it will fix the issue:
https://github.com/ggerganov/llama.cpp/actions/runs/8844678402/job/24287026323

@phymbert phymbert added build Compilation issues server/webui labels Apr 26, 2024
@phymbert phymbert requested a review from ggerganov April 26, 2024 09:01
@phymbert phymbert merged commit 9e4e077 into master Apr 26, 2024
23 of 26 checks passed
@phymbert phymbert deleted the hp/ci/server/fix-python-again branch April 26, 2024 09:11
nopperl pushed a commit to nopperl/llama.cpp that referenced this pull request May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Compilation issues server/webui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants