Skip to content

Commit

Permalink
minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
DomInvivo committed Nov 14, 2024
1 parent 2f4ebf5 commit da58ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If you are using a GPU, we recommend enforcing the CUDA version that you need wi
```bash
# Install Graphium's dependencies in a new environment named `graphium`
# Replace `ENV_FILE` with the path to the env file in the `requirements` folder
# which matches your machine's OS
# which matches your machine's OS. For example `/requirements/linux_env.yml`
mamba env create -f ENV_FILE -n graphium

# To force the CUDA version to 11.2, or any other version you prefer, use the following command:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you are using a GPU, we recommend enforcing the CUDA version that you need wi
```bash
# Install Graphium's dependencies in a new environment named `graphium`
# Replace `ENV_FILE` with the path to the env file in the `requirements` folder
# which matches your machine's OS
# which matches your machine's OS. For example `/requirements/linux_env.yml`
mamba env create -f ENV_FILE -n graphium

# To force the CUDA version to 11.2, or any other version you prefer, use the following command:
Expand Down

0 comments on commit da58ea8

Please sign in to comment.