bartowski commited on
Commit
2de87dc
1 Parent(s): 8892fc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -31,7 +31,7 @@ Model Size: 7b
31
  With git:
32
 
33
  ```shell
34
- git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/internlm2-chat-7b-llama-exl2
35
  ```
36
 
37
  With huggingface hub (credit to TheBloke for instructions):
@@ -44,12 +44,12 @@ To download the `main` (only useful if you only care about measurement.json) bra
44
 
45
  ```shell
46
  mkdir internlm2-chat-7b-llama-exl2
47
- huggingface-cli download bartowski/internlm2-chat-7b-llama-exl2 --local-dir internlm2-chat-7b-llama-exl2 --local-dir-use-symlinks False
48
  ```
49
 
50
  To download from a different branch, add the `--revision` parameter:
51
 
52
  ```shell
53
  mkdir internlm2-chat-7b-llama-exl2-6_5
54
- huggingface-cli download bartowski/internlm2-chat-7b-llama-exl2 --revision 6_5 --local-dir internlm2-chat-7b-llama-exl2-6_5 --local-dir-use-symlinks False
55
  ```
 
31
  With git:
32
 
33
  ```shell
34
+ git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/internlm2-chat-7b-llama-exl2-old
35
  ```
36
 
37
  With huggingface hub (credit to TheBloke for instructions):
 
44
 
45
  ```shell
46
  mkdir internlm2-chat-7b-llama-exl2
47
+ huggingface-cli download bartowski/internlm2-chat-7b-llama-exl2-old --local-dir internlm2-chat-7b-llama-exl2 --local-dir-use-symlinks False
48
  ```
49
 
50
  To download from a different branch, add the `--revision` parameter:
51
 
52
  ```shell
53
  mkdir internlm2-chat-7b-llama-exl2-6_5
54
+ huggingface-cli download bartowski/internlm2-chat-7b-llama-exl2-old --revision 6_5 --local-dir internlm2-chat-7b-llama-exl2-6_5 --local-dir-use-symlinks False
55
  ```