Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
w-okada committed Jun 27, 2023
1 parent 88519b3 commit b486925
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README_dev_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,24 @@ $ sudo apt-get install libasound-dev

3. Enjoy developing.


### Appendix
1. Win + Anaconda (not supported)

use conda to install pytorch
```
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
```

Also run these command.
```
pip install chardet
pip install numpy==1.24.0
```




## For Client Developer

1. Import modules and initial build
Expand Down
14 changes: 14 additions & 0 deletions README_dev_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,20 @@ $ sudo apt-get install libasound-dev

3. 開発しましょう

### Appendix
1. Win + Anacondaのとき (not supported)

pytorchをcondaで入れないとgpuを認識しないかもしれない。
```
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
```

また、追加で下記も必要のようだ。
```
pip install chardet
pip install numpy==1.24.0
```

## クライアント開発者向け

1. モジュールをインストールして、一度ビルドします
Expand Down

0 comments on commit b486925

Please sign in to comment.