File tree Expand file tree Collapse file tree 3 files changed +10
-50
lines changed Expand file tree Collapse file tree 3 files changed +10
-50
lines changed Original file line number Diff line number Diff line change @@ -48,25 +48,11 @@ python3 -m venv <venv name>
4848source < 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
Original file line number Diff line number Diff line change @@ -48,26 +48,13 @@ python3 -m venv <venv name>
4848source < 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
7360To obtain the data used for pre-training follow the below instructions.
Original file line number Diff line number Diff line change @@ -46,25 +46,12 @@ python3 -m venv <venv name>
4646source < 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
You can’t perform that action at this time.
0 commit comments