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.
1 parent b00d73a commit 19eafc2Copy full SHA for 19eafc2
README.md
@@ -11,21 +11,21 @@ The torchao package contains apis and workflows used to apply AO techniques like
11
pip install torchao
12
```
13
14
-2. From source:
+2. From Source:
15
16
17
git clone https://github.com/pytorch-labs/ao
18
cd ao
19
python setup.py install
20
21
22
-verify installation:
+Verify Installation:
23
24
25
pip list | grep torchao
26
27
28
-should show
+Expected Output
29
30
torchao 0.0.1 <install dir>
31
0 commit comments