From 73e4fd515231c277afd36869b9bffb92a5b52594 Mon Sep 17 00:00:00 2001 From: JAN Date: Wed, 8 Oct 2025 16:27:33 +0800 Subject: [PATCH] chore: the HolisticTraceAnalysis fix the issue about AMD GPUs --- USER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USER_GUIDE.md b/USER_GUIDE.md index 164aaeb6..ecfeef1a 100644 --- a/USER_GUIDE.md +++ b/USER_GUIDE.md @@ -41,7 +41,7 @@ Installing Holistic Trace Analysis is necessary for Trace link. ```bash $ git clone https://github.com/facebookresearch/HolisticTraceAnalysis.git $ cd HolisticTraceAnalysis -$ git checkout d731cc2e2249976c97129d409a83bd53d93051f6 +$ git checkout v0.5.0 $ git submodule update --init $ pip install -r requirements.txt $ pip install -e .