We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230e03f commit 0406607Copy full SHA for 0406607
scripts/regression/ci_case.sh
@@ -884,7 +884,9 @@ print_info $? ernie-doc_dureader_robust
884
#26 transformer-xl
885
transformer-xl (){
886
cd ${nlp_dir}/examples/language_model/transformer-xl/
887
-cp -r /ssd1/paddlenlp/download/transformer-xl/* ./
+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 ../
890
export CUDA_VISIBLE_DEVICES=${cudaid2}
891
time (sed -i 's/print_step: 100/print_step: 1/g' configs/enwik8.yaml
892
sed -i 's/save_step: 10000/save_step: 3/g' configs/enwik8.yaml
0 commit comments