morriszms commited on
Commit
6ed160d
·
verified ·
1 Parent(s): 67cd277

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ RTLCoder-Deepseek-v1.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ RTLCoder-Deepseek-v1.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ RTLCoder-Deepseek-v1.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ RTLCoder-Deepseek-v1.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ RTLCoder-Deepseek-v1.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ RTLCoder-Deepseek-v1.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ RTLCoder-Deepseek-v1.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ RTLCoder-Deepseek-v1.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ RTLCoder-Deepseek-v1.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ RTLCoder-Deepseek-v1.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ RTLCoder-Deepseek-v1.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ RTLCoder-Deepseek-v1.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: ishorn5/RTLCoder-Deepseek-v1.1
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## ishorn5/RTLCoder-Deepseek-v1.1 - GGUF
21
+
22
+ This repo contains GGUF format model files for [ishorn5/RTLCoder-Deepseek-v1.1](https://huggingface.co/ishorn5/RTLCoder-Deepseek-v1.1).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|begin▁of▁sentence|>{system_prompt}### Instruction:
36
+ {prompt}
37
+ ### Response:
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [RTLCoder-Deepseek-v1.1-Q2_K.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q2_K.gguf) | Q2_K | 2.535 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [RTLCoder-Deepseek-v1.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q3_K_S.gguf) | Q3_K_S | 2.950 GB | very small, high quality loss |
46
+ | [RTLCoder-Deepseek-v1.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q3_K_M.gguf) | Q3_K_M | 3.300 GB | very small, high quality loss |
47
+ | [RTLCoder-Deepseek-v1.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q3_K_L.gguf) | Q3_K_L | 3.599 GB | small, substantial quality loss |
48
+ | [RTLCoder-Deepseek-v1.1-Q4_0.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q4_0.gguf) | Q4_0 | 3.828 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [RTLCoder-Deepseek-v1.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q4_K_S.gguf) | Q4_K_S | 3.859 GB | small, greater quality loss |
50
+ | [RTLCoder-Deepseek-v1.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q4_K_M.gguf) | Q4_K_M | 4.083 GB | medium, balanced quality - recommended |
51
+ | [RTLCoder-Deepseek-v1.1-Q5_0.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [RTLCoder-Deepseek-v1.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
53
+ | [RTLCoder-Deepseek-v1.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q5_K_M.gguf) | Q5_K_M | 4.785 GB | large, very low quality loss - recommended |
54
+ | [RTLCoder-Deepseek-v1.1-Q6_K.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q6_K.gguf) | Q6_K | 5.531 GB | very large, extremely low quality loss |
55
+ | [RTLCoder-Deepseek-v1.1-Q8_0.gguf](https://huggingface.co/tensorblock/RTLCoder-Deepseek-v1.1-GGUF/blob/main/RTLCoder-Deepseek-v1.1-Q8_0.gguf) | Q8_0 | 7.164 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/RTLCoder-Deepseek-v1.1-GGUF --include "RTLCoder-Deepseek-v1.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/RTLCoder-Deepseek-v1.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
RTLCoder-Deepseek-v1.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cf3086859d5fac3b09c79063beffdb0d08135ec3d8a0ce367ff7a6ab54a0e81
3
+ size 2534501312
RTLCoder-Deepseek-v1.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be24629308c77ee5d81e3ac30665b71f77ca408f5434d93cdfa4c54a5303712f
3
+ size 3598855104
RTLCoder-Deepseek-v1.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae1ed4c43b199dbb3b72727bd998278465157982d1fe1ec3c5c1d3fa805895ca
3
+ size 3299748800
RTLCoder-Deepseek-v1.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24fb731b9408d7992b7c48a5e6e9f9781980ef5c1ebe052bd131a5a85b05cdc6
3
+ size 2950048704
RTLCoder-Deepseek-v1.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa48f11175f613b4e66a7e3068abf2462998ea1e7ba1b48f01d41d9d7282955a
3
+ size 3827690432
RTLCoder-Deepseek-v1.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:772cd9a658a09c4ddaa4d331f6fa8a02dde28010a36f404508c701ec6cde3c10
3
+ size 4082887616
RTLCoder-Deepseek-v1.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5cc4e81d3f8fa60140f40812ea333fc01cbd13173666e004bafa7db8cadce7
3
+ size 3858623424
RTLCoder-Deepseek-v1.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78859aca2ac6363d2700e098f68ca75adec94156b6aca9b0f108c69d319096bb
3
+ size 4653706176
RTLCoder-Deepseek-v1.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:325e89b75bbb9f1d4d3c42cd077db4b229b5446d6b6afc1c1ae77b103d76bd0b
3
+ size 4785171392
RTLCoder-Deepseek-v1.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bb0d91eea64748fbc4c4eca76485b9dbaa00ef6655037f10f9e49c775921e0e
3
+ size 4653706176
RTLCoder-Deepseek-v1.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5302d96efa84196746528f946a41bed72202575ef264b5ab4c61cd6bf60b63f0
3
+ size 5531347904
RTLCoder-Deepseek-v1.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c3bde77f2dd3d38fa541b4b4291e20da64f2dd7f86e97f9345c4f473080385
3
+ size 7163751360