Initial project upload

This commit is contained in:
Kim.KANGHEE
2026-05-05 17:14:11 +09:00
commit 122b73d254
282 changed files with 72135 additions and 0 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"