We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e317d0f + 19eafc2 commit c6b4648Copy full SHA for c6b4648
README.md
@@ -6,21 +6,26 @@ The torchao package contains apis and workflows used to apply AO techniques like
6
7
## Installation
8
9
-clone repository and install package:
+1. From PyPI:
10
+```
11
+pip install torchao
12
13
+
14
+2. From Source:
15
16
```
17
git clone https://github.com/pytorch-labs/ao
18
cd ao
19
python setup.py install
20
21
-verify installation:
22
+Verify Installation:
23
24
25
pip list | grep torchao
26
27
-should show
28
+Expected Output
29
30
torchao 0.0.1 <install dir>
31
0 commit comments