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 47f8c59 commit 84b9bf7Copy full SHA for 84b9bf7
llama_stack/templates/experimental-post-training/run.yaml
@@ -21,6 +21,10 @@ providers:
21
max_seq_len: 4096
22
checkpoint_dir: null
23
create_distributed_process_group: False
24
+ - provider_id: ollama
25
+ provider_type: remote::ollama
26
+ config:
27
+ url: ${env.OLLAMA_URL:http://localhost:11434}
28
eval:
29
- provider_id: meta-reference
30
provider_type: inline::meta-reference
0 commit comments