We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2ce3b commit 4976920Copy full SHA for 4976920
.github/workflows/pr-container-build.yaml
@@ -85,7 +85,7 @@ jobs:
85
86
RUN pip install --index-url https://download.pytorch.org/whl/cpu torch torchvision
87
RUN pip install --no-deps sentence-transformers
88
- RUN pip install --no-cache llama-stack==0.2.22
+ RUN pip install --no-cache llama-stack==0.3.5
89
90
# Install the local provider package
91
RUN pip install /opt/app-root/
0 commit comments