Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
AutoAWQ
Commits
560fbe59
Unverified
Commit
560fbe59
authored
Sep 01, 2023
by
Casper
Committed by
GitHub
Sep 01, 2023
Browse files
Add better install instructions
parent
0e93e359
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.md
README.md
+13
-0
No files found.
README.md
View file @
560fbe59
...
@@ -15,6 +15,8 @@ Requirements:
...
@@ -15,6 +15,8 @@ Requirements:
-
Compute Capability 8.0 (sm80). Ampere and later architectures are supported.
-
Compute Capability 8.0 (sm80). Ampere and later architectures are supported.
-
CUDA Toolkit 11.8 and later.
-
CUDA Toolkit 11.8 and later.
---
Install:
Install:
-
Use pip to install awq
-
Use pip to install awq
...
@@ -22,6 +24,17 @@ Install:
...
@@ -22,6 +24,17 @@ Install:
pip install autoawq
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
### Build source
<details>
<details>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment