Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(model): fix grpc message size limit issue #474

Merged
merged 2 commits into from
Dec 14, 2023
Merged

fix(model): fix grpc message size limit issue #474

merged 2 commits into from
Dec 14, 2023

Conversation

tonywang10101
Copy link
Contributor

Because

  • gRPC default message size is 4MB which would exceed the SDXL model message size

This commit

  • configure the gRPC message size based on configuration file (which is 20 MB now)

Copy link

linear bot commented Dec 14, 2023

@heiruwu heiruwu merged commit 1ec7ae1 into main Dec 14, 2023
9 checks passed
@heiruwu heiruwu deleted the INS-2574-fix branch December 14, 2023 15:41
heiruwu pushed a commit that referenced this pull request Dec 15, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.21.0-alpha](v0.20.0-alpha...v0.21.0-alpha)
(2023-12-14)


### Features

* **model:** refactoring AI Tasks for Consistency Across Text and Image
Generation
([#461](#461))
([e827130](e827130))
* **redis:** use redis for model state caching
([#472](#472))
([3b6b977](3b6b977))


### Bug Fixes

* **model:** fix grpc message size limit issue
([#474](#474))
([1ec7ae1](1ec7ae1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants