mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 04:34:41 +02:00
25 lines
601 B
YAML
25 lines
601 B
YAML
---
|
|
rocm_rhel_version: "9.4"
|
|
rocm_amdgpu_repo: "https://repo.radeon.com/amdgpu/latest/rhel/{{ rocm_rhel_version }}/main/x86_64/"
|
|
rocm_repo: "https://repo.radeon.com/rocm/rhel9/latest/main/"
|
|
rocm_gpg_key: "https://repo.radeon.com/rocm/rocm.gpg.key"
|
|
|
|
rocm_packages:
|
|
- rocminfo
|
|
- rocm-hip-runtime
|
|
- rocm-opencl-runtime
|
|
- rocblas
|
|
- hipblaslt
|
|
|
|
# Packages supplémentaires requis pour compiler llama.cpp from source (rôle llama_server)
|
|
rocm_build_packages:
|
|
- hipblas-devel
|
|
- rocblas-devel
|
|
- hip-devel
|
|
- hipcc
|
|
- cmake
|
|
- gcc-c++
|
|
- git
|
|
- patchelf
|
|
|
|
hsa_override_gfx_version: "10.3.0"
|