latimar commited on
Commit
4017bd5
1 Parent(s): eadf5c0

Update README

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -6,5 +6,13 @@ to [EXL2](https://github.com/turboderp/exllamav2#exl2-quantization) format.
6
  Each separate quant is in a different branch, like in The Bloke's GPTQ repos.
7
 
8
  ```
9
- git clone --single-branch --branch 6_0-bpw-h6 https://huggingface.co/latimar/Synthia-13B-exl2
 
 
 
 
 
 
 
 
10
  ```
 
6
  Each separate quant is in a different branch, like in The Bloke's GPTQ repos.
7
 
8
  ```
9
+ export BRANCH=6_0-bpw-h6
10
+ git clone --single-branch --branch ${BRANCH} https://huggingface.co/latimar/Synthia-13B-exl2
11
+ ```
12
+
13
+ There are the following branches:
14
+
15
+ ```
16
+ 4_625-bpw-h6
17
+ 6_0-bpw-h6
18
  ```