Skip to content

Commit

Permalink
[BugFix] Fix tensorizer extra in setup.py (vllm-project#4072)
Browse files Browse the repository at this point in the history
  • Loading branch information
njhill authored Apr 14, 2024
1 parent 2cd6b4f commit 563c54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def _read_requirements(filename: str) -> List[str]:
install_requires=get_requirements(),
ext_modules=ext_modules,
extras_require={
"optional": ["tensorizer==2.9.0a1"],
"tensorizer": ["tensorizer==2.9.0a1"],
},
cmdclass={"build_ext": cmake_build_ext} if not _is_neuron() else {},
package_data=package_data,
Expand Down

0 comments on commit 563c54f

Please sign in to comment.