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 057bbb0 commit c106393Copy full SHA for c106393
ai-model/usage_scenario.yml
@@ -6,23 +6,23 @@ description: Run an inference with a small AI model
6
compose-file: !include compose.yml
7
8
flow:
9
- - name: Download gemma3:1b
+ - name: Download gemma3-1b
10
container: gcb-ai-model
11
commands:
12
- type: console
13
command: ollama pull gemma3:1b
14
read-notes-stdout: true
15
log-stdout: true
16
17
- - name: Load gemma3:1b into memory
+ - name: Load gemma3-1b into memory
18
19
20
21
command: ollama run gemma3:1b "?"
22
23
24
25
- - name: Run Inference on gemma3:1b
+ - name: Run Inference on gemma3-1b
26
27
28
0 commit comments