Qualcomm AI Engine Direct - Gemma4 Text model enablement#20979
Qualcomm AI Engine Direct - Gemma4 Text model enablement#20979DannyYuyang-quic wants to merge 1 commit into
Conversation
Summary: - Add a Gemma4 model compatible with static llama
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20979
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated Failure, 1 Unclassified FailureAs of commit 507a79d with merge base 5bfbe1d ( NEW FAILURE - The following job has failed:
UNCLASSIFIED FAILURE - DrCI could not classify the following job because the workflow did not run on the merge base. The failure may be pre-existing on trunk or introduced by this PR:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@psiddh Hi, We chose a standalone implementation because Gemma4's architecture differs substantially from the current Once more Gemma 4-like architectures (e.g., YOCO or per-layer embedding variants) are supported, perhaps around 4-5 models, it may make sense to revisit the design and refactor them into a unified architecture (static llama path). cc: @shewu-quic @winskuo-quic @haowhsu-quic @chenweng-quic @abhinaykukkadapu |
|
@pytorchbot label "release notes: qualcomm" |
Summary
Gemma4 Text model enablement
Test plan