"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "bfeaae2235a8437ff1e80c9fc8c51b25ed21dcf5"
Unverified Commit 0e75aeef authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix issues caused by natten (#28834)



try
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent ec29d25d
...@@ -470,7 +470,7 @@ exotic_models_job = CircleCIJob( ...@@ -470,7 +470,7 @@ exotic_models_job = CircleCIJob(
"pip install -U --upgrade-strategy eager 'git+https://github.com/facebookresearch/detectron2.git'", "pip install -U --upgrade-strategy eager 'git+https://github.com/facebookresearch/detectron2.git'",
"sudo apt install tesseract-ocr", "sudo apt install tesseract-ocr",
"pip install -U --upgrade-strategy eager pytesseract", "pip install -U --upgrade-strategy eager pytesseract",
"pip install -U --upgrade-strategy eager 'natten<0.15.0'", "pip install -U --upgrade-strategy eager natten==0.15.1+torch210cpu -f https://shi-labs.com/natten/wheels",
"pip install -U --upgrade-strategy eager python-Levenshtein", "pip install -U --upgrade-strategy eager python-Levenshtein",
"pip install -U --upgrade-strategy eager opencv-python", "pip install -U --upgrade-strategy eager opencv-python",
"pip install -U --upgrade-strategy eager nltk", "pip install -U --upgrade-strategy eager nltk",
...@@ -515,7 +515,7 @@ doc_test_job = CircleCIJob( ...@@ -515,7 +515,7 @@ doc_test_job = CircleCIJob(
"pip install -U --upgrade-strategy eager -e .[dev]", "pip install -U --upgrade-strategy eager -e .[dev]",
"pip install -U --upgrade-strategy eager -e git+https://github.com/huggingface/accelerate@main#egg=accelerate", "pip install -U --upgrade-strategy eager -e git+https://github.com/huggingface/accelerate@main#egg=accelerate",
"pip install --upgrade --upgrade-strategy eager 'pytest<8.0.0' pytest-sugar", "pip install --upgrade --upgrade-strategy eager 'pytest<8.0.0' pytest-sugar",
"pip install -U --upgrade-strategy eager 'natten<0.15.0'", "pip install -U --upgrade-strategy eager natten==0.15.1+torch210cpu -f https://shi-labs.com/natten/wheels",
"pip install -U --upgrade-strategy eager g2p-en", "pip install -U --upgrade-strategy eager g2p-en",
"find -name __pycache__ -delete", "find -name __pycache__ -delete",
"find . -name \*.pyc -delete", "find . -name \*.pyc -delete",
......
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