Skip to content

Commit 6d43c94

Browse files
committed
Applying fixes for all multi agent notebooks
1 parent f924e3e commit 6d43c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai/ai-starter-kit/helm-chart/ai-starter-kit/files/multi-agent.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"serve.start(detached=True, http_options={{\"host\":\"0.0.0.0\", \"port\":SERVE_PORT}})\n",
180180
"app = FastAPI()\n",
181181
"\n",
182-
"@serve.deployment(name=\"qwen\", num_replicas=1, ray_actor_options={{\"num_cpus\": 4}})\n",
182+
"@serve.deployment(name=\"qwen\", num_replicas=1, ray_actor_options={{\"num_cpus\": 3}})\n",
183183
"@serve.ingress(app)\n",
184184
"class TransformersLLM:\n",
185185
" def __init__(self):\n",

0 commit comments

Comments
 (0)