Skip to content

Commit

Permalink
Merge pull request #613 from containers/fix-rocm
Browse files Browse the repository at this point in the history
We need the rocm libraries in here
  • Loading branch information
ericcurtin authored Jan 22, 2025
2 parents 2a4d4d0 + 1fc8704 commit f9dae2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions container-images/scripts/build_llama_and_whisper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ main() {

clone_and_build_llama_cpp
dnf clean all
rm -rf /var/cache/*dnf* /opt/rocm-*/lib/llvm \
/opt/rocm-*/lib/*/library/*gfx9* llama.cpp whisper.cpp
rm -rf /var/cache/*dnf* /opt/rocm-*/lib/*/library/*gfx9* llama.cpp whisper.cpp
ldconfig # needed for libraries
}

Expand Down

0 comments on commit f9dae2c

Please sign in to comment.