fix some multi_apps tasks
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": "VLC_VERBOSE=-1 vlc --aout=dummy --repeat '/home/user/Desktop/planet.mp4'",
|
||||
"command": "vlc",
|
||||
"shell": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,6 +64,13 @@
|
||||
"command": "echo password | sudo -S pip install pysrt",
|
||||
"shell": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"parameters": {
|
||||
"command": "echo osworld-public-evaluation | sudo -S pip install pysrt",
|
||||
"shell": "true"
|
||||
}
|
||||
}
|
||||
],
|
||||
"func": "exact_match",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "a82b78bb-7fde-4cb3-94a4-035baf10bcf0",
|
||||
"snapshot": "libreoffice_calc",
|
||||
"instruction": "I'm really enjoying this paper. Could you please locate the personal webpages of the initial author and the last three authors? Please include them in a browser bookmark folder titled 'Liked Authors.'",
|
||||
"instruction": "I'm really enjoying this paper. Could you please locate the personal webpages of the initial author and the last three authors? Please include them in a browser bookmark folder titled 'Liked Authors' under the 'Bookmarks bar'.",
|
||||
"source": "authors",
|
||||
"config": [
|
||||
{
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
},
|
||||
"expected": {
|
||||
"type": "cloud_file",
|
||||
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/b5062e3e-641c-4e3a-907b-ac864d2e7652/authors-gt.xlsx",
|
||||
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/b5062e3e-641c-4e3a-907b-ac864d2e7652/authors-ground_truth.xlsx",
|
||||
"dest": "authors-gt.xlsx"
|
||||
},
|
||||
"options": {
|
||||
|
||||
@@ -55,6 +55,12 @@
|
||||
}
|
||||
],
|
||||
"func": "compare_docx_files",
|
||||
"options": {
|
||||
"ignore_blanks": true,
|
||||
"ignore_order": true,
|
||||
"content_only": true,
|
||||
"delete_empty_lines": true
|
||||
},
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/Desktop/script.docx",
|
||||
|
||||
Reference in New Issue
Block a user