christian-muertz commited on
Commit
d3952e6
·
verified ·
1 Parent(s): bcf2c1d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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