File size: 197 Bytes
658c792
 
 
 
 
1
2
3
4
5
6
import shutil

# Replace "TinyLLaVABench-main" with the actual filename
with zipfile.ZipFile("TinyLLaVABench-main", 'r') as zip_ref:
    zip_ref.extractall(".")  # Extract to the current directory