Skip to content

Commit 7b50ca9

Browse files
committed
fix llm
1 parent 25233f2 commit 7b50ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/skyserve/llm/service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ setup: |
2828
fi
2929
3030
# Install dependencies
31-
pip install "fschat[model_worker,webui]==0.2.24"
31+
pip install "fschat[model_worker,webui]==0.2.24" "transformers<4.48.0"
3232
pip install sentencepiece protobuf
3333
3434
run: |

0 commit comments

Comments
 (0)