Hotfix for natten issue with torch 2.0.0 on CircleCI (#22218)

fix

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-03-16 23:57:26 +01:00
committed by GitHub
parent 5110e5748e
commit 97a3d16a69

View File

@@ -374,7 +374,8 @@ exotic_models_job = CircleCIJob(
"pip install 'git+https://github.com/facebookresearch/detectron2.git'", "pip install 'git+https://github.com/facebookresearch/detectron2.git'",
"sudo apt install tesseract-ocr", "sudo apt install tesseract-ocr",
"pip install pytesseract", "pip install pytesseract",
"pip install natten", # wait until natten is ready for torch 2.0.0
# "pip install natten",
], ],
tests_to_run=[ tests_to_run=[
"tests/models/*layoutlmv*", "tests/models/*layoutlmv*",