mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
Pre-emptively test llama stack RC
This commit is contained in:
parent
94bfd9a1d1
commit
318c98807c
1 changed files with 2 additions and 1 deletions
|
@ -204,7 +204,8 @@ jobs:
|
|||
echo "[STEP] Installing 'llama-stack' models"
|
||||
pip install -U pip setuptools
|
||||
pip install -r requirements.txt
|
||||
pip install -e .
|
||||
#pip install -e .
|
||||
pip install --extra-index-url https://test.pypi.org/simple/ llama-stack==0.0.54rc3
|
||||
pip install -U \
|
||||
torch torchvision \
|
||||
pytest pytest_asyncio \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue