Skip to content

Commit 7c1213e

Browse files
committed
Remove incorrect env value
1 parent 16af49c commit 7c1213e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker/Dockerfile.rocm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,6 @@ ENV TOKENIZERS_PARALLELISM=false
114114
# ENV that can improve safe tensor loading, and end-to-end time
115115
ENV SAFETENSORS_FAST_GPU=1
116116

117-
# User-friendly environment setting for multi-processing to avoid below RuntimeError.
118-
# RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing,
119-
# you must use the 'spawn' start method
120-
# See https://pytorch.org/docs/stable/notes/multiprocessing.html#cuda-in-multiprocessing
121-
ENV VLLM_WORKER_MULTIPROC_METHOD=spawn
122-
123117
# Performance environment variable.
124118
ENV HIP_FORCE_DEV_KERNARG=1
125119

0 commit comments

Comments
 (0)