xautodl/lib/move.sh
2019-02-01 01:27:38 +11:00

5 lines
108 B
Bash

rm -rf pytorch
git clone https://github.com/pytorch/pytorch.git
cp -r ./pytorch/torch/nn xnn
rm -rf pytorch