mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-12 20:34: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
18
ansible/roles/lm_studio/defaults/main.yml
Normal file
18
ansible/roles/lm_studio/defaults/main.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
lm_studio_user: lmstudio
|
||||
lm_studio_home: /opt/lmstudio
|
||||
lm_studio_port: 1234
|
||||
lm_studio_host: "0.0.0.0"
|
||||
lm_studio_context_length: 65536
|
||||
lm_studio_gpu_offload: "max"
|
||||
|
||||
# HSA override for unofficially supported GPUs (e.g. RX 6700XT = gfx1031 → 10.3.0)
|
||||
hsa_override_gfx_version: "10.3.0"
|
||||
|
||||
# Modèle chargé au démarrage du service
|
||||
# Format HuggingFace : "organization/repo/fichier.gguf"
|
||||
# Laisser vide pour ne pas auto-charger (chargement manuel via lms load)
|
||||
lm_studio_default_model: ""
|
||||
|
||||
# Chemin NFS où stocker les modèles (laisse vide = stockage local par défaut)
|
||||
lm_studio_models_nfs_path: ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue