This commit is contained in:
unknown
2026-03-21 07:26:38 +09:00
parent 166d94fca4
commit 40150cd66d
406 changed files with 34179 additions and 55658 deletions
+22
View File
@@ -0,0 +1,22 @@
# GPU 서버 정보 수집 프로파일 (GUID + GPU Serial)
profiles:
default:
description: "기본 GPU 시리얼 수집 설정"
# GUID 관련 설정 (제거됨)
# slot_priority: [38, 39, 37, 36, 32, 33, 34, 35, 31, 40]
# GPU Serial 관련 설정
gpu_settings:
target_slots: ["Video.Slot.*"]
sort_order: "slot_index" # slot_index, serial, etc.
output_format: "combined"
h100_cluster:
description: "H100 클러스터용 설정"
slot_priority: [1, 2, 3, 4]
gpu_settings:
target_slots: ["Video.Slot.0-1", "Video.Slot.1-1"]
sort_order: "slot_index"
output_format: "combined"