Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
563c54f7
Unverified
Commit
563c54f7
authored
Apr 14, 2024
by
Nick Hill
Committed by
GitHub
Apr 14, 2024
Browse files
[BugFix] Fix tensorizer extra in setup.py (#4072)
parent
2cd6b4f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
563c54f7
...
@@ -406,7 +406,7 @@ setup(
...
@@ -406,7 +406,7 @@ setup(
install_requires
=
get_requirements
(),
install_requires
=
get_requirements
(),
ext_modules
=
ext_modules
,
ext_modules
=
ext_modules
,
extras_require
=
{
extras_require
=
{
"
optional
"
:
[
"tensorizer==2.9.0a1"
],
"
tensorizer
"
:
[
"tensorizer==2.9.0a1"
],
},
},
cmdclass
=
{
"build_ext"
:
cmake_build_ext
}
if
not
_is_neuron
()
else
{},
cmdclass
=
{
"build_ext"
:
cmake_build_ext
}
if
not
_is_neuron
()
else
{},
package_data
=
package_data
,
package_data
=
package_data
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment