மனோஜ்குமார் பழனிச்சாமி
மனோஜ்குமார் பழனிச்சாமி
> I switched to codeact1.3 Which commit?
https://github.com/opendevin/OpenDevin/pkgs/container/eval-swe-bench/216318508?tag=full-v1.0 Same happens in latest version?
> Same happens in latest version? --- > echo 'activate successful' Seems the code is not present in the latest version. Could you provide the logs for the latest version...
> Shouldn't I use the old version of docker? You should. It should be easy to fix if the same happens in the latest version and patching it to 1.3....
Could you connect to that instance via SSH and run that command?
You need to change the `ssh_port` config and #2413 CC: @mamoodi @neubig
Could you provide the traceback and the commit hash as there are no log statements in L251? v.0.0.8 https://github.com/OpenDevin/OpenDevin/blob/64be2cb466672445f44c65983495150aec4d8536/opendevin/controller/agent_controller.py#L251 Latest commit https://github.com/OpenDevin/OpenDevin/blob/8f76587e5cbaf47acae8b49578580ffa8fdf1785/opendevin/controller/agent_controller.py#L251
Check your `ollama serve` logs to check the input_tokens are truncated like https://github.com/ollama/ollama/issues/4967 LLM_MODEL - groq/llama3-70b-8192 Version: e819fd3d78da696268985e363cf033f9277412a1  [Event history](https://od-feedback.vercel.app/show?feedback_id=e322aa411cea1e2800b95c6443b3762b7021e022406d6b97dd7911a16a5da5b0)
> Could it be that sometimes when the context window is too small (default) that the Code Editor or the Jupyter Notebook will simply refuse to launch? No, that may...
> Check your `ollama serve` logs to check the input_tokens are truncated like [ollama/ollama#4967](https://github.com/ollama/ollama/issues/4967) Could you confirm this?