We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f72571 commit 76b302eCopy full SHA for 76b302e
samples/managed-llm-provider/compose.yaml
@@ -18,6 +18,11 @@ services:
18
start_period: 5s
19
depends_on:
20
- llm
21
+ deploy:
22
+ resources:
23
+ reservations:
24
+ cpus: 0.25
25
+ memory: 512MB
26
27
# Provider Service
28
# This service is used to route requests to the LLM API
@@ -27,3 +32,8 @@ services:
32
options:
33
model: ai/smollm2
29
34
x-defang-llm: true
35
36
37
38
39
0 commit comments