mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-13 02:44:42 +02:00
feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels
This commit is contained in:
commit
b3fce8af5d
70 changed files with 2688 additions and 0 deletions
25
ansible/roles/rocm/defaults/main.yml
Normal file
25
ansible/roles/rocm/defaults/main.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue