Skip to content

Commit

Permalink
Enable GCC Toolet 12 to support AVX VNNI
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Micene <[email protected]>
  • Loading branch information
nzwulfin committed Nov 20, 2024
1 parent 188a44e commit ae139a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container-images/scripts/build_llama_and_whisper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ dnf_install() {
elif [ "$containerfile" = "rocm" ]; then
dnf install -y rocm-dev hipblas-devel rocblas-devel
elif [ "$containerfile" = "cuda" ]; then
dnf install -y "${rpm_list[@]}"
dnf install -y "${rpm_list[@]}" gcc-toolset-12
source /opt/rh/gcc-toolset-12/enable
fi

# For Vulkan image, we don't need to install anything extra but rebuild with
Expand Down

0 comments on commit ae139a8

Please sign in to comment.