Skip to content

Commit

Permalink
fix train yaml (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll authored Mar 30, 2023
1 parent 22e1ac5 commit 20dcafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/train-vicuna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ run: |
DATE=${DATE:-20230303}
USE_FLASH_ATTN=${USE_FLASH_ATTN:-0}
if [ $USE_FLASH_ATTN -eq 1 ]; then
TRAIN_SCRIPT=fastchat/train/train_flash_attn.py
TRAIN_SCRIPT=fastchat/train/train_mem.py
USE_FLASH_SUFFIX="-flash"
else
TRAIN_SCRIPT=fastchat/train/train.py
Expand Down

0 comments on commit 20dcafa

Please sign in to comment.