diff --git a/docker-compose.yml b/docker-compose.yml index f47f374..0195a53 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,6 +32,8 @@ services: - HSA_OVERRIDE_GFX_VERSION=10.3.0 # Disable MIOpen's SQLite cache — avoids crashes writing benchmark results. - MIOPEN_DISABLE_CACHE=1 + # Suppress MIOpen workspace=0 solver warnings (expected with ROCm/PyTorch, not actionable). + - MIOPEN_LOG_LEVEL=2 volumes: hf_cache: