File size: 1,834 Bytes
0a6d0f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
language:
- en
---
## Information

This is a Exl2 quantized version of [MN-12B-Starsong-v1](https://huggingface.co/aetherwiing/MN-12B-Starsong-v1)

Please refer to the original creator for more information.

Calibration dataset: Exl2 default

## Branches:

- main: Measurement files
- 4bpw: 4 bits per weight
- 5bpw: 5 bits per weight
- 6bpw: 6 bits per weight

## Notes

- 6bpw is recommended for the best quality to vram usage ratio (assuming you have enough vram).
- Quants greater than 6bpw will not be created because there is no improvement in using them. If you really want them, ask someone else or make them yourself.


## Download


With [async-hf-downloader](https://github.com/theroyallab/async-hf-downloader): A lightweight and asynchronous huggingface downloader created by me


```shell
./async-hf-downloader royallab/MN-12B-Starsong-v1-exl2 -r 6bpw -p MN-12B-Starsong-v1-exl2-6bpw
```


With HuggingFace hub (`pip install huggingface_hub`)

```shell
huggingface-cli download royallab/MN-12B-Starsong-v1-exl2 --revision 6bpw --local-dir MN-12B-Starsong-v1-exl2-6bpw
```

## Run in TabbyAPI

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)

1. Inside TabbyAPI's config.yml, set `model_name` to `MN-12B-Starsong-v1-exl2-6bpw`
   
   1. You can also use an argument `--model_name MN-12B-Starsong-v1-exl2-6bpw` on startup or you can use the `/v1/model/load` endpoint

2. Launch TabbyAPI inside your python env by running `./start.bat` or `./start.sh`


## Donate?

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

You should not feel obligated to donate, but if you do, I'd appreciate it.
---