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:
Timothyxxx
2025-05-28 04:29:37 +08:00
parent a845824f06
commit 34748567a5
317 changed files with 12630 additions and 12008 deletions

View File

@@ -17,7 +17,7 @@
"files": [
{
"path": "C:\\Users\\User\\.tmp.7z",
"url": "https://drive.google.com/uc?id=1LYc6rBSuCNBtTQIg-m9zP6KmlEB_Zfdo&export=download"
"url": "https://huggingface.co/datasets/xlangai/windows_osworld_file_cache/resolve/main/multi_app/e2392362-125e-4f76-a2ee-524b183a3412/academicpages.github.io.7z"
}
]
}
@@ -26,8 +26,9 @@
"type": "execute",
"parameters": {
"command": [
"C:\\Program Files\\7-Zip\\7z.exe",
"x", "-oC:\\Users\\User\\Documents\\Code\\Website",
"C:\\Program Files\\7-Zip\\7z.exe",
"x",
"-oC:\\Users\\User\\Documents\\Code\\Website",
"C:\\Users\\User\\.tmp.7z"
]
}
@@ -35,8 +36,10 @@
{
"type": "launch",
"parameters": {
"command":
["C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", "--remote-debugging-port=1337"]
"command": [
"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
"--remote-debugging-port=1337"
]
}
},
{
@@ -114,4 +117,4 @@
"dest": "_config.yaml"
}
}
}
}