Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Aug 14, 2024
1 parent 5ae63ac commit 33f6185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/container/Dockerfile.jax
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ RUN build-jax.sh \
RUN <<"EOF" bash -ex -o pipefail
pip install ninja && rm -rf ~/.cache/pip
# TransformerEngine now needs JAX at build time
pip install -e ${SRC_PATH_JAX}
git-clone.sh ${URLREF_TRANSFORMER_ENGINE} ${SRC_PATH_TRANSFORMER_ENGINE}
pushd ${SRC_PATH_TRANSFORMER_ENGINE}
python setup.py bdist_wheel && rm -rf build
Expand Down
1 change: 1 addition & 0 deletions .github/container/Dockerfile.triton
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ EOF
RUN <<"EOF" bash -ex
mkdir /opt/llvm-build
pushd /opt/llvm-build
pip install ninja && rm -rf ~/.cache/pip
cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER=clang \
Expand Down

0 comments on commit 33f6185

Please sign in to comment.