-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warnings and errors on cpu benchmark (#20967)
Several changes to remove warnings or errors on CPU benchmark and other benchmarks. - Phi-3 codes doesn't require auth token, but trust_remote_code flag. Add "--trust" to enable only trust_remote_code. - Phi3 models are not working with sdpa and needs to be run with eager mode. - Fix CPU io binding error with null device id and element_type mismatch. - use_buffer_share only when engine is ort.
- Loading branch information
1 parent
f5b6f6d
commit 846cac6
Showing
2 changed files
with
54 additions
and
41 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
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