Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
pin fastchat version
Browse files Browse the repository at this point in the history
  • Loading branch information
asaiacai committed Oct 26, 2023
1 parent 37a765a commit 3ebc9b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llm_atc/config/train/vicuna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ setup: |
pip install torch==2.0.1 --extra-index-url https://download.pytorch.org/whl/cu116
git clone https://github.com/lm-sys/FastChat.git
cd FastChat
git checkout cbf285360e8e809a316c88a8377c1bb0f0c770bc
pip install -e .
if [ $USE_FLASH_ATTN -eq 1 ]; then
pip install packaging
Expand Down

0 comments on commit 3ebc9b7

Please sign in to comment.