Skip to content

Commit b631c29

Browse files
committed
disabling fairseq roberta
1 parent aa4f74a commit b631c29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/run_pytorch.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ do
2020
echo "...temporarily disabled"
2121
elif [[ $f = "huggingface_pytorch-transformers"* ]]; then
2222
echo "...temporarily disabled"
23+
# FIXME: TypeError: compose() got an unexpected keyword argument 'strict'
24+
elif [[ $f = "pytorch_fairseq_roberta"* ]]; then
25+
echo "...temporarily disabled"
2326
# FIXME: rate limiting
2427
else
2528
sed -n '/^```python/,/^```/ p' < $f | sed '/^```/ d' > $TEMP_PY

0 commit comments

Comments
 (0)