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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user