Unverified Commit 6cbdb042 authored by jberchtold-nvidia's avatar jberchtold-nvidia Committed by GitHub
Browse files

[JAX] Install Cmake in TE/JAX build Github Action (#2603)



* install cmake in jax build github action
Signed-off-by: default avatarJeremy Berchtold <jberchtold@nvidia.com>

* Update build.yml
Signed-off-by: default avatarjberchtold-nvidia <158520091+jberchtold-nvidia@users.noreply.github.com>

---------
Signed-off-by: default avatarJeremy Berchtold <jberchtold@nvidia.com>
Signed-off-by: default avatarjberchtold-nvidia <158520091+jberchtold-nvidia@users.noreply.github.com>
parent 2236292a
...@@ -92,7 +92,7 @@ jobs: ...@@ -92,7 +92,7 @@ jobs:
options: --user root options: --user root
steps: steps:
- name: 'Dependencies' - name: 'Dependencies'
run: pip install pybind11[global] run: pip install cmake==3.21.0 pybind11[global]
- name: 'Checkout' - name: 'Checkout'
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
...@@ -144,7 +144,7 @@ jobs: ...@@ -144,7 +144,7 @@ jobs:
- name: 'Dependencies' - name: 'Dependencies'
run: | run: |
docker exec builder bash -c '\ docker exec builder bash -c '\
pip install pybind11[global] einops onnxscript && \ pip install cmake==3.21.0 pybind11[global] einops onnxscript && \
pip install torch --no-cache-dir --index-url https://download.pytorch.org/whl/cu130 pip install torch --no-cache-dir --index-url https://download.pytorch.org/whl/cu130
' '
- name: 'Build' - name: 'Build'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment