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:
@@ -8,7 +8,7 @@
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
|
||||
"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
|
||||
"--remote-debugging-port=1337"
|
||||
]
|
||||
}
|
||||
@@ -17,8 +17,13 @@
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"ncat.exe", "-k", "-l", "0.0.0.0", "9222",
|
||||
"--sh-exec", "ncat.exe 127.0.0.1 1337"
|
||||
"ncat.exe",
|
||||
"-k",
|
||||
"-l",
|
||||
"0.0.0.0",
|
||||
"9222",
|
||||
"--sh-exec",
|
||||
"ncat.exe 127.0.0.1 1337"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -33,7 +38,7 @@
|
||||
"parameters": {
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.usercontent.google.com/download?id=1IlJ8kU5MlR6OqJHchsSUJzLCmcrG-8N7&export=download&authuser=0&confirm=t&uuid=d2a1810f-edea-4bfd-9d79-e668b9f11876&at=APZUnTVv_eqtC86YzkEU8_jIhC9W:1709522229162",
|
||||
"url": "https://huggingface.co/datasets/xlangai/windows_osworld_file_cache/resolve/main/multi_app/a82b78bb-7fde-4cb3-94a4-035baf10bcf0/2206.08853.pdf",
|
||||
"path": "C:\\Users\\User\\Desktop\\2206.08853.pdf"
|
||||
}
|
||||
]
|
||||
@@ -80,12 +85,26 @@
|
||||
"Liked Authors"
|
||||
],
|
||||
"urls": [
|
||||
["https://jimfan.me/", "https://research.nvidia.com/person/linxi-jim-fan"],
|
||||
["https://research.nvidia.com/person/de-an-huang", "https://ai.stanford.edu/~dahuang/"],
|
||||
["https://yukezhu.me/", "https://www.cs.utexas.edu/people/faculty-researchers/yuke-zhu", "https://experts.utexas.edu/yuke_zhu", "https://research.nvidia.com/person/yuke-zhu"],
|
||||
["http://tensorlab.cms.caltech.edu/users/anima/", "https://www.eas.caltech.edu/people/anima"]
|
||||
[
|
||||
"https://jimfan.me/",
|
||||
"https://research.nvidia.com/person/linxi-jim-fan"
|
||||
],
|
||||
[
|
||||
"https://research.nvidia.com/person/de-an-huang",
|
||||
"https://ai.stanford.edu/~dahuang/"
|
||||
],
|
||||
[
|
||||
"https://yukezhu.me/",
|
||||
"https://www.cs.utexas.edu/people/faculty-researchers/yuke-zhu",
|
||||
"https://experts.utexas.edu/yuke_zhu",
|
||||
"https://research.nvidia.com/person/yuke-zhu"
|
||||
],
|
||||
[
|
||||
"http://tensorlab.cms.caltech.edu/users/anima/",
|
||||
"https://www.eas.caltech.edu/people/anima"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user