Pre-emptively test llama stack RC

This commit is contained in:
Connor Hack 2024-11-21 15:15:32 -08:00
parent 94bfd9a1d1
commit 318c98807c

View file

@ -204,7 +204,8 @@ jobs:
echo "[STEP] Installing 'llama-stack' models" echo "[STEP] Installing 'llama-stack' models"
pip install -U pip setuptools pip install -U pip setuptools
pip install -r requirements.txt 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 \ pip install -U \
torch torchvision \ torch torchvision \
pytest pytest_asyncio \ pytest pytest_asyncio \