We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc08e6 commit 61c359dCopy full SHA for 61c359d
.github/scripts/build-rocm.sh
@@ -19,7 +19,7 @@ if [ "${build_os:0:6}" == ubuntu ]; then
19
-w /src -v "$PWD:/src" "$image" sh -c \
20
"apt-get update \
21
&& pip install cmake==3.31.6 \
22
- && cmake -DCOMPUTE_BACKEND=hip -DBNB_ROCM_ARCH=\"${bnb_rocm_arch}\" . \
+ && cmake -DCOMPUTE_BACKEND=hip -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_HIP_FLAGS=\"--offload-compress\" -DBNB_ROCM_ARCH=\"${bnb_rocm_arch}\" . \
23
&& cmake --build ."
24
fi
25
0 commit comments