mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 16:24:56 +08:00
fix-ray (#193)
This commit is contained in:
parent
67d96c29fb
commit
2e0d314384
@ -87,7 +87,7 @@ class LLMEngine:
|
||||
worker_cls = ray.remote(
|
||||
num_cpus=0,
|
||||
num_gpus=1,
|
||||
resources={node_resource: 1e-5},
|
||||
resources={node_resource: 1e-3},
|
||||
)(worker_cls).remote
|
||||
|
||||
worker = worker_cls(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user