From 0f313724314d980ec16a39966cedb0a8c3b0627d Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 7 Apr 2024 22:03:36 -0400 Subject: [PATCH] Revert "Remove localai for now" This reverts commit 5c931ab17fa6338b4f40801c582b5000162cc3b0. --- localai/localai-deployment.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/localai/localai-deployment.yaml b/localai/localai-deployment.yaml index 9875ad2..a7d3dec 100644 --- a/localai/localai-deployment.yaml +++ b/localai/localai-deployment.yaml @@ -15,21 +15,21 @@ spec: spec: runtimeClassName: nvidia containers: - #- name: localai - # image: quay.io/go-skynet/local-ai:v2.11.0-cublas-cuda12-ffmpeg - # ports: - # - containerPort: 8080 - # env: - # - name: GALLERIEIS - # value: '[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}, {"url": "github:go-skynet/model-gallery/huggingface.yaml","name":"huggingface"}]' - # - name: DEBUG - # value: "true" - # resources: - # limits: - # nvidia.com/gpu: 2 - # volumeMounts: - # - mountPath: "/build/models" - # name: models + - name: localai + image: quay.io/go-skynet/local-ai:v2.11.0-cublas-cuda12-ffmpeg + ports: + - containerPort: 8080 + env: + - name: GALLERIEIS + value: '[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}, {"url": "github:go-skynet/model-gallery/huggingface.yaml","name":"huggingface"}]' + - name: DEBUG + value: "true" + resources: + limits: + nvidia.com/gpu: 2 + volumeMounts: + - mountPath: "/build/models" + name: models - name: filebrowser image: git.clortox.com/infrastructure/filebrowser:v1.0.1 ports: