Remove testing llama-stack RC

This commit is contained in:
Connor Hack 2024-11-21 16:35:00 -08:00
parent 318c98807c
commit 046eec9793

View file

@ -204,8 +204,7 @@ jobs:
echo "[STEP] Installing 'llama-stack' models"
pip install -U pip setuptools
pip install -r requirements.txt
#pip install -e .
pip install --extra-index-url https://test.pypi.org/simple/ llama-stack==0.0.54rc3
pip install -e .
pip install -U \
torch torchvision \
pytest pytest_asyncio \