We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25233f2 commit 7b50ca9Copy full SHA for 7b50ca9
tests/skyserve/llm/service.yaml
@@ -28,7 +28,7 @@ setup: |
28
fi
29
30
# Install dependencies
31
- pip install "fschat[model_worker,webui]==0.2.24"
+ pip install "fschat[model_worker,webui]==0.2.24" "transformers<4.48.0"
32
pip install sentencepiece protobuf
33
34
run: |
0 commit comments