Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ Inspired from previous works done in Automatic Speech Recognition and Computer V
|
|
| 21 |
Clone GitHub repository and set up environment
|
| 22 |
```
|
| 23 |
git clone https://github.com/nguyenthienhy/EfficientConformerVietnamese.git
|
| 24 |
-
cd
|
| 25 |
pip install -r requirements.txt
|
| 26 |
pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113
|
| 27 |
pip install protobuf==4.25
|
|
|
|
| 21 |
Clone GitHub repository and set up environment
|
| 22 |
```
|
| 23 |
git clone https://github.com/nguyenthienhy/EfficientConformerVietnamese.git
|
| 24 |
+
cd EfficientConformerVietnamese
|
| 25 |
pip install -r requirements.txt
|
| 26 |
pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113
|
| 27 |
pip install protobuf==4.25
|