Skip to content
Snippets Groups Projects
Commit 4835f57f authored by spmohanty's avatar spmohanty
Browse files

ensure workers use ray

parent 457550aa
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ class Llama3_8B_ZeroShotModel(ShopBenchBaseModel):
# initialize the model with vllm
self.llm = vllm.LLM(
self.model_name,
worker_use_ray=True,
tensor_parallel_size=VLLM_TENSOR_PARALLEL_SIZE,
gpu_memory_utilization=VLLM_GPU_MEMORY_UTILIZATION,
trust_remote_code=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment