Skip to content

Commit

Permalink
chore: update phi3 sha (#261)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan authored May 30, 2024
1 parent 70d10eb commit 66cb8b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ jobs:
-t ${REGISTRY}/${MODEL_NAME}:${MODEL_SIZE}${MODEL_TYPE} \
-f models/${{ matrix.model }}.yaml \
--push --progress plain \
--sbom=true --provenance=true \
--cache-from=type=gha,scope=${MODEL_NAME}-${MODEL_SIZE} \
--cache-to=type=gha,scope=${MODEL_NAME}-${MODEL_SIZE},mode=max
--sbom=true --provenance=true
echo "DIGEST=$(cosign triangulate ${REGISTRY}/${MODEL_NAME}:${MODEL_SIZE} --type digest)" >> $GITHUB_ENV
- name: Sign the images with GitHub OIDC Token
Expand Down
2 changes: 1 addition & 1 deletion models/phi-3-3.8b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runtime: cuda
models:
- name: phi-3-3.8b
source: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-gguf/resolve/main/Phi-3-mini-4k-instruct-q4.gguf
sha256: 4fed7364ee3e0c7cb4fe0880148bfdfcd1b630981efa0802a6b62ee52e7da97e
sha256: 8a83c7fb9049a9b2e92266fa7ad04933bb53aa1e85136b7b30f1b8000ff2edef
promptTemplates:
- name: chatMsg
template: |
Expand Down

0 comments on commit 66cb8b2

Please sign in to comment.