Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cblmemo committed Jan 15, 2025
1 parent 7b50ca9 commit 2fe25e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/skyserve/llm/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ setup: |
fi
# Install dependencies
# TODO(tian): transformers<4.48.0 is a temporary solution for breaking
# change in transformers 4.48.0. Update to latest version when the issue
# is fixed. Ref: https://github.com/huggingface/transformers/issues/35639
pip install "fschat[model_worker,webui]==0.2.24" "transformers<4.48.0"
pip install sentencepiece protobuf
Expand Down

0 comments on commit 2fe25e3

Please sign in to comment.