Skip to content

Commit

Permalink
include embeddings variants
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Nov 20, 2024
1 parent 8ff4eea commit 2133d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
os: [ macos, ubuntu ]
model: [ OpenELM-270M, OpenELM-1_1B, TinyLlama_v1.1, phi-1_5 ]
q: [ f16f16, f32f32, q40f16, q40f32 ]
q: [ f16f16, f32f32, q40f16, q40f32, q40ef16, q40ef32 ]
fail-fast: false
permissions:
id-token: write
Expand Down

0 comments on commit 2133d05

Please sign in to comment.