Unverified Commit a22d67a3 authored by Casper's avatar Casper Committed by GitHub
Browse files

Update README.md

parent 6dd3f7e6
...@@ -6,4 +6,20 @@ AutoAWQ Kernels is a new package that is split up from the [main repository](htt ...@@ -6,4 +6,20 @@ AutoAWQ Kernels is a new package that is split up from the [main repository](htt
- Windows: Must use WSL2. - Windows: Must use WSL2.
- GPU: Must be compute capability 7.5 or higher. - GPU: Must be compute capability 7.5 or higher.
- CUDA Toolkit: Must be 11.8 or higher. - CUDA Toolkit: Must be 11.8 or higher.
\ No newline at end of file
## Install
### Install from PyPi
```
pip install autoawq-kernels
```
### Build from source
```
git clone https://github.com/casper-hansen/AutoAWQ_kernels
cd AutoAWQ_kernels
pip install -e .
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment