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
2c947d29
Unverified
Commit
2c947d29
authored
Aug 18, 2022
by
Yih-Dar
Committed by
GitHub
Aug 18, 2022
Browse files
Ping `detectron2` for CircleCI tests (#18680)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
a541d974
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.circleci/config.yml
.circleci/config.yml
+4
-1
No files found.
.circleci/config.yml
View file @
2c947d29
...
@@ -1003,7 +1003,10 @@ jobs:
...
@@ -1003,7 +1003,10 @@ jobs:
-
run
:
pip install --upgrade pip
-
run
:
pip install --upgrade pip
-
run
:
pip install .[torch,testing,vision]
-
run
:
pip install .[torch,testing,vision]
-
run
:
pip install torchvision
-
run
:
pip install torchvision
-
run
:
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
# The commit `36a65a0907d90ed591479b2ebaa8b61cfa0b4ef0` in `detectron2` break things.
# See https://github.com/facebookresearch/detectron2/commit/36a65a0907d90ed591479b2ebaa8b61cfa0b4ef0#comments.
# TODO: Revert this change back once the above issue is fixed.
-
run
:
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git@5aeb252b194b93dc2879b4ac34bc51a31b5aee13'
-
run
:
sudo apt install tesseract-ocr
-
run
:
sudo apt install tesseract-ocr
-
run
:
pip install pytesseract
-
run
:
pip install pytesseract
-
save_cache
:
-
save_cache
:
...
...
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