morriszms commited on
Commit
d2689d1
·
verified ·
1 Parent(s): f21b3b0

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
+ vitruv_1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ vitruv_1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ vitruv_1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ vitruv_1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ vitruv_1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ vitruv_1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ vitruv_1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ vitruv_1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ vitruv_1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ vitruv_1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ vitruv_1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ vitruv_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
+ language:
4
+ - ko
5
+ base_model: vitruv/vitruv_1
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## vitruv/vitruv_1 - GGUF
23
+
24
+ This repo contains GGUF format model files for [vitruv/vitruv_1](https://huggingface.co/vitruv/vitruv_1).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [vitruv_1-Q2_K.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q2_K.gguf) | Q2_K | 3.793 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [vitruv_1-Q3_K_S.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q3_K_S.gguf) | Q3_K_S | 4.414 GB | very small, high quality loss |
46
+ | [vitruv_1-Q3_K_M.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q3_K_M.gguf) | Q3_K_M | 4.909 GB | very small, high quality loss |
47
+ | [vitruv_1-Q3_K_L.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q3_K_L.gguf) | Q3_K_L | 5.333 GB | small, substantial quality loss |
48
+ | [vitruv_1-Q4_0.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q4_0.gguf) | Q4_0 | 5.733 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [vitruv_1-Q4_K_S.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q4_K_S.gguf) | Q4_K_S | 5.776 GB | small, greater quality loss |
50
+ | [vitruv_1-Q4_K_M.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q4_K_M.gguf) | Q4_K_M | 6.095 GB | medium, balanced quality - recommended |
51
+ | [vitruv_1-Q5_0.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q5_0.gguf) | Q5_0 | 6.974 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [vitruv_1-Q5_K_S.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q5_K_S.gguf) | Q5_K_S | 6.974 GB | large, low quality loss - recommended |
53
+ | [vitruv_1-Q5_K_M.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q5_K_M.gguf) | Q5_K_M | 7.160 GB | large, very low quality loss - recommended |
54
+ | [vitruv_1-Q6_K.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q6_K.gguf) | Q6_K | 8.292 GB | very large, extremely low quality loss |
55
+ | [vitruv_1-Q8_0.gguf](https://huggingface.co/tensorblock/vitruv_1-GGUF/blob/main/vitruv_1-Q8_0.gguf) | Q8_0 | 10.740 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/vitruv_1-GGUF --include "vitruv_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/vitruv_1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
vitruv_1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392f6bfeaebc818a3892c454215e7113118041e14a1ff43dff9e92c5e25a795c
3
+ size 4072233312
vitruv_1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f44d2d156ffde2bdbc733fc26d7219f4fb1574ea123a11c445cac7ab088abaa
3
+ size 5725821280
vitruv_1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc7b0b6d43a42ec3a7b684fb9ba5d75c029314dcc9abc4062f98341d785670db
3
+ size 5270739296
vitruv_1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d674aae79734c82f4a43dec8bfbdf41a292e1113420cce85fb35c8edd8eea840
3
+ size 4739635552
vitruv_1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32671d8bcb28feb8760f3520d44cbdc1699be9cb9ffe5f15eecaa511c4d00171
3
+ size 6155393376
vitruv_1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852dcbc474d7bf9873c0b880e27f1bbb793382a1c5803912d4d23e1134fa806f
3
+ size 6544677216
vitruv_1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27f8243150d083325adf38f7993e5f2e06ea2b1a83927ab22bb13c9d12872933
3
+ size 6201530720
vitruv_1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65bb2a49f0bb60851cd33b2e5cea98cf8dd7ea03a7f0986f59573ca1cd4a7f49
3
+ size 7487871328
vitruv_1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f3d91a1c69d0bd4eb63bcbfaeed592780a094342057ede0d595c0055311cd3c
3
+ size 7688411488
vitruv_1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b10a5a3b9ec59a0e8a7d3812e339762c118ed664b88bdcd59c7208ad1f6203b5
3
+ size 7487871328
vitruv_1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b32e99369d164abf3440543671284a6d0a3fd5047a9be96a7c143bf273b8738a
3
+ size 8903629152
vitruv_1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea83f142ebb812c2955d1a320f669f8babdd6611e65ce964cdf60a6b0f826e9
3
+ size 11531524448