File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/test_tipc/auto_tuner/llama_finetune/benchmark_common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
python -m pip install -r ../requirements.txt
16
16
pip install regex
17
17
18
- cd ../llm/
18
+ cd ../../../ llm/
19
19
wget https://bj.bcebos.com/paddlenlp/models/transformers/llama/data/llama_openwebtext_100k_ids.npy
20
20
wget https://bj.bcebos.com/paddlenlp/models/transformers/llama/data/llama_openwebtext_100k_idx.npz
21
21
@@ -25,7 +25,7 @@ mv llama_openwebtext_100k_idx.npz ./data
25
25
26
26
# mv autoconfig
27
27
rm -rf autoconfig
28
- cp -r ../tests/test_tipc/auto_tuner/autoconfig ./
28
+ cp -r ../../ tests/test_tipc/auto_tuner/autoconfig ./
29
29
unset PADDLE_ELASTIC_JOB_ID
30
30
unset PADDLE_TRAINER_ENDPOINTS
31
31
unset DISTRIBUTED_TRAINER_ENDPOINTS
You can’t perform that action at this time.
0 commit comments