mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-03-22 03:27:21 +00:00
Compare commits
1 Commits
e65f526e92
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7e58b9ea3 |
@@ -30,8 +30,13 @@ spec:
|
|||||||
|
|
||||||
# -- List of models to pull at container startup
|
# -- List of models to pull at container startup
|
||||||
models:
|
models:
|
||||||
pull:
|
create:
|
||||||
- qwen3.5:9b
|
- name: qwen3.5:9b-ctx32768
|
||||||
|
template: |
|
||||||
|
FROM qwen3.5:9b
|
||||||
|
PARAMETER num_ctx 32768
|
||||||
|
run:
|
||||||
|
- qwen3.5:9b-ctx32768
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user