Skip to content

Commit

Permalink
fix(gui): correct labels for Nvidia platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 20, 2023
1 parent 9e31445 commit 0afd25f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/src/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ export const MODEL_LABELS = {
export const PLATFORM_LABELS: Record<string, string> = {
amd: 'AMD GPU',
cpu: 'CPU',
cuda: 'CUDA',
directml: 'DirectML',
nvidia: 'CUDA',
nvidia: 'Nvidia GPU',
rocm: 'ROCm',
};

Expand Down

0 comments on commit 0afd25f

Please sign in to comment.