-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sharded Llama export test also compile to IREE module and verify…
… numerics (#237) Verifies the IREE module numerical accuracy compared to execution with PyTorch. The prefill step result has very low absolute accuracy of around `1e-2` for FP32. The resulting cache state of prefill is way off. The decode step accuracy is also completely off. This test is market as skipped until iree-org/iree#18663 is merged. Without it the IREE compilation will crash.
- Loading branch information
Showing
1 changed file
with
230 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters