Skip to content

Commit 19eafc2

Browse files
authored
Update README.md
1 parent b00d73a commit 19eafc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ The torchao package contains apis and workflows used to apply AO techniques like
1111
pip install torchao
1212
```
1313

14-
2. From source:
14+
2. From Source:
1515

1616
```
1717
git clone https://github.com/pytorch-labs/ao
1818
cd ao
1919
python setup.py install
2020
```
2121

22-
verify installation:
22+
Verify Installation:
2323

2424
```
2525
pip list | grep torchao
2626
```
2727

28-
should show
28+
Expected Output
2929
```
3030
torchao 0.0.1 <install dir>
3131
```

0 commit comments

Comments
 (0)