You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
checkpoints
ViT-L
# Linux / macOS: join, extract
cat clean_v3.tar.gz.part*> clean_v3.tar.gz
tar xzf clean_v3.tar.gz
# or extract directly from the stream without writing the joined file
cat clean_v3.tar.gz.part*| tar xzf -
# Windows (PowerShell / cmd)
cmd /c copy /b clean_v3.tar.gz.part00+clean_v3.tar.gz.part01+clean_v3.tar.gz.part02+clean_v3.tar.gz.part03 clean_v3.tar.gz
tar xzf clean_v3.tar.gz