Skip to content

Commit d3012d9

Browse files
authored
docs: Update docs and remove interactive conda installation (#1)
1 parent 5642ebf commit d3012d9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

benchmarks_paper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ None
2727
1. **Clone the GitHub repository:**
2828
```bash
2929
git clone https://github.com/CentML/lorafusion.git
30-
git checkout eurosys-ae
3130
cd lorafusion
31+
git checkout eurosys-ae
3232
```
3333

3434
2. **Install the requirements by running this command or following `../docs/installation.md`:**

benchmarks_paper/scripts/setup/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pip install -r requirements.txt
1010
pip install -e .
1111

1212
# Install CUDAToolkit
13-
conda install nvidia/label/cuda-12.6.0::cuda-toolkit
13+
conda install -y nvidia/label/cuda-12.6.0::cuda-toolkit
1414

1515
# Install PuLP and CoincBC for the proposed solver
1616
pip install pulp

docs/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ pip install -r requirements.txt
2323
pip install -e .
2424
```
2525

26+
If you want to use NCU, perhaps you need to install the CUDAToolkit:
27+
```bash
28+
conda install -y nvidia/label/cuda-12.6.0::cuda-toolkit
29+
```
30+
2631
Additionally, if you want to use the proposed solver, you need to install the following dependencies:
2732

2833
```bash

0 commit comments

Comments
 (0)