Skip to content

Commit 32cc005

Browse files
committed
Revert "fix"
This reverts commit e526c86.
1 parent e526c86 commit 32cc005

File tree

1 file changed

+2
-2
lines changed
  • tests/test_tipc/auto_tuner/llama_finetune/benchmark_common

1 file changed

+2
-2
lines changed

tests/test_tipc/auto_tuner/llama_finetune/benchmark_common/prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
python -m pip install -r ../requirements.txt
1616
pip install regex
1717

18-
cd ../llm/
18+
cd ../../../llm/
1919
wget https://bj.bcebos.com/paddlenlp/models/transformers/llama/data/llama_openwebtext_100k_ids.npy
2020
wget https://bj.bcebos.com/paddlenlp/models/transformers/llama/data/llama_openwebtext_100k_idx.npz
2121

@@ -25,7 +25,7 @@ mv llama_openwebtext_100k_idx.npz ./data
2525

2626
# mv autoconfig
2727
rm -rf autoconfig
28-
cp -r ../tests/test_tipc/auto_tuner/autoconfig ./
28+
cp -r ../../tests/test_tipc/auto_tuner/autoconfig ./
2929
unset PADDLE_ELASTIC_JOB_ID
3030
unset PADDLE_TRAINER_ENDPOINTS
3131
unset DISTRIBUTED_TRAINER_ENDPOINTS

0 commit comments

Comments
 (0)