Unverified Commit 3c8a5231 authored by lambert0312's avatar lambert0312 Committed by GitHub
Browse files

Fix check_env script (#5901)

parent a043f7f2
...@@ -20,7 +20,7 @@ def is_cuda_v2(): ...@@ -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 = [ ...@@ -36,8 +36,8 @@ PACKAGE_LIST = [
"packaging", "packaging",
"psutil", "psutil",
"pydantic", "pydantic",
"multipart", "python-multipart",
"zmq", "pyzmq",
"torchao", "torchao",
"uvicorn", "uvicorn",
"uvloop", "uvloop",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment