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:
@@ -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*",
|
||||||
|
|||||||
Reference in New Issue
Block a user