Skip to content

Commit

Permalink
leave other accelerator options even if not yet implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrugaro committed Jun 4, 2024
1 parent 2a0be04 commit ad44975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/intel/pipelines/pipeline_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def pipeline(
However, if `config` is also not given or not a string, then the default tokenizer for the given `task`
will be loaded.
accelerator (`str`, *optional*):
The optimization backends, choose from ["ipex"].
The optimization backends, choose from ["ipex", "inc", "openvino"].
use_fast (`bool`, *optional*, defaults to `True`):
Whether or not to use a Fast tokenizer if possible (a [`PreTrainedTokenizerFast`]).
torch_dtype (`str` or `torch.dtype`, *optional*):
Expand Down

0 comments on commit ad44975

Please sign in to comment.