https://github.com/ray-project/ray
Raw File
Tip revision: df2f7a9d533564d278a7e0c2bfc14af1e1425401 authored by Jiao Dong on 29 September 2021, 00:12:04 UTC
try remove tf / torch tutorials
Tip revision: df2f7a9
setup_hooks.sh
#!/bin/bash
chmod +x "$PWD"/scripts/pre-push
ln -s "$PWD"/scripts/pre-push "$PWD"/.git/hooks/pre-push
back to top