mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-09-19 06:18:28 +00:00
underscore to dash
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
|||||||
number: 1
|
number: 1
|
||||||
models:
|
models:
|
||||||
create:
|
create:
|
||||||
- name: qwen3.5:9b_custom
|
- name: qwen3.5:9b-custom
|
||||||
template: |
|
template: |
|
||||||
FROM qwen3.5:9b
|
FROM qwen3.5:9b
|
||||||
PARAMETER temperature 1.0
|
PARAMETER temperature 1.0
|
||||||
@@ -33,7 +33,7 @@ spec:
|
|||||||
PARAMETER presence_penalty 1.5
|
PARAMETER presence_penalty 1.5
|
||||||
PARAMETER repetition_penalty 1.0
|
PARAMETER repetition_penalty 1.0
|
||||||
run:
|
run:
|
||||||
- qwen3.5:9b_custom
|
- qwen3.5:9b-custom
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
|
|||||||
Reference in New Issue
Block a user