Skip to content

Commit

Permalink
[doc] update torch install (wenet-e2e#1765)
Browse files Browse the repository at this point in the history
* [doc] update torch install

* fix
  • Loading branch information
robin1001 authored Mar 20, 2023
1 parent f5b9b3e commit da09210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ git clone https://github.com/wenet-e2e/wenet.git
conda create -n wenet python=3.8
conda activate wenet
pip install -r requirements.txt
conda install pytorch=1.10.0 torchvision torchaudio=0.10.0 cudatoolkit=11.1 -c pytorch -c conda-forge
```

## Build for deployment
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ flake8-pyi==20.5.0
mccabe
pycodestyle==2.6.0
pyflakes==2.2.0
torch==2.0.0
torchaudio==2.0.0

0 comments on commit da09210

Please sign in to comment.