Skip to content

Commit

Permalink
added starcoder
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarrata committed Dec 5, 2023
1 parent bee92da commit 4bf2bb7
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
21 changes: 21 additions & 0 deletions gitops/starcoder/gradio-ui.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gradio-ui
namespace: openshift-gitops
spec:
destination:
namespace: llms
server: https://kubernetes.default.svc
project: default
source:
path: ui/overlays/
repoURL: https://github.com/rcarrat-AI/hftgi-llms.git
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

6 changes: 6 additions & 0 deletions gitops/starcoder/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- gradio-ui.yaml
- starcoder-app.yaml
20 changes: 20 additions & 0 deletions gitops/starcoder/starcoder-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: starcoder-hf-tgi
namespace: openshift-gitops
spec:
destination:
namespace: llms
server: https://kubernetes.default.svc
project: default
source:
path: hg-tgi/overlays/starcoder
repoURL: https://github.com/rcarrat-AI/hftgi-llms.git
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

0 comments on commit 4bf2bb7

Please sign in to comment.