Skip to content
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

Update the 1.9.5 Client + add AMD cards support #4

Merged
merged 1 commit into from
Apr 22, 2024
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
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,16 @@ Please use "Tunning Settings" from workers's dashboard to set global or specific
> `>0` => number of `gThreads` to be used<br>
> >e.g.: `0,-1,-1,-1,-1,-1` => GPU#1 disabled, #1-5 auto tuen<br>
> e.g.: `0` => GPU#0 disabled, if there are more, all will be auto tuned<br>
> e.g.: `512,256,256,256,256,512` => set `gThread` to 512 on GPU#0 and GPU#5, 256 to the rest<br>
> e.g.: `512,256,256,256,256,512` => set `gThread` to 512 on GPU#0 and GPU#5, 256 to the rest<br>

#### QLI Trainer Options
The following table shows the available trainers.

| Type | Version Key (`gpuVersion`/`cpuVersion`) | Description |
|--- |--- |--- |
| GPU | `CUDA12` | CUDA Version for all newer/bigger GPU's (>4090) |
| GPU | `AMD` | General AMD Version |
| CPU | `GENERIC` | Generic x64 CPU trainer (no specific instructions needed) |
| CPU | `AVX2` | AVX2 x64 CPU trainer (AVX2 instructions needed) |
| CPU | `AVX512` | AVX512 x64 CPU trainer (AVX512 instructions needed) |
| CPU | `SKYLAKE` | For specific Intel Lake processors (may not be available all the time) |