scripts : add script to bench models (#16894)

This commit is contained in:
Georgi Gerganov 2025-11-02 00:15:31 +02:00 committed by GitHub
parent 2f68ce7cfd
commit 7fd205a8e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 74 additions and 2 deletions

View file

@ -221,7 +221,5 @@ int main(int argc, char ** argv) {
llama_backend_free();
LOG("\n\n");
return 0;
}