Skip to content

Update README.md #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,26 @@ The torchao package contains apis and workflows used to apply AO techniques like

## Installation

clone repository and install package:
1. From PyPI:
```
pip install torchao
```

2. From Source:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip install git+https://github.com/pytorch-labs/ao.git


```
git clone https://github.com/pytorch-labs/ao
cd ao
python setup.py install
```

verify installation:
Verify Installation:

```
pip list | grep torchao
```

should show
Expected Output
```
torchao 0.0.1 <install dir>
```
Expand Down