Upload 2 files
Browse files- README.md +12 -1
- cache.tar.lz4 +3 -0
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- code
|
6 |
---
|
7 |
+
|
8 |
+
# This is what powered almost all of my colab
|
9 |
+
|
10 |
+
Mostly uses LZ4 compression, which means you'll need a specialized program to extract it, especially in windows.
|
11 |
+
|
12 |
+
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)
|
13 |
+
|
14 |
+
For Linux users, use tar with liblz4-tool like this: `tar -xI lz4 -f repo.tar.lz4`
|
cache.tar.lz4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfd975af0acc4746d973c28c95a4949a82b63e2621a1a36187341813ba3be0fa
|
3 |
+
size 66006232
|