Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bc_uab_jupyterlab
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
bc_uab_jupyterlab
Commits
c5623c95
Commit
c5623c95
authored
1 year ago
by
Bo-Chun Chen
Browse files
Options
Downloads
Patches
Plain Diff
Update max gpu to 0 for non-gpu partitions
To fix the error: Minimum value (1) must be less than the maximum value (-1).
parent
20bdbb73
No related branches found
No related tags found
1 merge request
!13
Fix gpu selection
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
form.js
+9
-9
9 additions, 9 deletions
form.js
with
9 additions
and
9 deletions
form.js
+
9
−
9
View file @
c5623c95
const
table
=
{
const
table
=
{
"
interactive
"
:
{
"
max_cpu
"
:
48
,
"
max_hour
"
:
2
,
"
max_gpu
"
:
-
1
},
"
interactive
"
:
{
"
max_cpu
"
:
48
,
"
max_hour
"
:
2
,
"
max_gpu
"
:
0
},
"
express
"
:
{
"
max_cpu
"
:
48
,
"
max_hour
"
:
2
,
"
max_gpu
"
:
-
1
},
"
express
"
:
{
"
max_cpu
"
:
48
,
"
max_hour
"
:
2
,
"
max_gpu
"
:
0
},
"
short
"
:
{
"
max_cpu
"
:
48
,
"
max_hour
"
:
12
,
"
max_gpu
"
:
-
1
},
"
short
"
:
{
"
max_cpu
"
:
48
,
"
max_hour
"
:
12
,
"
max_gpu
"
:
0
},
"
pascalnodes
"
:
{
"
max_cpu
"
:
28
,
"
max_hour
"
:
12
,
"
max_gpu
"
:
4
},
"
pascalnodes
"
:
{
"
max_cpu
"
:
28
,
"
max_hour
"
:
12
,
"
max_gpu
"
:
4
},
"
pascalnodes-medium
"
:
{
"
max_cpu
"
:
28
,
"
max_hour
"
:
48
,
"
max_gpu
"
:
4
},
"
pascalnodes-medium
"
:
{
"
max_cpu
"
:
28
,
"
max_hour
"
:
48
,
"
max_gpu
"
:
4
},
"
medium
"
:
{
"
max_cpu
"
:
48
,
"
max_hour
"
:
50
,
"
max_gpu
"
:
-
1
},
"
medium
"
:
{
"
max_cpu
"
:
48
,
"
max_hour
"
:
50
,
"
max_gpu
"
:
0
},
"
long
"
:
{
"
max_cpu
"
:
48
,
"
max_hour
"
:
150
,
"
max_gpu
"
:
-
1
},
"
long
"
:
{
"
max_cpu
"
:
48
,
"
max_hour
"
:
150
,
"
max_gpu
"
:
0
},
"
intel-dcb
"
:
{
"
max_cpu
"
:
24
,
"
max_hour
"
:
150
,
"
max_gpu
"
:
-
1
},
"
intel-dcb
"
:
{
"
max_cpu
"
:
24
,
"
max_hour
"
:
150
,
"
max_gpu
"
:
0
},
"
amd-hdr100
"
:
{
"
max_cpu
"
:
128
,
"
max_hour
"
:
150
,
"
max_gpu
"
:
-
1
},
"
amd-hdr100
"
:
{
"
max_cpu
"
:
128
,
"
max_hour
"
:
150
,
"
max_gpu
"
:
0
},
"
largemem
"
:
{
"
max_cpu
"
:
24
,
"
max_hour
"
:
50
,
"
max_gpu
"
:
-
1
},
"
largemem
"
:
{
"
max_cpu
"
:
24
,
"
max_hour
"
:
50
,
"
max_gpu
"
:
0
},
"
largemem-long
"
:
{
"
max_cpu
"
:
24
,
"
max_hour
"
:
150
,
"
max_gpu
"
:
-
1
},
"
largemem-long
"
:
{
"
max_cpu
"
:
24
,
"
max_hour
"
:
150
,
"
max_gpu
"
:
0
},
"
amperenodes
"
:
{
"
max_cpu
"
:
128
,
"
max_hour
"
:
12
,
"
max_gpu
"
:
2
},
"
amperenodes
"
:
{
"
max_cpu
"
:
128
,
"
max_hour
"
:
12
,
"
max_gpu
"
:
2
},
"
amperenodes-medium
"
:
{
"
max_cpu
"
:
128
,
"
max_hour
"
:
48
,
"
max_gpu
"
:
2
},
"
amperenodes-medium
"
:
{
"
max_cpu
"
:
128
,
"
max_hour
"
:
48
,
"
max_gpu
"
:
2
},
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment