Skip to content

Commit

Permalink
Merge pull request #473 from nzwulfin/main
Browse files Browse the repository at this point in the history
Enable GCC Toolet 12 to support AVX VNNI
  • Loading branch information
rhatdan authored Nov 20, 2024
2 parents 188a44e + ae139a8 commit 1529a9b
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 1529a9b

Please sign in to comment.