Skip to content

Commit

Permalink
Revert "fix"
Browse files Browse the repository at this point in the history
This reverts commit e526c86.
  • Loading branch information
Liujie0926 committed Jan 23, 2024
1 parent e526c86 commit 32cc005
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
python -m pip install -r ../requirements.txt
pip install regex

cd ../llm/
cd ../../../llm/
wget https://bj.bcebos.com/paddlenlp/models/transformers/llama/data/llama_openwebtext_100k_ids.npy
wget https://bj.bcebos.com/paddlenlp/models/transformers/llama/data/llama_openwebtext_100k_idx.npz

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

# mv autoconfig
rm -rf autoconfig
cp -r ../tests/test_tipc/auto_tuner/autoconfig ./
cp -r ../../tests/test_tipc/auto_tuner/autoconfig ./
unset PADDLE_ELASTIC_JOB_ID
unset PADDLE_TRAINER_ENDPOINTS
unset DISTRIBUTED_TRAINER_ENDPOINTS
Expand Down

0 comments on commit 32cc005

Please sign in to comment.