File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,11 @@ The RedMulE Golden Model is intended to generate Floating-Point (FP) input and r
5757The golden model makes use of Python3.6 virtual environment, Numpy and Pytorch. These modules have
5858to be installed if they are not already present. To simplify this procedure, the ` golden-model ` folder
5959contains a ` setup-py.sh ` that can be sourced to install all these modules, and to export the
60- required environment variables. Thus, the first step is to move into the ` golden-model ` folder and run :
60+ required environment variables. Thus, the first step is to install such python packages by running :
6161``` bash
62- source golden-model/setup-py.sh
62+ cd golden-model
63+ source setup-py.sh
64+ cd ..
6365```
6466
6567This will install a Python3.6 virtual environment under the ` venv ` folder.
You can’t perform that action at this time.
0 commit comments