Albert Örwall

Results 29 comments of Albert Örwall

I'm currently working on a hosted solution where I'm running benchmarks on virtual machines in Azure. I've gotten very stable results with no instances failing (except for `sympy__sympy-13177` sometimes). It...

I think I was a bit too quick there. It seems like there are still some shaky tests in `sympy/sympy` and `matplotlib/matplotlib`. Dependency issues in `astropy/astropy` and `pydata/xarray` might be...

You should be able to do this by running ingestion and set persist_dir to `/your/path/to/django__django-custom1`. ``` index_settings = IndexSettings( embed_model="voyage-code-3", # or OpenAI's "text-embedding-3-small", dimensions = 1024 # or 1536...

I'm working on a new Dockerized version of Moatless Tools also where you can also track the agent's trajectories in a UI and run and evaluate the instances in docker...

I added a missing dependency now so you could try to fetch the latest version and run uv sync . Then it should work with `uv run python scripts/docker_run.py --flow...

I added redis to the default dependencies and also changed so the evaluation can start without it.

1. I pushed changes to the docker-compose files to use the name "moatless-tools-api" instead now to fix the nginx issue. 2. The issue is that the redis server cant be...

@john-b-yang Sounds promising :+1: Let me know if you want any input from me with my experience setting up Docker containers for swe-bench-docker

Compact should only display the view code, including all relevant context, at the end of the message history using a “fake” action. This is a special workaround to keep the...