morriszms commited on
Commit
ea67361
1 Parent(s): e1d06eb

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
+ SD_SOLAR_10.7B_v1.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SD_SOLAR_10.7B_v1.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SD_SOLAR_10.7B_v1.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SD_SOLAR_10.7B_v1.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SD_SOLAR_10.7B_v1.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SD_SOLAR_10.7B_v1.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SD_SOLAR_10.7B_v1.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SD_SOLAR_10.7B_v1.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SD_SOLAR_10.7B_v1.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SD_SOLAR_10.7B_v1.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SD_SOLAR_10.7B_v1.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SD_SOLAR_10.7B_v1.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: sdhan/SD_SOLAR_10.7B_v1.0
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
+ ## sdhan/SD_SOLAR_10.7B_v1.0 - GGUF
21
+
22
+ This repo contains GGUF format model files for [sdhan/SD_SOLAR_10.7B_v1.0](https://huggingface.co/sdhan/SD_SOLAR_10.7B_v1.0).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](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
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [SD_SOLAR_10.7B_v1.0-Q2_K.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [SD_SOLAR_10.7B_v1.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
44
+ | [SD_SOLAR_10.7B_v1.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
45
+ | [SD_SOLAR_10.7B_v1.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
46
+ | [SD_SOLAR_10.7B_v1.0-Q4_0.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [SD_SOLAR_10.7B_v1.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
48
+ | [SD_SOLAR_10.7B_v1.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
49
+ | [SD_SOLAR_10.7B_v1.0-Q5_0.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [SD_SOLAR_10.7B_v1.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
51
+ | [SD_SOLAR_10.7B_v1.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
52
+ | [SD_SOLAR_10.7B_v1.0-Q6_K.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
53
+ | [SD_SOLAR_10.7B_v1.0-Q8_0.gguf](https://huggingface.co/tensorblock/SD_SOLAR_10.7B_v1.0-GGUF/blob/main/SD_SOLAR_10.7B_v1.0-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/SD_SOLAR_10.7B_v1.0-GGUF --include "SD_SOLAR_10.7B_v1.0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/SD_SOLAR_10.7B_v1.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
SD_SOLAR_10.7B_v1.0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de3f0825831f689db9bb1bea8b6fe30aa2ab6df0b5abcece10fb05d12e99a75
3
+ size 4003232128
SD_SOLAR_10.7B_v1.0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b5b31ff530c540bf34ea79cb5840d3d474986be22fd36c931ae6c9f893121c
3
+ size 5650749824
SD_SOLAR_10.7B_v1.0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:743c361afd199e90f7f60cc38869f9d6bc95bf6ff121313c31522c3135458c2a
3
+ size 5195667840
SD_SOLAR_10.7B_v1.0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d750fed02e37808e013139c93aaa0932ca0964caf8e41923ea4a0e145f14cb9
3
+ size 4664564096
SD_SOLAR_10.7B_v1.0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b24877e328a28caaa9d852a43ce5e2bbc4f44d0fd0b6ebb257c00dd25744130
3
+ size 6072383872
SD_SOLAR_10.7B_v1.0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd6b7df4d33c44050c43a47720e6e9a2ee5791103511cab429ce231aceca30ea
3
+ size 6461667712
SD_SOLAR_10.7B_v1.0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:275fbee87a470ee9a634d6491de6f47fa35bb0e9d9a4ce472ee4321caac614ab
3
+ size 6118521216
SD_SOLAR_10.7B_v1.0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e7fd745bc078fb3b348be1210bd69c3437f35d9d39591391388478f66d0d8a5
3
+ size 7397390720
SD_SOLAR_10.7B_v1.0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e362ef7b7d4c3c529ec40ea0196cdbcb0ba749030ee75b7114bd98ce2891610
3
+ size 7597930880
SD_SOLAR_10.7B_v1.0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4928572c21eeaa6b004f7a3e386ef427fb7edef5b9b2327a4ee7dbc221226c6f
3
+ size 7397390720
SD_SOLAR_10.7B_v1.0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4226d5a519c03727a4f74d03dbbfd6638496de0af766eb417aded631de2375
3
+ size 8805210496
SD_SOLAR_10.7B_v1.0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97ac12c9f936c2698ccf2a795aa657b551a6cc545cb81be477da95550a50f91e
3
+ size 11404155264