Skip to content

Commit

Permalink
Update pipeline JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Nov 15, 2023
1 parent 70f6b3f commit accbc9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pipelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -2308,6 +2308,7 @@ const TASK_ALIASES = {
* @param {string} task The task defining which pipeline will be returned. Currently accepted tasks are:
* - `"audio-classification"`: will return a `AudioClassificationPipeline`.
* - `"automatic-speech-recognition"`: will return a `AutomaticSpeechRecognitionPipeline`.
* - `"depth-estimation"`: will return a `DepthEstimationPipeline`.
* - `"document-question-answering"`: will return a `DocumentQuestionAnsweringPipeline`.
* - `"feature-extraction"`: will return a `FeatureExtractionPipeline`.
* - `"fill-mask"`: will return a `FillMaskPipeline`.
Expand Down

0 comments on commit accbc9c

Please sign in to comment.