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
Compare revisions
574bf1742e20e8405f9c7f46da589af1c0e44dca to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
rc/bc_uab_jupyterlab
Select target project
No results found
master
Select Git revision
Swap
Target
rc-data-science/community-ood-sandbox/bc_uab_jupyterlab_singularity
Select target project
rc/bc_uab_jupyterlab
louistw/bc_uab_jupyterlab
rc-data-science/community-ood-sandbox/bc_uab_jupyterlab_singularity
3 results
574bf1742e20e8405f9c7f46da589af1c0e44dca
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update num gpu if more than max
· 29dfbdca
Bo-Chun Chen
authored
1 year ago
29dfbdca
Merge branch 'fix-gpu-select' into 'master'
· 948c1fda
Eesaan Atluri
authored
1 year ago
Fix gpu selection See merge request
rc/bc_uab_jupyterlab!13
948c1fda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
form.js
+2
-0
2 additions, 0 deletions
form.js
with
2 additions
and
0 deletions
form.js
View file @
948c1fda
...
...
@@ -19,6 +19,8 @@ const gpu_part_regex = /pascal|ampere/;
function
set_max_value
(
form_id
,
value
)
{
const
form_element
=
$
(
form_id
);
form_element
.
attr
({
'
max
'
:
value
});
if
(
form_element
.
val
()
>
value
)
form_element
.
val
(
value
)
}
function
set_partition_change_handler
()
{
...
...
This diff is collapsed.
Click to expand it.