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

Add better install instructions

parent 0e93e359
......@@ -15,6 +15,8 @@ Requirements:
- Compute Capability 8.0 (sm80). Ampere and later architectures are supported.
- CUDA Toolkit 11.8 and later.
---
Install:
- Use pip to install awq
......@@ -22,6 +24,17 @@ Install:
pip install autoawq
```
### Using conda
CUDA dependencies can be hard to manage sometimes. It is recommended to use conda with AutoAWQ:
```
conda create --name autoawq python=3.10 -y
conda activate autoawq
conda install pytorch=2.0.1 torchvision torchaudio cudatoolkit=11.8 -c pytorch -c nvidia
pip install autoawq
```
### Build source
<details>
......
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