Skip to content

Commit

Permalink
pipeline failure
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani committed Feb 16, 2024
1 parent 41b75fd commit fdb6e7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-gpu-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
--gpus all \
--rm \
--volume $GITHUB_WORKSPACE:/onnxruntime_src \
-w /onnxruntime_src onnxruntimegpubuild bash -c "python3 -m pip install build/wheel/onnxruntime_genai*.whl && python3 test/python/test_onnxruntime_genai.py --cwd test/python --test_models test/test_models"
-w /onnxruntime_src onnxruntimegpubuild bash -c "python3 -m pip install build/wheel/onnxruntime_genai*.whl && python3 -m pip install -r test/python/requirements.txt && python3 test/python/test_onnxruntime_genai.py --cwd test/python --test_models test/test_models"
4 changes: 3 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,9 @@
"CMAKE_MODULE_LINKER_FLAGS_INIT": "-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack",
"CMAKE_SHARED_LINKER_FLAGS_INIT": "-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack",
"CMAKE_POSITION_INDEPENDENT_CODE": "ON",
"USE_CUDA": "OFF"
"USE_CUDA": "OFF",
"ENABLE_PYTHON": "ON",
"USE_TOKENIZER": "ON"
},
"environment": {
"CC": "gcc",
Expand Down
2 changes: 2 additions & 0 deletions test/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
numpy
pytest

0 comments on commit fdb6e7a

Please sign in to comment.