File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,14 @@ jobs:
5353 run : python -m pip freeze
5454
5555 - name : tiny-llm torch.export.export
56- run : python _unittests/ut_torch_models/test_llms.py
56+ run : |
57+ export PYTHONPATH=.
58+ python _unittests/ut_torch_models/test_llms.py
5759
5860 - name : tiny-llm onnx
59- run : python _unittests/ut_torch_models/test_llms_onnx.py
61+ run : |
62+ export PYTHONPATH=.
63+ python _unittests/ut_torch_models/test_llms_onnx.py
6064
6165 - name : run tests
6266 run : |
Original file line number Diff line number Diff line change @@ -54,10 +54,14 @@ jobs:
5454 run : python -m pip freeze
5555
5656 - name : tiny-llm torch.export.export
57- run : python _unittests/ut_torch_models/test_llms.py
57+ run : |
58+ export PYTHONPATH=.
59+ python _unittests/ut_torch_models/test_llms.py
5860
5961 - name : tiny-llm onnx
60- run : python _unittests/ut_torch_models/test_llms_onnx.py
62+ run : |
63+ export PYTHONPATH=.
64+ python _unittests/ut_torch_models/test_llms_onnx.py
6165
6266 - name : Generate coverage report
6367 run : |
You can’t perform that action at this time.
0 commit comments