Skip to content

Commit

Permalink
disabling fairseq roberta
Browse files Browse the repository at this point in the history
  • Loading branch information
parmeet committed Jul 22, 2021
1 parent aa4f74a commit b631c29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/run_pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b631c29

Please sign in to comment.