Skip to content

Commit

Permalink
change elevation level to non_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooyosi committed Dec 16, 2024
1 parent f3f5039 commit 0a751f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bajor/batch/predictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def create_batch_job(job_id, manifest_url, pool_id, checkpoint_target='ZOOBOT_CH
user_identity = batchmodels.UserIdentity(
auto_user=batchmodels.AutoUserSpecification(
scope=batchmodels.AutoUserScope.task,
elevation_level=batchmodels.ElevationLevel.admin
elevation_level=batchmodels.ElevationLevel.non_admin
)
),
#
Expand Down
2 changes: 1 addition & 1 deletion bajor/batch/train_finetuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def create_batch_job(job_id, manifest_container_path, pool_id, checkpoint_target
user_identity = batchmodels.UserIdentity(
auto_user=batchmodels.AutoUserSpecification(
scope=batchmodels.AutoUserScope.task,
elevation_level=batchmodels.ElevationLevel.admin
elevation_level=batchmodels.ElevationLevel.non_admin
)
),
#
Expand Down

0 comments on commit 0a751f0

Please sign in to comment.