Skip to content

Commit 0406607

Browse files
authored
[CI] Fix transformer xl (PaddlePaddle#5255)
* [CI] fix transformer-xl * Update
1 parent 230e03f commit 0406607

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/regression/ci_case.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,9 @@ print_info $? ernie-doc_dureader_robust
884884
#26 transformer-xl
885885
transformer-xl (){
886886
cd ${nlp_dir}/examples/language_model/transformer-xl/
887-
cp -r /ssd1/paddlenlp/download/transformer-xl/* ./
887+
mkdir gen_data && cd gen_data
888+
wget https://paddle-qa.bj.bcebos.com/paddlenlp/enwik8.tar.gz && tar -zxvf enwik8.tar.gz
889+
cd ../
888890
export CUDA_VISIBLE_DEVICES=${cudaid2}
889891
time (sed -i 's/print_step: 100/print_step: 1/g' configs/enwik8.yaml
890892
sed -i 's/save_step: 10000/save_step: 3/g' configs/enwik8.yaml

0 commit comments

Comments
 (0)