Skip to content

Commit

Permalink
Update to BUILD SOURCE file
Browse files Browse the repository at this point in the history
- Specifying numpy version required for different python builds

Signed-off-by: Devasena Kirthika S <[email protected]>
Change-Id: I6a41f08ebe52a65cdd2833e61519b02651c68086
Reviewed-on: http://gerrit-git.amd.com/c/amd/ec/ZenDNN_ONNXRuntime/+/1152372
Reviewed-by: Kiriti Pendyala <[email protected]>
Reviewed-by: Rahul Jauhari <[email protected]>
Tested-by: Kiriti Pendyala <[email protected]>
  • Loading branch information
Devasena Kirthika S authored and Devasena Kirthika S committed Nov 14, 2024
1 parent 2107570 commit 60c2200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD_SOURCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ Create and activate a conda environment
```
$ conda create -n onnxrt-v1.19.2-zendnn-5.0-rel-env python=3.8 -y
$ conda activate onnxrt-v1.19.2-zendnn-5.0-rel-env
> Note: Here we use python 3.8 environment as an example
```
Install necessary dependencies
```
$ pip install -U cmake onnx==1.16.1 pytest
$ pip install psutil coloredlogs torch==2.1.2 torchvision transformers==4.39.3 sympy
$ pip install numpy==1.24.4
> Note: If you are building with Python version 3.9/3.10/3.11, use pip install numpy==1.26.4
```

### Download the AMD ZenDNN ONNXRUNTIME source code
Expand Down

0 comments on commit 60c2200

Please sign in to comment.