Skip to content

Commit

Permalink
Update SETUP.md for instruction to install e-diagnosis, ht, and rcd
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan authored Jan 10, 2025
1 parent 54037a6 commit 45c7339
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ tests/test.py ........... [100%

### Install RCAEval in RCD mode

The RCD mode is used to run RCD, HT, and E-Diagnosis methods.

**Create and activate a virtual environment**

```bash
Expand All @@ -108,6 +110,15 @@ pip install -e .[rcd]
bash script/link.sh
```

**Install PyRCA for HT and E-Diagnosis**

```
# for ht
sudo apt install openjdk-11-jre-headless
git clone https://github.com/salesforce/PyRCA.git
cd PyRCA; pip install -e .; cd ..
```

**Reproduce RCD**

Users can reproduce the RCA performance of the RCD method using the following command:
Expand All @@ -131,4 +142,4 @@ Avg@5-LOSS: 0.51
---
Avg speed: 16.2
```
</details>
</details>

0 comments on commit 45c7339

Please sign in to comment.