Skip to content

Commit d07b2f4

Browse files
authored
fixing env setup instructions in READMEs (#73)
1 parent c0239af commit d07b2f4

File tree

3 files changed

+10
-50
lines changed

3 files changed

+10
-50
lines changed

nlp/bert/popxl/README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,11 @@ python3 -m venv <venv name>
4848
source <venv path>/bin/activate
4949
```
5050

51-
2. Navigate to the Poplar SDK root directory
51+
2. Navigate to this example's root directory
5252

53-
3. Install the PopTorch (Pytorch) wheel:
53+
3. Install the Python requirements:
5454
```bash
55-
cd <poplar sdk root dir>
56-
pip3 install poptorch...x86_64.whl
57-
```
58-
59-
4. Download and install PopXL add-ons:
60-
```bash
61-
62-
```
63-
PopXL is an experimental framework and may be subject to change in future releases.
64-
65-
4. Navigate to this example's root directory
66-
67-
5. Install the Python requirements:
68-
```bash
69-
make install
55+
pip3 install -r requirements.txt
7056
```
7157

7258

nlp/gpt3_2.7B/popxl/README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,13 @@ python3 -m venv <venv name>
4848
source <venv path>/bin/activate
4949
```
5050

51-
2. Navigate to the Poplar SDK root directory
51+
2. Navigate to this example's root directory
5252

53-
3. Install the PopTorch (Pytorch) wheel:
53+
3. Install the Python requirements:
5454
```bash
55-
cd <poplar sdk root dir>
56-
pip3 install poptorch...x86_64.whl
55+
pip3 install -r requirements.txt
5756
```
5857

59-
4. Download and install PopXL add-ons:
60-
```bash
61-
62-
```
63-
PopXL is an experimental framework and may be subject to change in future releases.
64-
65-
4. Navigate to this example's root directory
66-
67-
5. Install the Python requirements:
68-
```bash
69-
make install
70-
```
7158

7259
## Dataset setup
7360
To obtain the data used for pre-training follow the below instructions.

nlp/gpt_j/popxl/README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,12 @@ python3 -m venv <venv name>
4646
source <venv path>/bin/activate
4747
```
4848

49-
2. Navigate to the Poplar SDK root directory
49+
2. Navigate to this example's root directory
5050

51-
3. Install the PopTorch (Pytorch) wheel:
51+
3. Install the Python requirements:
5252
```bash
53-
cd <poplar sdk root dir>
54-
pip3 install poptorch...x86_64.whl
55-
```
56-
57-
4. Download and install PopXL add-ons:
58-
```bash
59-
60-
```
61-
PopXL is an experimental framework and may be subject to change in future releases.
62-
63-
4. Navigate to this example's root directory
64-
65-
5. Install the Python requirements:
66-
```bash
67-
make install
53+
pip3 install -r requirements.txt
54+
```nstall
6855
```
6956

7057

0 commit comments

Comments
 (0)