Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89ade00efb | |||
| 4f67181637 | |||
| 2bd3d91595 | |||
| 6f1f6c349d | |||
| a8ee4bd2b2 |
@@ -6,7 +6,7 @@ data:
|
|||||||
LLAMA_CACHE: /models
|
LLAMA_CACHE: /models
|
||||||
LLAMA_ARG_HOST: 0.0.0.0
|
LLAMA_ARG_HOST: 0.0.0.0
|
||||||
LLAMA_ARG_PORT: "8080"
|
LLAMA_ARG_PORT: "8080"
|
||||||
LLAMA_ARG_HF_REPO: unsloth/Qwen3.6-35B-A3B-MTP-GGUF:UD-Q6_K
|
LLAMA_ARG_HF_REPO: "unsloth/Qwen3.6-35B-A3B-MTP-GGUF:UD-Q6_K"
|
||||||
LLAMA_ARG_CTX_SIZE: "32768"
|
LLAMA_ARG_CTX_SIZE: "32768"
|
||||||
LLAMA_ARG_FLASH_ATTN: auto
|
LLAMA_ARG_FLASH_ATTN: auto
|
||||||
LLAMA_ARG_FIT: "on"
|
LLAMA_ARG_FIT: "on"
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: llamacpp
|
app: llamacpp
|
||||||
spec:
|
spec:
|
||||||
|
dnsPolicy: Default
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: ai.tail2fe2d.ts.net
|
kubernetes.io/hostname: ai.tail2fe2d.ts.net
|
||||||
tolerations:
|
tolerations:
|
||||||
@@ -28,7 +29,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: llamacpp
|
- name: llamacpp
|
||||||
image: ghcr.io/ggml-org/llama.cpp:server-rocm-b9501
|
image: ghcr.io/ggml-org/llama.cpp:server-rocm-b9501
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: llamacpp-config
|
name: llamacpp-config
|
||||||
|
|||||||
@@ -51,9 +51,9 @@ oauth2_applications = {
|
|||||||
post_logout_redirect_uris = ["https://music.hexor.cy/*"]
|
post_logout_redirect_uris = ["https://music.hexor.cy/*"]
|
||||||
}
|
}
|
||||||
FuruMusic-dev = {
|
FuruMusic-dev = {
|
||||||
redirect_uris = ["https://music-dev.hexor.cy/auth/oidc/callback", "http://127.0.0.1:3000/auth/oidc/callback", "http://10.0.5.103:3000/auth/oidc/callback"]
|
redirect_uris = ["https://music-dev.hexor.cy/auth/oidc/callback", "http://127.0.0.1:3000/auth/oidc/callback", "http://10.0.5.104:3000/auth/oidc/callback", "http://10.0.5.104:3000/auth/mobile/oidc/callback"]
|
||||||
web_origins = ["https://music-dev.hexor.cy", "http://127.0.0.1:3000", "http://10.0.5.103:3000"]
|
web_origins = ["https://music-dev.hexor.cy", "http://127.0.0.1:3000", "http://10.0.5.104:3000"]
|
||||||
post_logout_redirect_uris = ["https://music-dev.hexor.cy/*", "http://127.0.0.1:3000/*", "http://10.0.5.103:3000/*"]
|
post_logout_redirect_uris = ["https://music-dev.hexor.cy/*", "http://127.0.0.1:3000/*", "http://10.0.5.104:3000/*"]
|
||||||
}
|
}
|
||||||
Web-Petting = {
|
Web-Petting = {
|
||||||
redirect_uris = ["https://pet.hexor.cy/admin/oidc/callback", "https://xn--l1acako8eb.xn--p1ai/admin/oidc/callback", "https://мурняня.рф/admin/oidc/callback"]
|
redirect_uris = ["https://pet.hexor.cy/admin/oidc/callback", "https://xn--l1acako8eb.xn--p1ai/admin/oidc/callback", "https://мурняня.рф/admin/oidc/callback"]
|
||||||
|
|||||||
Reference in New Issue
Block a user