mirror of
https://github.com/ollama/ollama.git
synced 2026-08-07 05:23:57 -04:00
Update ROCm (6.3 linux, 6.2 windows) and CUDA v12.8 (#9304)
* Bump cuda and rocm versions Update ROCm to linux:6.3 win:6.2 and CUDA v12 to 12.8. Yum has some silent failure modes, so largely switch to dnf. * Fix windows build script
This commit is contained in:
1 parent
6ecd7f64ba
commit
e91ae3d47d
6 files changed
+104
-64
No files matched your search
@@ -28,7 +28,7 @@ if echo $PLATFORM | grep "amd64" > /dev/null; then
|
||||
${LOAD_OR_PUSH} \
|
||||
--platform=linux/amd64 \
|
||||
${OLLAMA_COMMON_BUILD_ARGS} \
|
||||
--target runtime-rocm \
|
||||
--build-arg FLAVOR=rocm \
|
||||
-f Dockerfile \
|
||||
-t ${FINAL_IMAGE_REPO}:$VERSION-rocm \
|
||||
.
|
||||
|
||||
Reference in new issue
Block a user