Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
926f8efc
Unverified
Commit
926f8efc
authored
Mar 04, 2025
by
Liu Jinjie
Committed by
GitHub
Mar 04, 2025
Browse files
remove unused max_jobs (#3607)
Signed-off-by:
Jinjie Liu
<
jinjie.liu@usc.edu
>
parent
9545bfb2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
sgl-kernel/setup.py
sgl-kernel/setup.py
+1
-6
No files found.
sgl-kernel/setup.py
View file @
926f8efc
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
# limitations under the License.
# limitations under the License.
# ==============================================================================
# ==============================================================================
import
multiprocessing
import
os
import
os
import
sys
import
sys
from
pathlib
import
Path
from
pathlib
import
Path
...
@@ -175,10 +174,6 @@ setup(
...
@@ -175,10 +174,6 @@ setup(
packages
=
find_packages
(),
packages
=
find_packages
(),
package_dir
=
{
""
:
"src"
},
package_dir
=
{
""
:
"src"
},
ext_modules
=
ext_modules
,
ext_modules
=
ext_modules
,
cmdclass
=
{
cmdclass
=
{
"build_ext"
:
BuildExtension
.
with_options
(
use_ninja
=
True
)},
"build_ext"
:
BuildExtension
.
with_options
(
use_ninja
=
True
,
max_jobs
=
multiprocessing
.
cpu_count
()
)
},
options
=
{
"bdist_wheel"
:
{
"py_limited_api"
:
"cp39"
}},
options
=
{
"bdist_wheel"
:
{
"py_limited_api"
:
"cp39"
}},
)
)
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