remove default config from eval

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி
2024-06-25 07:13:47 +05:30
parent a35a6e504d
commit de57c588db
5 changed files with 0 additions and 5 deletions

View File

@@ -33,7 +33,6 @@ workspace_mount_path = "/path/to/your/workspace"
sandbox_container_image = "ghcr.io/opendevin/sandbox:latest"
sandbox_type = "ssh"
sandbox_timeout = 120
ssh_hostname = "localhost"
# SWEBench eval specific - but you can tweak it to your needs

View File

@@ -20,7 +20,6 @@ workspace_mount_path = "/path/to/workspace"
sandbox_container_image = "ghcr.io/opendevin/sandbox:latest"
sandbox_type = "ssh"
sandbox_timeout = 120
ssh_hostname = "localhost"
use_host_network = false

View File

@@ -19,7 +19,6 @@ cache_dir = "/tmp/cache"
sandbox_container_image = "ghcr.io/opendevin/sandbox:latest"
sandbox_type = "ssh"
ssh_hostname = "localhost"
sandbox_timeout = 120
# TODO: Change these to the model you want to evaluate
[eval_gpt4_1106_preview]

View File

@@ -45,7 +45,6 @@ cache_dir = "/tmp/cache"
sandbox_container_image = "ghcr.io/opendevin/sandbox:latest"
sandbox_type = "ssh"
ssh_hostname = "localhost"
sandbox_timeout = 120
# SWEBench eval specific
use_host_network = false

View File

@@ -19,7 +19,6 @@ cache_dir = "/tmp/cache"
sandbox_container_image = "ghcr.io/opendevin/sandbox:latest"
sandbox_type = "ssh"
ssh_hostname = "localhost"
sandbox_timeout = 120
# TODO: Change these to the model you want to evaluate
[eval_gpt4_1106_preview]