Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -41,7 +41,8 @@ For faster downloads and parallelized loading, use the Hugging Face CLI to downl
|
|
| 41 |
|
| 42 |
```bash
|
| 43 |
# Clone the repo and cd into it
|
| 44 |
-
hf download
|
|
|
|
| 45 |
python3 load.py
|
| 46 |
```
|
| 47 |
|
|
|
|
| 41 |
|
| 42 |
```bash
|
| 43 |
# Clone the repo and cd into it
|
| 44 |
+
hf download LogicStar/SWE-Bench-Verified-Compressed layout.tar.zst --local-dir .
|
| 45 |
+
zstd -d --long=31 --stdout layout.tar.zst | tar -x -f -
|
| 46 |
python3 load.py
|
| 47 |
```
|
| 48 |
|