Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
0e75aeef
Unverified
Commit
0e75aeef
authored
Feb 02, 2024
by
Yih-Dar
Committed by
GitHub
Feb 02, 2024
Browse files
Fix issues caused by natten (#28834)
try Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
ec29d25d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+2
-2
No files found.
.circleci/create_circleci_config.py
View file @
0e75aeef
...
...
@@ -470,7 +470,7 @@ exotic_models_job = CircleCIJob(
"pip install -U --upgrade-strategy eager 'git+https://github.com/facebookresearch/detectron2.git'"
,
"sudo apt install tesseract-ocr"
,
"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 opencv-python"
,
"pip install -U --upgrade-strategy eager nltk"
,
...
...
@@ -515,7 +515,7 @@ doc_test_job = CircleCIJob(
"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 --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"
,
"find -name __pycache__ -delete"
,
"find . -name \*.pyc -delete"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment