Commit
·
43f6971
1
Parent(s):
ba09bd7
Update README.md
Browse files
README.md
CHANGED
@@ -49,9 +49,9 @@ First of all, please install SpeechBrain with the following command:
|
|
49 |
```
|
50 |
git clone https://github.com/speechbrain/speechbrain
|
51 |
cd speechbrain
|
|
|
52 |
pip install -r requirements.txt
|
53 |
pip install -e .
|
54 |
-
pip install -r recipes/MultiWOZ/response_generation/llama2/extra_requirements.txt
|
55 |
```
|
56 |
|
57 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
49 |
```
|
50 |
git clone https://github.com/speechbrain/speechbrain
|
51 |
cd speechbrain
|
52 |
+
pip install -r recipes/MultiWOZ/response_generation/llama2/extra_requirements.txt
|
53 |
pip install -r requirements.txt
|
54 |
pip install -e .
|
|
|
55 |
```
|
56 |
|
57 |
Please notice that we encourage you to read our tutorials and learn more about
|