Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideousmon committed Oct 6, 2023
1 parent 970a204 commit 7f996c4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tools/pnnx/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,12 @@ git clone https://github.com/Tencent/ncnn.git
cd /pathto/ncnn
git submodule init && git submodule update
```
2. install pytorch and LibTorch
2. install pytorch

install pytorch according to https://pytorch.org/ . Anaconda is strongly recommended for example:
```bash
conda install torch
conda install pytorch
```
download LibTorch according to https://pytorch.org/ .
```bash
unzip the downloaded file.
```

3. install
```bash
cd /pathto/ncnntools/pnnx
Expand Down

0 comments on commit 7f996c4

Please sign in to comment.