5 lines
108 B
Bash
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
|