Skip to content

Commit

Permalink
Integrate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Jan 10, 2025
1 parent c17e00d commit 2f57939
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ curl -fsSL https://github.com/interTwin-eu/itwinai/raw/main/env-files/torch/inst
```

> [!WARNING]
> itwinai depends on Horovod, which requires `CMake>=1.13` and
> Horovod requires `CMake>=1.13` and
> [other packages](https://horovod.readthedocs.io/en/latest/install_include.html#requirements).
> Make sure to have them installed in your environment before proceeding.

Expand Down Expand Up @@ -208,8 +208,15 @@ pip install -e ".[torch,dev,tf]" \
--extra-index-url https://download.pytorch.org/whl/cu121
```

If you want to use Prov4ML logger, you need to install it explicitly since it is only
available on GitHub. Please refer to the
If you wanted to install this locally on **macOS** (i.e. without CUDA) with PyTorch, you
would do the following instead:

```bash
pip install -e ".[torch,dev,tf]"
```

If you want to use [Prov4ML](https://github.com/HPCI-Lab/yProvML) logger, you need to install
it explicitly since it is only available on GitHub. Please refer to the
[users installation](#install-itwinai-for-users)
to know more on how to install Prov4ML.

Expand Down

0 comments on commit 2f57939

Please sign in to comment.