Skip to content

Commit

Permalink
add stableml zephyr 3b
Browse files Browse the repository at this point in the history
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
  • Loading branch information
chanwit committed Dec 8, 2023
1 parent 0a6025f commit 375a847
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ resources:
- ./mistral-7b-v0.1/ocirepo.yaml
- ./mistrallite-7b/ocirepo.yaml
- ./orca-2-7b/ocirepo.yaml
- ./stableml-zephyr-3b/ocirepo.yaml
- ./tinyllama-1.1b-chat/ocirepo.yaml
- ./yarn-mistral-7b-128k/ocirepo.yaml
- ./zephyr-7b-alpha/ocirepo.yaml
Expand Down
15 changes: 15 additions & 0 deletions models/stableml-zephyr-3b/ocirepo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: stableml-zephyr-3b
labels:
ai.contrib.fluxcd.io/artifact-kind: language-model
spec:
suspend: true # set this to false to build this LLM artifact
interval: 10m
url: oci://ghcr.io/weave-ai/models/stableml-zephyr-3b
ref:
tag: v0.1.0-q5km-gguf
layerSelector:
mediaType: "application/vnd.cncf.flux.content.v1.tar+gzip"
operation: copy

0 comments on commit 375a847

Please sign in to comment.