blob: 6ccc6079ba4bde30d624da8a07a6c6717a72fd77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# gpuagent environment configuration
# See: https://github.com/ROCm/gpu-agent
#
# Example variables consumed by gpuagent at startup.
# Uncomment and adjust as needed.
# Port for the gRPC server (default used by gpuagent if unset)
# GPUAGENT_PORT=50051
# Log level: debug, info, warn, error
# GPUAGENT_LOG_LEVEL=info
|