Update README.md
Browse filesFreeze SB version due to deprecation
README.md
CHANGED
@@ -47,11 +47,7 @@ The system is trained with dialogue from the MultiWOZ corpus.
|
|
47 |
First of all, please install SpeechBrain with the following command:
|
48 |
|
49 |
```
|
50 |
-
|
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 |
**Note**: Please, take a look [here](https://github.com/speechbrain/speechbrain/blob/develop/recipes/MultiWOZ/response_generation/README.md) for info about dependencies and access tokens.
|
@@ -89,6 +85,7 @@ To train it from scratch follow these steps:
|
|
89 |
|
90 |
```bash
|
91 |
git clone https://github.com/speechbrain/speechbrain/
|
|
|
92 |
```
|
93 |
|
94 |
2. Install it:
|
|
|
47 |
First of all, please install SpeechBrain with the following command:
|
48 |
|
49 |
```
|
50 |
+
pip install speechbrain==1.0.2
|
|
|
|
|
|
|
|
|
51 |
```
|
52 |
|
53 |
**Note**: Please, take a look [here](https://github.com/speechbrain/speechbrain/blob/develop/recipes/MultiWOZ/response_generation/README.md) for info about dependencies and access tokens.
|
|
|
85 |
|
86 |
```bash
|
87 |
git clone https://github.com/speechbrain/speechbrain/
|
88 |
+
git checkout d9fb58f5693311ae2715dae3208e0fafaaf04a81
|
89 |
```
|
90 |
|
91 |
2. Install it:
|