Nondzu commited on
Commit
d3a59b6
1 Parent(s): 2caa9ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,14 +41,14 @@ To download the `main` (only useful if you only care about measurement.json) bra
41
 
42
  ```shell
43
  mkdir zephyr-7b-beta-pl-exl2
44
- huggingface-cli download Nondzu/zephyr-7b-beta-pl-exl2 --local-dir zephyr-7b-beta-pl-exl2 --local-dir-use-symlinks False --revision 8.0
45
  ```
46
 
47
  To download from a different branch, add the `--revision` parameter:
48
 
49
  ```shell
50
  mkdir zephyr-7b-beta-pl-exl2
51
- huggingface-cli download Nondzu/zephyr-7b-beta-pl-exl2 --revision 4.0 --local-dir zephyr-7b-beta-pl-exl2 --local-dir-use-symlinks False
52
  ```
53
 
54
 
 
41
 
42
  ```shell
43
  mkdir zephyr-7b-beta-pl-exl2
44
+ huggingface-cli download Nondzu/zephyr-7b-beta-pl-exl2 --local-dir zephyr-7b-beta-pl-exl2 --local-dir-use-symlinks False
45
  ```
46
 
47
  To download from a different branch, add the `--revision` parameter:
48
 
49
  ```shell
50
  mkdir zephyr-7b-beta-pl-exl2
51
+ huggingface-cli download Nondzu/zephyr-7b-beta-pl-exl2 --revision 8.0 --local-dir zephyr-7b-beta-pl-exl2 --local-dir-use-symlinks False
52
  ```
53
 
54