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
cbbf49f6
Commit
cbbf49f6
authored
May 13, 2021
by
Sylvain Gugger
Browse files
Fix doc deployment
parent
91cf2915
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.circleci/config.yml
.circleci/config.yml
+2
-0
docs/source/main_classes/pipelines.rst
docs/source/main_classes/pipelines.rst
+1
-1
No files found.
.circleci/config.yml
View file @
cbbf49f6
...
@@ -379,6 +379,8 @@ jobs:
...
@@ -379,6 +379,8 @@ jobs:
keys
:
keys
:
-
v0.4-deploy_doc-{{ checksum "setup.py" }}
-
v0.4-deploy_doc-{{ checksum "setup.py" }}
-
v0.4-{{ checksum "setup.py" }}
-
v0.4-{{ checksum "setup.py" }}
-
run
:
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
-
run
:
pip install --upgrade pip
-
run
:
pip install ."[docs]"
-
run
:
pip install ."[docs]"
-
save_cache
:
-
save_cache
:
key
:
v0.4-deploy_doc-{{ checksum "setup.py" }}
key
:
v0.4-deploy_doc-{{ checksum "setup.py" }}
...
...
docs/source/main_classes/pipelines.rst
View file @
cbbf49f6
...
@@ -27,6 +27,7 @@ There are two categories of pipeline abstractions to be aware about:
...
@@ -27,6 +27,7 @@ There are two categories of pipeline abstractions to be aware about:
- :class:`~transformers.ConversationalPipeline`
- :class:`~transformers.ConversationalPipeline`
- :class:`~transformers.FeatureExtractionPipeline`
- :class:`~transformers.FeatureExtractionPipeline`
- :class:`~transformers.FillMaskPipeline`
- :class:`~transformers.FillMaskPipeline`
- :class:`~transformers.ImageClassificationPipeline`
- :class:`~transformers.QuestionAnsweringPipeline`
- :class:`~transformers.QuestionAnsweringPipeline`
- :class:`~transformers.SummarizationPipeline`
- :class:`~transformers.SummarizationPipeline`
- :class:`~transformers.TextClassificationPipeline`
- :class:`~transformers.TextClassificationPipeline`
...
@@ -36,7 +37,6 @@ There are two categories of pipeline abstractions to be aware about:
...
@@ -36,7 +37,6 @@ There are two categories of pipeline abstractions to be aware about:
- :class:`~transformers.ZeroShotClassificationPipeline`
- :class:`~transformers.ZeroShotClassificationPipeline`
- :class:`~transformers.Text2TextGenerationPipeline`
- :class:`~transformers.Text2TextGenerationPipeline`
- :class:`~transformers.TableQuestionAnsweringPipeline`
- :class:`~transformers.TableQuestionAnsweringPipeline`
- :class:`~transformers.ImageClassificationPipeline`
The pipeline abstraction
The pipeline abstraction
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
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