-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAMPLES: fix benchmark_genai to have required args (#1541)
Otherwise, it's easy to make a mistake like: ```bash $ /home/devuser/ilavreno/openvino/bin/intel64/Debug/benchmark_genai /home/devuser/ilavreno/models/share-05-1/WW02_llm-optimum_2025.0.0-17771/llama-3-8b/pytorch/ov/OV_FP16-INT4_SYM Check 'ov_tokenizer || ov_detokenizer' failed at /home/devuser/ilavreno/openvino.genai/src/cpp/src/tokenizer.cpp:196: Neither tokenizer nor detokenzier models were provided ```
- Loading branch information
1 parent
f578a9b
commit b284111
Showing
2 changed files
with
3 additions
and
3 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