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
2294071a
Unverified
Commit
2294071a
authored
Dec 08, 2021
by
Lysandre Debut
Committed by
GitHub
Dec 08, 2021
Browse files
Fix doc builder (#14676)
parent
fab3b518
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.github/workflows/build_documentation.yml
.github/workflows/build_documentation.yml
+2
-0
No files found.
.github/workflows/build_documentation.yml
View file @
2294071a
...
@@ -4,6 +4,7 @@ on:
...
@@ -4,6 +4,7 @@ on:
push
:
push
:
branches
:
branches
:
-
master
-
master
-
doc-builder*
jobs
:
jobs
:
build_and_package
:
build_and_package
:
...
@@ -48,6 +49,7 @@ jobs:
...
@@ -48,6 +49,7 @@ jobs:
sudo apt install tesseract-ocr
sudo apt install tesseract-ocr
pip install pytesseract
pip install pytesseract
pip install pytorch-quantization --extra-index-url https://pypi.ngc.nvidia.com
pip install pytorch-quantization --extra-index-url https://pypi.ngc.nvidia.com
pip install https://github.com/kpu/kenlm/archive/master.zip
-
name
:
Setup git
-
name
:
Setup git
run
:
|
run
:
|
...
...
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