xautodl/lib/move.sh

5 lines
108 B
Bash
Raw Normal View History

2019-01-31 15:27:38 +01:00
rm -rf pytorch
git clone https://github.com/pytorch/pytorch.git
cp -r ./pytorch/torch/nn xnn
rm -rf pytorch