Skip to content

Commit

Permalink
Fix mledlge device options
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Aug 30, 2024
1 parent 18d5c9c commit 2e5ce40
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ const devices = [
},
{
id: 2,
name: 'x86 (GPU)',
type: 'x86',
site: 'TACC',
name: 'x86 (no GPU)',
type: 'compute_cascadelake',
site: 'CHAMELEON',
gpu: true,
},
{
Expand Down

0 comments on commit 2e5ce40

Please sign in to comment.