From 243cd316475d91b880b28948626a7578dcc12b41 Mon Sep 17 00:00:00 2001 From: Parmeet Singh Bhatia Date: Thu, 22 Jul 2021 09:37:50 -0400 Subject: [PATCH 1/2] disable fairseq roberta --- scripts/run_pytorch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/run_pytorch.sh b/scripts/run_pytorch.sh index e662c757..1308b5cd 100755 --- a/scripts/run_pytorch.sh +++ b/scripts/run_pytorch.sh @@ -20,6 +20,9 @@ do echo "...temporarily disabled" elif [[ $f = "huggingface_pytorch-transformers"* ]]; then echo "...temporarily disabled" + # FIXME: TypeError: compose() got an unexpected keyword argument 'strict' + elif [[ $f = "pytorch_fairseq_roberta"* ]]; then + echo "...temporarily disabled" # FIXME: rate limiting else sed -n '/^```python/,/^```/ p' < $f | sed '/^```/ d' > $TEMP_PY From ae99618ff2b9bce8790b8924ae6df61572345c18 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Tue, 3 Aug 2021 10:25:03 +0100 Subject: [PATCH 2/2] empty to trigger CI