Lorenzo P
Lorenzo P
I have the same issue and for me too the loss is NaN. Please help
+1!!! I need this to use websockets 11!
I would love to test a checkpoint based on SD 2.1 too. The paper already mention that results basing in SD 2.1 are better.
+1
Solved: https://github.com/All-Hands-AI/OpenHands/issues/5382
It's not a streaming problem, as far as I have understood. The problem is that in this file https://github.com/continuedev/continue/blob/432f36c080a50554c2a9648f4451d3d7c082aab1/packages/openai-adapters/src/apis/Relace.ts the completionStream method is called instead of the chatCompletionStream method, and...
Hi @tomasz-stefaniak any updates on this? I am totally blocked in using Continue because I have no way to apply code changes! I tried - gemini flash but it forgots...
I already tried it, same error.
It seems the fix can be this simple in agent.py, for agent responses including a tool call. unfortunately, this doesn't work if the agent just produces a text message.
Tried it, it doesn't work. Removing str from output_type PREVENTS the LLM to output text.