Skip to content

Commit 3529967

Browse files
committed
Revert "disabling fairseq roberta"
This reverts commit b631c29.
1 parent b631c29 commit 3529967

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/run_pytorch.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ 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"
2623
# FIXME: rate limiting
2724
else
2825
sed -n '/^```python/,/^```/ p' < $f | sed '/^```/ d' > $TEMP_PY

0 commit comments

Comments
 (0)