File size: 426 Bytes
17c7acb
 
 
 
 
 
 
3f2f899
 
 
 
5bd55d3
3f2f899
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
language:
- en
tags:
- code
---

# This is what powered almost all of my colab

Mostly uses LZ4 compression, which means you'll need a specialized program to extract it, especially in windows.

For Windows users, I recommend using [7zip-zstd](https://github.com/mcmilk/7-Zip-zstd/releases/latest) (it's 7zip but with lz4 support and more)

For Linux users, use tar with liblz4-tool like this: `tar -xI lz4 -f repo.tar.lz4`