chore&delete: remove AWS lock and VM files, and delete launch configuration, add them into gitignore
This commit is contained in:
4
.aws_vms
4
.aws_vms
@@ -1,4 +0,0 @@
|
||||
i-03eebd86c58eaa0bc@us-east-1|free
|
||||
i-00763f23af68cbe80@us-east-1|free
|
||||
i-0f3bd915a6fb4cf1f@us-east-1|81209
|
||||
i-0afd5bcd1c2534c51@us-east-1|81583
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -190,6 +190,9 @@ test2.xlsx
|
||||
docker_vm_data
|
||||
vmware_vm_data
|
||||
.vmware*
|
||||
.aws*
|
||||
|
||||
# result
|
||||
**/result*/**/*
|
||||
|
||||
.vscode
|
||||
28
.vscode/launch.json
vendored
28
.vscode/launch.json
vendored
@@ -1,28 +0,0 @@
|
||||
{
|
||||
// "--path_to_vm",
|
||||
// "i-00017dfb534d22011",
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python Debugger: Current File",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "/home/ubuntu/OSWorld/run_multienv.py",
|
||||
"console": "integratedTerminal",
|
||||
"args":[
|
||||
"--headless",
|
||||
"--observation_type",
|
||||
"screenshot",
|
||||
"--model",
|
||||
"gpt-4-turbo",
|
||||
"--result_dir",
|
||||
"./results_aws",
|
||||
"--test_all_meta_path",
|
||||
"evaluation_examples/test_small.json",
|
||||
"--region",
|
||||
"us-east-1"
|
||||
],
|
||||
"python": "/home/ubuntu/miniconda3/envs/osworld/bin/python"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user