Haifeng Ruan
Haifeng Ruan
Hi @jimwhite, you have removed this dependency from dockerfile: ``` RUN echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections RUN apt install -y ttf-mscorefonts-installer ``` This is dependency for several tasks....
> is the same reason that many people cannot or will not contribute to the project I'm not sure. If contribution does not stay OSS, then people won't be able...
Even `:DapVirualTextDisable` doesn't clear the virt text for me: no new text is produced, but the old text does not hide.
I've figured it out. The virt text hides when the debugee executes to the end and exits, and when I call `dap.terminate`. But if I call `dap.close`, then the virt...
I don't know if llama2-70b-4096 is still supported. [Doc of groq](https://console.groq.com/docs/models) says it's not, while [litellm](https://litellm.vercel.app/docs/providers/groq#supported-models---all-groq-models-supported) says otherwise. Can you confirm if it's supported by running this [code](https://litellm.vercel.app/docs/providers/groq#sample-usage)? I can't...
We are now giving access to `v20240620` for non-commercial use! Just fill out a simple form at [our website](https://autocoderover.dev/#application)! 🙂 @yingweima2022 @thesofakillers @wistuba
Does this work at your end? I still get the same problem
Hi! You would need to first transform the json into jsonl (with a simple python script for example), then evaluate the jsonl with [SWE-bench's containerized evaluation](https://github.com/princeton-nlp/SWE-bench#-usage). Then in `SWE-bench/logs/` you...