Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
Set TRANSFORMERS_OFFLINE=0 for Dialogue: Answer Extender using DialogueGPTGenerationModel


Signed-off-by: Abhishree Thittenamane <[email protected]>
  • Loading branch information
athitten committed Aug 27, 2023
1 parent e5d2882 commit ab62ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ pipeline {
parallel {
stage('Dialogue: Answer Extender using DialogueGPTGenerationModel') {
steps {
sh 'TRANSFORMERS_OFFLINE=1 && cd examples/nlp/dialogue && \
sh 'TRANSFORMERS_OFFLINE=0 && cd examples/nlp/dialogue && \
python dialogue.py \
do_training=False \
model.dataset.data_dir=/home/TestData/nlp/ms-marco-qa \
Expand Down

0 comments on commit ab62ff4

Please sign in to comment.