Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the test script.
git clone --recursive https://github.com/horovod/horovod.git
- Go to the test directory.
cd horovod/test/parallel
- Execute the script.
horovodrun -np 2 pytest -v test_tensorflow.py
Parent topic: Horovod 0.25.0 Porting Guide (Kylin V10)