Skip to content

Commit

Permalink
Revert "Updates to BUILD SOURCE file"
Browse files Browse the repository at this point in the history
This reverts commit 14ec8cc.

Change-Id: I660371beec6f3524e40d5997238250a5d49bed1a
Signed-off-by: Devasena Kirthika S <[email protected]>
Reviewed-on: http://gerrit-git.amd.com/c/amd/ec/ZenDNN_ONNXRuntime/+/1152368
Reviewed-by: Kiriti Pendyala <[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 14ec8cc commit 2107570
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions BUILD_SOURCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ 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 2107570

Please sign in to comment.