Skip to content

Commit

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

Change-Id: Ib1aab842313884d3ca98e8bf5545dd95da4ec936
Signed-off-by: Kiriti Pendyala <[email protected]>
  • Loading branch information
kiriti-pendyala committed Nov 13, 2024
1 parent e3bb828 commit 14ec8cc
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.3
```

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

0 comments on commit 14ec8cc

Please sign in to comment.