Skip to content

Commit b459919

Browse files
committed
Fix path to openvino_model.xml
1 parent 709f127 commit b459919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

text_generation/causal_lm/cpp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ python ./convert_tokenizers.py ./Llama-2-7b-hf/
5555

5656
Usage: `causal_lm <openvino_model.xml> <tokenizer.xml> <detokenizer.xml> "<prompt>"`
5757

58-
Example: `./build/causal_lm ./Llama-2-7b-hf/openvino_model.xml ./tokenizer.xml ./detokenizer.xml "Why is the Sun yellow?"`
58+
Example: `./build/causal_lm ./Llama-2-7b-hf/pytorch/dldt/FP32/openvino_model.xml ./tokenizer.xml ./detokenizer.xml "Why is the Sun yellow?"`
5959

6060
To enable Unicode characters for Windows cmd open `Region` settings from `Control panel`. `Administrative`->`Change system locale`->`Beta: Use Unicode UTF-8 for worldwide language support`->`OK`. Reboot.

text_generation/causal_lm/cpp/set_up_and_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ cmake --build ./build/ --config Release -j
2323
wait
2424

2525
python ./convert_tokenizers.py ./open_llama_3b_v2/
26-
./build/causal_lm ./open_llama_3b_v2/openvino_model.xml ./tokenizer.xml ./detokenizer.xml "return 0"
26+
./build/causal_lm ./open_llama_3b_v2/pytorch/dldt/FP32/openvino_model.xml ./tokenizer.xml ./detokenizer.xml "return 0"

0 commit comments

Comments
 (0)