File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 21
21
- run : source ./ov/setupvars.sh && python -m pip install --upgrade-strategy eager -r text_generation/causal_lm/cpp/requirements.txt
22
22
- run : source ./ov/setupvars.sh && python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
23
23
- run : source ./ov/setupvars.sh && optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
24
- - run : source ./ov/setupvars.sh && timeout 50s "${{ github.workspace }}/s pace/intel64/Release/greedy_causal_lm" .\ TinyLlama-1.1B-Chat-v1.0\ ""
24
+ - run : source ./ov/setupvars.sh && timeout 50s "${{ github.workspace }}/s pace/intel64/Release/greedy_causal_lm" ./ TinyLlama-1.1B-Chat-v1.0/ ""
25
25
26
26
windows_genai_package :
27
27
runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments