Skip to content

Commit c83e666

Browse files
committed
Merge remote README changes
1 parent 501401b commit c83e666

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ Trying FunASR for the first time? Use the [Colab quickstart](./examples/colab/)
116116
## Installation
117117

118118
```bash
119-
pip install torch torchaudio
120119
pip install funasr
121120
```
122121

@@ -126,7 +125,7 @@ pip install funasr
126125
git clone https://github.com/modelscope/FunASR.git && cd FunASR
127126
pip install -e ./
128127
```
129-
Requirements: Python ≥ 3.8. Install [PyTorch + torchaudio](https://pytorch.org/get-started/locally/) first (matching your CUDA version), then `pip install funasr`.
128+
Requirements: Python ≥ 3.8. Install PyTorch + torchaudio first ([pytorch.org](https://pytorch.org/get-started/locally/)), then `pip install funasr`.
130129

131130
</details>
132131

0 commit comments

Comments
 (0)