OpenFabrics / fsdp_docs

Other
2 stars 3 forks source link

FSDP Setup not being run after successful beaker install #95

Closed lylavoie closed 2 years ago

lylavoie commented 2 years ago

FSDP setup doesn't look to be run during the kick start install. The following (from the kick-start file created by Beaker) should be running the setup scripts.

# global system_post snippet
cd /root
git clone git://github.com/OpenFabrics/fsdp_setup
pushd fsdp_setup
./rdma-setup.sh
popd
dledford commented 2 years ago

This should be fixed.