File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -379,6 +379,8 @@ jobs:
379379 keys :
380380 - v0.4-deploy_doc-{{ checksum "setup.py" }}
381381 - v0.4-{{ checksum "setup.py" }}
382+ - run : sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
383+ - run : pip install --upgrade pip
382384 - run : pip install ."[docs]"
383385 - save_cache :
384386 key : v0.4-deploy_doc-{{ checksum "setup.py" }}
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ There are two categories of pipeline abstractions to be aware about:
2727 - :class: `~transformers.ConversationalPipeline `
2828 - :class: `~transformers.FeatureExtractionPipeline `
2929 - :class: `~transformers.FillMaskPipeline `
30+ - :class: `~transformers.ImageClassificationPipeline `
3031 - :class: `~transformers.QuestionAnsweringPipeline `
3132 - :class: `~transformers.SummarizationPipeline `
3233 - :class: `~transformers.TextClassificationPipeline `
@@ -36,7 +37,6 @@ There are two categories of pipeline abstractions to be aware about:
3637 - :class: `~transformers.ZeroShotClassificationPipeline `
3738 - :class: `~transformers.Text2TextGenerationPipeline `
3839 - :class: `~transformers.TableQuestionAnsweringPipeline `
39- - :class: `~transformers.ImageClassificationPipeline `
4040
4141The pipeline abstraction
4242~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments