Skip to content

Commit 91f3db8

Browse files
authored
Update HVD pypi link (#2130)
1 parent b162d61 commit 91f3db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/features/horovod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Horovod is a distributed deep learning training framework for TensorFlow, Keras,
44

55
## Install Horovod with PyTorch
66
### Dependency
7-
- [Intel® Optimization for Horovod*](https://pypi.org/project/intel-extension-for-horovod)
7+
- [Intel® Optimization for Horovod*](https://pypi.org/project/intel-optimization-for-horovod/)
88

99
You can use normal pip command to install the package:
10-
```python -m pip install intel-extension-for-horovod```
10+
```python -m pip install intel-optimization-for-horovod```
1111

1212
## Horovod with PyTorch Usage
1313
To use Horovod with PyTorch for XPU backend, make the following modifications to your training script:

0 commit comments

Comments
 (0)