Embabel: LLM response processing is very slow #852
Unanswered
mekkiamiri
asked this question in
Q&A
Replies: 4 comments 7 replies
|
can you share link to your github repo, so i can run the code and see what is going on? |
1 reply
|
Happy to look at the repo. There should be no difference in latency. Would also like to see any log output. Thanks. |
1 reply
|
Can you please verify what LLM is being called. It looks like it it will be the auto LLM, not your custom LLM. You should see this in the logs. Are you sure Crew and Embabel applications are calling the same model? |
5 replies
|
@mekkiamiri - could you please update? Do you still experience performance-related issues? Thanks, Igor |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@johnsonr and @alexheifetz I implemented agents using embabel and crewAI (python). For the same use case embabel takes more much time to do the same exercice. I don't know if it is related to streaming feature which is missing or i missed some configuration.
For information I tested with java example with a custom open ai compatible LLM.
Could you please help ?
thanks
All reactions