Skip to content

Commit

Permalink
Add deepsparse[llm] extras alias (#1304)
Browse files Browse the repository at this point in the history
Alias for `deepsparse[transformers]` with `deepsparse[llm]`
  • Loading branch information
mgoin committed Oct 10, 2023
1 parent ff2117a commit d811296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def _setup_extras() -> Dict:
"openpifpaf": _openpifpaf_integration_deps,
"yolov8": _yolov8_integration_deps,
"transformers": _transformers_integration_deps,
"llm": _transformers_integration_deps,
"torch": _torch_deps,
"clip": _clip_deps,
}
Expand Down

0 comments on commit d811296

Please sign in to comment.