Skip to content

Commit

Permalink
setting nprocs=2 so that we have correct ratio nprocs/MIGs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergueev authored Dec 2, 2024
1 parent c1bdc15 commit 7128307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyt301/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jupyterhub::jupyterhub_config_hash:
max: 5.0
nprocs:
min: 1
def: 4
def: 2
max: 4
memory:
min: 1024
Expand All @@ -23,7 +23,7 @@ jupyterhub::jupyterhub_config_hash:
ui:
def: 'lab' # ['notebook', 'lab', 'terminal']
SlurmFormSpawner:
disable_form: false
disable_form: true

jupyterhub::kernel::venv::packages: ['numba==0.60.0', "numpy==1.26.4", 'pycuda', 'matplotlib']

Expand Down

0 comments on commit 7128307

Please sign in to comment.