Skip to content

Commit 4018e6d

Browse files
committed
Add flash infer, add ray[default] dependencies for ray better ray debugging
1 parent 2a6b980 commit 4018e6d

File tree

3 files changed

+727
-172
lines changed

3 files changed

+727
-172
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ENV NCCL_SOCKET_IFNAME="^lo,docker0"
4949
ENV NCCL_NET_GDR_LEVEL=PHB
5050
ENV NCCL_IB_TIMEOUT=22
5151
ENV NCCL_IB_RETRY_CNT=7
52-
ENV NCCL_DEBUG=WARN
52+
ENV NCCL_DEBUG=INFO
5353

5454
# Set up project
5555
WORKDIR /vec-inf

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ dev = [
4242
"xgrammar>=0.1.11",
4343
"torch>=2.7.0",
4444
"vllm>=0.10.0",
45-
"ray>=2.50.0",
46-
"cupy-cuda12x==12.1.0"
45+
"ray[default]>=2.50.0",
46+
"cupy-cuda12x==12.1.0",
47+
"flashinfer-python>=0.4.0"
4748
]
4849

4950
[project.scripts]

0 commit comments

Comments
 (0)