kingbri commited on
Commit
4d3e34d
1 Parent(s): 50f1d42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -1,3 +1,51 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
  ---
6
+ ## Information
7
+
8
+ This is a Exl2 quantized version of [Buttercup-4x7B-bf16](https://huggingface.co/Kquant03/Buttercup-4x7B-bf16)
9
+
10
+ Please refer to the original creator for more information.
11
+
12
+ Calibration dataset: Exllamav2 default
13
+
14
+ ## Branches:
15
+
16
+ - main: Measurement files
17
+ - 4bpw: 4 bits per weight
18
+ - 5bpw: 5 bits per weight
19
+ - 6bpw: 6 bits per weight
20
+
21
+ ## Notes
22
+
23
+ - 6bpw is recommended for the best quality to vram usage ratio (assuming you have enough vram).
24
+ - Please ask for more bpws in the community tab if necessary.
25
+
26
+ ## Run in TabbyAPI
27
+
28
+ TabbyAPI is a pure exllamav2 FastAPI server developed by us. You can find TabbyAPI's source code here: [https://github.com/theroyallab/TabbyAPI](https://github.com/theroyallab/TabbyAPI)
29
+
30
+ If you don't have huggingface-cli, please run `pip install huggingface_hub`.
31
+
32
+ To run this model, follow these steps:
33
+
34
+ 1. Make a directory inside your models folder called `Buttercup-4x7B-bf16-exl2`
35
+
36
+ 2. Open a terminal inside your models folder
37
+
38
+ 3. Run `huggingface-cli download royallab/Buttercup-4x7B-bf16-exl2 --revision 6.0bpw-h6 --local-dir Buttercup-4x7B-bf16-exl2 --local-dir-use-symlinks False`
39
+
40
+ 1. The `--revision` flag corresponds to the branch name on the model repo. Please select the appropriate bpw branch for your system.
41
+
42
+ 4. Inside TabbyAPI's config.yml, set `model_name` to `Buttercup-4x7B-bf16-exl2` or you can use the `/model/load` endpoint after launching.
43
+
44
+ 5. Launch TabbyAPI inside your python env by running `python main.py`
45
+
46
+ ## Donate?
47
+
48
+ All my infrastructure and cloud expenses are paid out of pocket. If you'd like to donate, you can do so here: https://ko-fi.com/doctorshotgun
49
+
50
+ You should not feel obligated to donate, but if you do, I'd appreciate it.
51
+ ---