Skip to content

Commit c106393

Browse files
committed
Name fixes for flow names
1 parent 057bbb0 commit c106393

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ai-model/usage_scenario.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ description: Run an inference with a small AI model
66
compose-file: !include compose.yml
77

88
flow:
9-
- name: Download gemma3:1b
9+
- name: Download gemma3-1b
1010
container: gcb-ai-model
1111
commands:
1212
- type: console
1313
command: ollama pull gemma3:1b
1414
read-notes-stdout: true
1515
log-stdout: true
1616

17-
- name: Load gemma3:1b into memory
17+
- name: Load gemma3-1b into memory
1818
container: gcb-ai-model
1919
commands:
2020
- type: console
2121
command: ollama run gemma3:1b "?"
2222
read-notes-stdout: true
2323
log-stdout: true
2424

25-
- name: Run Inference on gemma3:1b
25+
- name: Run Inference on gemma3-1b
2626
container: gcb-ai-model
2727
commands:
2828
- type: console

0 commit comments

Comments
 (0)