Unverified Commit 97a3d16a authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

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



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 5110e574
......@@ -374,7 +374,8 @@ exotic_models_job = CircleCIJob(
"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*",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment