Skip to content

Commit

Permalink
Hotfix for natten issue with torch 2.0.0 on CircleCI (#22218)
Browse files Browse the repository at this point in the history
fix

Co-authored-by: ydshieh <[email protected]>
  • Loading branch information
ydshieh and ydshieh authored Mar 16, 2023
1 parent 5110e57 commit 97a3d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/create_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ def job_name(self):
"pip install 'git+https://github.com/facebookresearch/detectron2.git'",
"sudo apt install tesseract-ocr",
"pip install pytesseract",
"pip install natten",
# wait until natten is ready for torch 2.0.0
# "pip install natten",
],
tests_to_run=[
"tests/models/*layoutlmv*",
Expand Down

0 comments on commit 97a3d16

Please sign in to comment.