Skip to content

Commit ec605b1

Browse files
Ravipati ChandramalikaRavipati Chandramalika
authored andcommitted
Modifications in zentorch README
-- Modifications in zentorch README.md -- LWPZENDNN-883 Change-Id: I0b68fabfd17129a3243e2ba74f42ca3f16ecd8fd Signed-off-by: Ravipati Chandramalika <[email protected]> (cherry picked from commit 8ba342b)
1 parent ca9eed3 commit ec605b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ _zentorch_ can be installed using binary wheel file or can be built from source
110110
```bash
111111
pip uninstall zentorch
112112
```
113-
* Install Pytorch v2.6.0
113+
* Install PyTorch v2.6.0
114114
```bash
115115
pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu
116116
```
@@ -143,7 +143,7 @@ pip install zentorch-5.0.2-cp310-cp310-manylinux_2_28_x86_64.whl
143143
Run the following commands:
144144
```bash
145145
git clone https://github.com/amd/ZenDNN-pytorch-plugin.git
146-
cd ZenDNN_PyTorch_Plugin/
146+
cd ZenDNN-pytorch-plugin
147147
```
148148
>Note: The repository defaults to the master branch. To build version 5.0.2, please check out the r5.0.2 branch; otherwise, it will build using the master branch.
149149
```bash
@@ -161,7 +161,7 @@ Build setup downloads the ZenDNN, AOCL BLIS and FBGEMM repos into `third_party`
161161
conda create -n pt-zentorch python=3.10 -y
162162
conda activate pt-zentorch
163163
```
164-
#### 2.2.2.2. Install Pytorch v2.6.0
164+
#### 2.2.2.2. Install PyTorch v2.6.0
165165
```bash
166166
# Pip command
167167
pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu
@@ -179,7 +179,7 @@ pip install -r requirements.txt
179179
```bash
180180
python setup.py bdist_wheel
181181
```
182-
>Note: The wheel file will be generated in dist folder in ZenDNN_PyTorch_Plugin directory
182+
>Note: The wheel file will be generated in dist folder in ZenDNN-pytorch-plugin directory
183183
184184
#### 2.2.2.5. To install the wheel file of _zentorch_
185185
```bash
@@ -366,7 +366,7 @@ PyTorch offers a debugging toolbox that comprises a built-in stats and trace fun
366366
# test.py contains model optimized by torch.compile with 'zentorch' as backend
367367
TORCH_COMPILE_DEBUG=1 python test.py
368368
```
369-
For more information about TORCH_COMPILE_DEBUG refer to the official PyTorch documentaion available.
369+
For more information about TORCH_COMPILE_DEBUG refer to the official PyTorch documentation available.
370370

371371
# 6. Performance tuning and Benchmarking
372372
zentorch v5.0.2 is supported with ZenDNN v5.0.2. Please see the **Tuning Guidelines** section of ZenDNN User Guide for performance tuning. ZenDNN User Guide can be downloaded from [here](https://developer.amd.com/zendnn)

0 commit comments

Comments
 (0)