Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce8c1ef1fe |
@@ -21,7 +21,7 @@ steps:
|
||||
- bao kv get -mount secret -field RENOVATE_TOKEN renovate > /woodpecker/renovate_token
|
||||
- bao kv get -mount secret -field GITHUB_COM_TOKEN renovate > /woodpecker/github_com_token
|
||||
- name: Run Renovate
|
||||
image: renovate/renovate:43.195.2
|
||||
image: renovate/renovate:43.195.1
|
||||
environment:
|
||||
RENOVATE_AUTODISCOVER: "true"
|
||||
RENOVATE_ENDPOINT: https://gitea.lumpiasty.xyz/api/v1
|
||||
|
||||
@@ -4,7 +4,7 @@ logToStdout: "both" # proxy and upstream
|
||||
|
||||
macros:
|
||||
base_args: "--no-warmup --port ${PORT} --mlock --no-mmap"
|
||||
common_args: "--fit-target 1536 --no-warmup --port ${PORT} --no-mmap"
|
||||
common_args: "--fit-target 1536 --no-warmup --port ${PORT} --mlock --no-mmap"
|
||||
cpu_args: "--no-warmup --port ${PORT} -ngl 0"
|
||||
ctx_64k: "--ctx-size 65536"
|
||||
ctx_128k: "--ctx-size 131072"
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: download-whisper
|
||||
image: ghcr.io/mostlygeek/llama-swap:unified-vulkan-2026-05-24
|
||||
image: ghcr.io/mostlygeek/llama-swap:unified-vulkan-2026-05-23
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
mountPath: /root/.cache
|
||||
containers:
|
||||
- name: llama-swap
|
||||
image: ghcr.io/mostlygeek/llama-swap:unified-vulkan-2026-05-24
|
||||
image: ghcr.io/mostlygeek/llama-swap:unified-vulkan-2026-05-23
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- llama-swap
|
||||
|
||||
Reference in New Issue
Block a user