kingoflolz / mesh-transformer-jax

Model parallel transformers in JAX and Haiku
Apache License 2.0
6.29k stars 892 forks source link

unable to extract step_383500.tar.zstd. #143

Closed davzeng closed 2 years ago

davzeng commented 2 years ago

I'm unable to extract step_383500.tar.zstd.

I have a pretty simple issue.

The type of this file is ZSTD and it doesn't seem to be supported by any archive. I tried searching up the file type and got nothing(everything I got was related to .zst and a tool called Zstandard, which is also called zstd). How am I suppose to decompress this file.

srinikethanr commented 2 years ago

Try this @davzeng

apt install zstd tar -I zstd -xvf step_383500.tar.zstd

VishalSharmavj commented 2 years ago

Also, for windows, there is an extractor named PeaZip.

kingoflolz commented 2 years ago

The format is zstandard, see this for a few different implementations: https://en.wikipedia.org/wiki/Zstandard#Usage