You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I‘m using a custom LLM translator and found the translatation is very slow because there are many text translating one by one. Once translation's latency is about 3-4s.
How can I enable concurrency translatation? my config is:
It seems that we should overload MaxTranslationsPerRequest and MaxConcurrency in CustomTranslateEndpoint.cs and load it from config?
poor-circle
changed the title
How to enable concurrency translatation for customTranslate?
How to enable concurrency translatation or batch for customTranslate?
Apr 20, 2025
Uh oh!
There was an error while loading. Please reload this page.
I‘m using a custom LLM translator and found the translatation is very slow because there are many text translating one by one. Once translation's latency is about 3-4s.
How can I enable concurrency translatation? my config is:
The text was updated successfully, but these errors were encountered: