update
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user