ADTinnyLLava / ZIP.py
zouhsab's picture
Create ZIP.py
658c792 verified
raw
history blame
197 Bytes
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