Fix check_env script (#5901)
This commit is contained in:
@@ -20,7 +20,7 @@ def is_cuda_v2():
|
|||||||
PACKAGE_LIST = [
|
PACKAGE_LIST = [
|
||||||
"sglang",
|
"sglang",
|
||||||
"sgl_kernel",
|
"sgl_kernel",
|
||||||
"flashinfer",
|
"flashinfer_python",
|
||||||
"triton",
|
"triton",
|
||||||
"transformers",
|
"transformers",
|
||||||
"torchao",
|
"torchao",
|
||||||
@@ -36,8 +36,8 @@ PACKAGE_LIST = [
|
|||||||
"packaging",
|
"packaging",
|
||||||
"psutil",
|
"psutil",
|
||||||
"pydantic",
|
"pydantic",
|
||||||
"multipart",
|
"python-multipart",
|
||||||
"zmq",
|
"pyzmq",
|
||||||
"torchao",
|
"torchao",
|
||||||
"uvicorn",
|
"uvicorn",
|
||||||
"uvloop",
|
"uvloop",
|
||||||
|
|||||||
Reference in New Issue
Block a user