feat: Migrate OSWorld files to HuggingFace cache with comprehensive documentation
- Add detailed README for file cache repository - Implement migration script with retry logic and browser simulation - Support automatic file type detection and deduplication - Ensure reliable hosting for OSWorld evaluation files
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
"parameters": {
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.usercontent.google.com/download?id=1_CzdGGcA70VZnXWbFkxnMCS_HSl2B16A&export=download&authuser=0&confirm=t&uuid=6d08572f-04c6-42ca-8d02-b6adf3f0a271&at=APZUnTU3hL_yPkvSKokYA-Mywj1Z:1706666120779",
|
||||
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/vs_code/6ed0a554-cbee-4b44-84ea-fd6c042f4fe1/project.code-workspace",
|
||||
"path": "/home/user/project.code-workspace"
|
||||
}
|
||||
]
|
||||
@@ -48,7 +48,10 @@
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": ["code", "/home/user/project.code-workspace"]
|
||||
"command": [
|
||||
"code",
|
||||
"/home/user/project.code-workspace"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -69,9 +72,15 @@
|
||||
"rules": {
|
||||
"expected": {
|
||||
"folders": [
|
||||
{"path": "project"},
|
||||
{"path": "data1"},
|
||||
{"path": "data2"}
|
||||
{
|
||||
"path": "project"
|
||||
},
|
||||
{
|
||||
"path": "data1"
|
||||
},
|
||||
{
|
||||
"path": "data2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -82,4 +91,4 @@
|
||||
"dest": "project.code-workspace"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user