Kooten commited on
Commit
efbd875
1 Parent(s): f00c366

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+ ## Description
5
+
6
+ Exllama 2 quant of [NeverSleep/Nethena-13B](https://huggingface.co/NeverSleep/Nethena-13B)
7
+
8
+ 3 BPW, Head bit set to 8
9
+
10
+ ## VRAM
11
+ My VRAM usage with 13B models are:
12
+ | Bits per weight | Context | VRAM |
13
+ |--|--|--|
14
+ | 8bpw | 8k | 22gb |
15
+ | 8bpw | 4k | 19gb |
16
+ | 6bpw | 8k | 19gb |
17
+ | 6bpw | 4k | 16gb |
18
+ | 4bpw | 8k | 16gb |
19
+ | 4bpw | 4k | 13gb |
20
+ | 3bpw | 8k | 15gb |
21
+ | 3bpw | 4k | 12gb |
22
+ I have rounded up, these arent exact numbers, this is also on a windows machine, they should be slightly lower on linux.
23
+
24
+ ## Prompt template: Alpaca
25
+
26
+ ```
27
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
28
+
29
+ ### Instruction:
30
+ {prompt}
31
+
32
+ ### Response:
33
+
34
+ ```