mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-10 05:25:18 +01:00
5 lines
125 B
Bash
5 lines
125 B
Bash
#!/bin/bash
|
|
|
|
# Run Simple P2P
|
|
echo "Running Simple P2P"
|
|
/verify-nccl/cuda-samples/Samples/0_Introduction/simpleP2P/simpleP2P
|