kingbri commited on
Commit
c9ec5d1
1 Parent(s): ba20ea4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
+ ## Information
6
+
7
+ This is a Exl2 quantized version of [Meta-Llama-3-8B-Instruct-abliterated-v3](https://huggingface.co/failspy/Meta-Llama-3-8B-Instruct-abliterated-v3)
8
+
9
+ Please refer to the original creator for more information.
10
+
11
+ Calibration dataset: Exllamav2 default
12
+
13
+ ## Branches:
14
+
15
+ - main: Measurement files
16
+ - 4bpw: 4 bits per weight
17
+ - 5bpw: 5 bits per weight
18
+ - 6bpw: 6 bits per weight
19
+
20
+ ## Notes
21
+
22
+ - 6bpw is recommended for the best quality to vram usage ratio (assuming you have enough vram).
23
+ - Please ask for more bpws in the community tab if necessary.
24
+
25
+ ## Run in TabbyAPI
26
+
27
+ 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)
28
+
29
+ If you don't have huggingface-cli, please run `pip install huggingface_hub`.
30
+
31
+ To run this model, follow these steps:
32
+
33
+ 1. Make a directory inside your models folder called `L3-8B-Instruct-abliterated-v3-exl2`
34
+
35
+ 2. Open a terminal inside your models folder
36
+
37
+ 3. Run `huggingface-cli download royallab/L3-8B-Instruct-abliterated-v3-exl2 --revision 4bpw --local-dir L3-8B-Instruct-abliterated-v3-exl2`
38
+
39
+ 1. The `--revision` flag corresponds to the branch name on the model repo. Please select the appropriate bpw branch for your system.
40
+
41
+ 4. Inside TabbyAPI's config.yml, set `model_name` to `L3-8B-Instruct-abliterated-v3-exl2` or you can use the `/model/load` endpoint after launching.
42
+
43
+ 5. Launch TabbyAPI inside your python env by running `python main.py`
44
+
45
+ ## Donate?
46
+
47
+ 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/kingbri
48
+
49
+ You should not feel obligated to donate, but if you do, I'd appreciate it.
50
+ ---