Update GIMP evaluation examples to replace local file paths with cloud file URLs for consistency and accessibility. (#372)

This commit is contained in:
yiqilin
2025-11-07 21:49:49 +08:00
committed by GitHub
parent 8365edc975
commit 6d43dbc532
2 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@
], ],
"func": "check_image_mirror", "func": "check_image_mirror",
"expected": { "expected": {
"type": "vm_file", "type": "cloud_file",
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/gimp/72f83cdc-bf76-4531-9a1b-eb893a13f8aa/berry.jpeg", "path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/gimp/72f83cdc-bf76-4531-9a1b-eb893a13f8aa/berry.jpeg",
"dest": "berry.png" "dest": "berry.png"
}, },

View File

@@ -32,8 +32,8 @@
"evaluator": { "evaluator": {
"func": "check_file_exists_and_structure_sim", "func": "check_file_exists_and_structure_sim",
"expected": { "expected": {
"type": "vm_file", "type": "cloud_file",
"path": "/home/user/Desktop/The_Lost_River_Of_Dreams.jpg", "path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/gimp/77b8ab4d-994f-43ac-8930-8ca087d7c4b4/The_Lost_River_Of_Dreams.jpg",
"dest": "The_Lost_River_Of_Dreams.jpg" "dest": "The_Lost_River_Of_Dreams.jpg"
}, },
"result": { "result": {