Commit Graph

275 Commits (54e2b268320d64ddb68382e2b1bbfee7246731fa)

Author SHA1 Message Date
Jingyi a553f4459c fixed get_endpoint_with_endpoint_name 2023-12-13 14:54:30 +08:00
Elon Niu e2d260b257
fix: model item exists check condition (#292)
* fixed model get item check

* improved condition

---------

Co-authored-by: Jingyi <elonniu@amazon.com>
2023-12-12 11:03:25 +08:00
Jingyi c1f2281bd3 status use dataclass 2023-12-11 18:20:04 +08:00
Jingyi 6ef18bf477 fixed status check 2023-12-11 17:40:40 +08:00
Jingyi ebd3e967ba fixed create endpoint check 2023-12-11 17:25:31 +08:00
Jingyi e46a0b44aa fixed CreateEndpointEvent 2023-12-10 00:50:12 +08:00
Jingyi 056f5dca7a improved endpoint event notify 2023-12-08 16:34:21 +08:00
Jingyi e5394213fa Improved SageMaker Event 2023-12-06 22:39:59 +08:00
Elon Niu c6c03a803c
Merge pull request #286 from elonniu/invocation_config
feat: Specify the max number of inflight invocations per instance
2023-12-06 10:21:02 +08:00
Jingyi a69d5fecdd Improved `current_instance_count` 2023-12-05 23:04:34 +08:00
Jingyi 5a0eb688ec improved `MaxConcurrentInvocationsPerInstance` 2023-12-05 16:22:11 +08:00
Yan c0bc6a4492
fix: code refactor (#285)
* fix: fixed sagemaker endpoint dead lock bug

* fix: typo fix

* fix: embedding from url is not working

* feat: minor fixes code
2023-12-04 11:04:23 +08:00
Yan 6c692a0844
fix: merge conflicts (#279)
* fix: typo fix
2023-11-28 14:03:00 +08:00
Elon Niu b21fa0cb47
Merge branch 'dev' into update_api_docs 2023-11-20 21:56:17 +08:00
Jingyi Niu 4b5bcc7b54 fixed typos 2023-11-20 21:54:45 +08:00
Yan cae7559447
fix: fixed permission issues for delete user and update user (#269)
* fix: permission issue for user delete and update
2023-11-20 21:41:04 +08:00
Yan c2aa02555d
fix: delete endpoint (#268)
fixed delete endpoint bugs
2023-11-20 12:38:21 +08:00
Yan 9a54243ffd
feat: enhancement for authz and authn (#266)
* feat: inhancement for authz and authn
2023-11-16 17:18:52 +08:00
Jingyi c695b6c755 improved create endpoint name logic 2023-11-13 15:00:32 +08:00
Jingyi 55e34372e1 enable create endpoint validator 2023-11-13 14:15:38 +08:00
Jingyi ca47e7be97 improved endpoint create 2023-11-03 21:19:22 +08:00
Xiujuan Li 5e3bb2a5b6 Merge remote-tracking branch 'origin/dev' into xiujuali_2.0 2023-10-31 19:11:53 +08:00
Yan 897537eac3
feat: allow to add new roles and avoid restart after upsert an user (#254)
* feat: roles panel and avoid restarting after upserting new users
2023-10-31 16:17:08 +08:00
Xiujuan Li 6bb45d22ef feat: fix pagesize 2023-10-31 13:16:35 +08:00
Elon Niu be953eb7e0
Merge pull request #246 from elonniu/improved_delete_endpoint
feat: Improved endpoint design
2023-10-30 17:12:48 +08:00
Jingyi e427da85ee remove unused ddb client 2023-10-30 17:01:38 +08:00
Jingyi ad51fc26a4 use ddb service and improved policy resource 2023-10-30 16:02:23 +08:00
Jingyi c9f59f3526 added UPDATING status 2023-10-29 22:13:00 +08:00
Yan 24af6390db
fix: merge main to dev to solve conflicts (#247)
* fix: scripts not finding the right one

* fix: wrong index when getting script

* fix: delete endpoint failed

* doc: doc update per version update

* fix: 3.10 conflicts fix (#213)

some code is reverted

* build(deps): bump pillow

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.4.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump pillow in /middleware_api/lambda/inference

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.4.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Update README.md (#222)

* fix: downgrade dreambooth version.

* fix: lora load from cloud

* fix: generate image get to wrong user when multiple user using it

* fix: generate image get to wrong user when multiple user using it

* fix: generate image get to wrong user when multiple user using it

* fix: typo

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: wenmeng <wenmg@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Yi <yike5460@163.com>
Co-authored-by: Tang Jie <tangjiee@amazon.com>
Co-authored-by: Aoyu <aoyuzhang1989@gmail.com>
2023-10-26 10:17:50 +08:00
Yan 9bf2bbafd0
fix: Cloud model loading (#245)
* fix: lora load from cloud

* feat: embedding model not found fix

* fix: controlnet models problem

* fix: fixed controlnet generating problems

---------

Co-authored-by: Xiujuan Li <xiujuali@amazon.com>
2023-10-26 09:49:33 +08:00
Jingyi ffefe49b37 Improved endpoint design 2023-10-25 18:29:30 +08:00
Jingyi d56600a50b Fix hidden deleted endpoint 2023-10-23 20:04:47 +08:00
Jingyi e84eb3288f Fix hidden deleted endpoint and change Logger 2023-10-23 18:04:18 +08:00
Jingyi 58ef543856 Improved Cooldown time 2023-10-23 12:06:23 +08:00
Jingyi Niu 8cb355eb40 improved sagemaker autoscaling 2023-10-20 14:18:58 +08:00
Xiujuan Li b713adcee5 feat: fix reload and lambda init quota and optimize memery size of upload model 2023-10-13 14:00:07 +08:00
Yan Dai bda88fc7f1 fix: minor fix for typo 2023-10-09 12:24:12 +08:00
Yan Dai b88e8b219c fix: fix refiner model list 2023-10-08 17:25:02 +08:00
Yan Dai c05af16c13 fix: fix refiner model list 2023-10-08 17:15:42 +08:00
Yan ad175b8c75
fix: fixed vae for multi users (#218)
* fix: fixed vae select
2023-10-07 15:22:37 +08:00
Yan Dai 2f00c8cc6d fix: bug fix and english doc for mul 2023-09-27 16:56:32 +08:00
Yan Dai bba8c2007c fix: merge conflicts 2023-09-27 13:52:13 +08:00
Yan Dai 38fd410435 fix: refiner support 2023-09-27 13:41:05 +08:00
Yan 5de4a1d269
fix: add docs and multi user setup (#208)
* fix: bugfix and docs for multiuser initial setup
2023-09-27 09:17:04 +08:00
Yan Dai 9e70678e94 fix: bugfix and docs for multiuser initial setup 2023-09-26 19:50:22 +08:00
Yan Dai d492fd68fd fix: bugfix and docs for multiuser initial setup 2023-09-26 17:05:36 +08:00
Yan Dai a597f7a275 feat: adding docs for continuous deployment 2023-09-26 15:05:46 +08:00
Xiujuan Li 1789c5b921 feat: merge main and dev and fix ui 2023-09-25 13:34:10 +08:00
Xiujuan Li 6009191dc8 feat: merge main and dev and fix ui 2023-09-25 13:21:06 +08:00
Xiujuan Li fae3b3f7c9 feat: merge main and dev and fix ui 2023-09-25 13:16:09 +08:00