Unverified Commit 2e0d3143 authored by Zhuohan Li's avatar Zhuohan Li Committed by GitHub
Browse files

fix-ray (#193)

parent 67d96c29
...@@ -87,7 +87,7 @@ class LLMEngine: ...@@ -87,7 +87,7 @@ class LLMEngine:
worker_cls = ray.remote( worker_cls = ray.remote(
num_cpus=0, num_cpus=0,
num_gpus=1, num_gpus=1,
resources={node_resource: 1e-5}, resources={node_resource: 1e-3},
)(worker_cls).remote )(worker_cls).remote
worker = worker_cls( worker = worker_cls(
......
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