Skip to content

Commit 84b9bf7

Browse files
authored
Update run.yaml
1 parent 47f8c59 commit 84b9bf7

File tree

1 file changed

+4
-0
lines changed
  • llama_stack/templates/experimental-post-training

1 file changed

+4
-0
lines changed

llama_stack/templates/experimental-post-training/run.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ providers:
2121
max_seq_len: 4096
2222
checkpoint_dir: null
2323
create_distributed_process_group: False
24+
- provider_id: ollama
25+
provider_type: remote::ollama
26+
config:
27+
url: ${env.OLLAMA_URL:http://localhost:11434}
2428
eval:
2529
- provider_id: meta-reference
2630
provider_type: inline::meta-reference

0 commit comments

Comments
 (0)