-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/mount-plugin-on-vfolder
- Loading branch information
Showing
354 changed files
with
18,032 additions
and
7,994 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
23.09.0b2 | ||
24.03.0dev0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Wrong exception handling logics of `SchedulerDispatcher` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add `max_vfolder_count` to `ProjectResourcePolicy` and migrate the same option to `UserResourcePolicy` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Refactor initiating logic of model session DB models so that errors while creating the session can be also stored and expressed to user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bump base Python version from 3.11.4 to 3.11.6 to resolve potential bugs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Check health status of model service actively |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Update the default API endpoint of the client SDK (`api.cloud.backend.ai`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fix the mock accelerator plugin to properly set the environment variables without removing existing ones such as `LOCAL_USER_ID`. Also add explicit logging and warning about such situations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Clean up `entrypoint.sh` (our custom container entrypoint), including fixes to avoid non-mandatory recursive file operations on `/home/work` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Update GPFS storage client for compatibility. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Enable exhaustive search for recursive session termination irrelevant to each session's status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Remove legacy name-based container image exclusion filter to prevent unexpected exclusion of user-built images with names containing "base-" or "common" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Improve logging when retrying redis connections during failover and use explicit names for all redis connection pools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Allow sessions to have dependencies on stale sessions during the `_post_enqueue()` process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add vfolder purge API for permanent vfolder removal and change original vfolder delete API to update vfolder status only. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Support session-based usage stats for period. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,70 @@ | ||
{ | ||
"session_templates": [ | ||
{ | ||
"id": "c1b8441a-ba46-4a83-8727-de6645f521b4", | ||
"is_active": true, | ||
"domain_name": "default", | ||
"group_id": "2de2b969-1d04-48a6-af16-0bc8adb3c831", | ||
"user_uuid": "f38dea23-50fa-42a0-b5ae-338f5f4693f4", | ||
"type": "TASK", | ||
"name": "jupyter", | ||
"template": { | ||
"api_version": "6", | ||
"kind": "task_template", | ||
"metadata": { | ||
"name": "cr.backend.ai/testing/ngc-pytorch", | ||
"tag": "20.11-py3" | ||
[ | ||
{ | ||
"id": "c1b8441a-ba46-4a83-8727-de6645f521b4", | ||
"is_active": true, | ||
"domain_name": "default", | ||
"group_id": "2de2b969-1d04-48a6-af16-0bc8adb3c831", | ||
"user_uuid": "f38dea23-50fa-42a0-b5ae-338f5f4693f4", | ||
"type": "TASK", | ||
"name": "python_x86", | ||
"template": { | ||
"api_version": "6", | ||
"kind": "task_template", | ||
"metadata": { | ||
"name": "cr.backend.ai/multiarch/python", | ||
"tag": "3.10-ubuntu20.04" | ||
}, | ||
"spec": { | ||
"session_type": "interactive", | ||
"kernel": { | ||
"image": "cr.backend.ai/multiarch/python:3.10-ubuntu20.04", | ||
"environ": {}, | ||
"architecture": "x86_64", | ||
"run": null, | ||
"git": null | ||
}, | ||
"spec": { | ||
"session_type": "interactive", | ||
"kernel": { | ||
"image": "cr.backend.ai/testing/ngc-pytorch:20.11-py3", | ||
"environ": {}, | ||
"run": null, | ||
"git": null | ||
}, | ||
"scaling_group": "default", | ||
"mounts": { | ||
}, | ||
"resources": { | ||
"cpu": "2", | ||
"mem": "4g", | ||
"cuda.shares": "0.2" | ||
} | ||
"scaling_group": "default", | ||
"mounts": { | ||
}, | ||
"resources": { | ||
"cpu": "2", | ||
"mem": "4g" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "59062449-4f57-4434-975d-add2a593438c", | ||
"is_active": true, | ||
"domain_name": "default", | ||
"group_id": "2de2b969-1d04-48a6-af16-0bc8adb3c831", | ||
"user_uuid": "f38dea23-50fa-42a0-b5ae-338f5f4693f4", | ||
"type": "TASK", | ||
"name": "rstudio", | ||
"template": { | ||
"api_version": "6", | ||
"kind": "task_template", | ||
"metadata": { | ||
"name": "cr.backend.ai/cloud/r-base", | ||
"tag": "4.0" | ||
} | ||
}, | ||
{ | ||
"id": "59062449-4f57-4434-975d-add2a593438c", | ||
"is_active": true, | ||
"domain_name": "default", | ||
"group_id": "2de2b969-1d04-48a6-af16-0bc8adb3c831", | ||
"user_uuid": "f38dea23-50fa-42a0-b5ae-338f5f4693f4", | ||
"type": "TASK", | ||
"name": "python_aarch64", | ||
"template": { | ||
"api_version": "6", | ||
"kind": "task_template", | ||
"metadata": { | ||
"name": "cr.backend.ai/multiarch/python", | ||
"tag": "3.10-ubuntu20.04" | ||
}, | ||
"spec": { | ||
"session_type": "interactive", | ||
"kernel": { | ||
"image": "cr.backend.ai/multiarch/python:3.10-ubuntu20.04", | ||
"environ": {}, | ||
"architecture": "aarch64", | ||
"run": null, | ||
"git": null | ||
}, | ||
"scaling_group": "default", | ||
"mounts": { | ||
}, | ||
"spec": { | ||
"session_type": "interactive", | ||
"kernel": { | ||
"image": "cr.backend.ai/cloud/r-base:4.0", | ||
"environ": {}, | ||
"run": null, | ||
"git": null | ||
}, | ||
"scaling_group": "default", | ||
"mounts": { | ||
}, | ||
"resources": { | ||
"cpu": "1", | ||
"mem": "2g" | ||
} | ||
"resources": { | ||
"cpu": "2", | ||
"mem": "4g" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] |
Oops, something went wrong.