mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 03:12:25 +00:00
.
This commit is contained in:
parent
a4e53cc4f3
commit
9517eef70c
4 changed files with 7 additions and 15 deletions
10
.github/actions/setup-runner/action.yml
vendored
10
.github/actions/setup-runner/action.yml
vendored
|
|
@ -21,15 +21,11 @@ runs:
|
|||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
VENV_NAME="github-actions-runner"
|
||||
uv venv $VENV_NAME
|
||||
source $VENV_NAME/bin/activate
|
||||
|
||||
echo "Updating project dependencies via uv sync"
|
||||
uv sync --all-groups
|
||||
uv pip install ollama faiss-cpu
|
||||
|
||||
# You must install llama-stack first because otherwise it will overwrite llama-stack-client-python
|
||||
uv pip install -e .
|
||||
echo "Installing ad-hoc dependencies"
|
||||
uv pip install ollama faiss-cpu
|
||||
|
||||
# Install llama-stack-client-python based on the client-version input
|
||||
if [ "${{ inputs.client-version }}" = "latest" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue