morriszms commited on
Commit
c414f1a
·
verified ·
1 Parent(s): 182185c

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
+ mixtralnt-4x7b-test-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mixtralnt-4x7b-test-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mixtralnt-4x7b-test-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mixtralnt-4x7b-test-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mixtralnt-4x7b-test-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mixtralnt-4x7b-test-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mixtralnt-4x7b-test-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mixtralnt-4x7b-test-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mixtralnt-4x7b-test-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mixtralnt-4x7b-test-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mixtralnt-4x7b-test-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mixtralnt-4x7b-test-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: chargoddard/mixtralnt-4x7b-test
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
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
+ ## chargoddard/mixtralnt-4x7b-test - GGUF
21
+
22
+ This repo contains GGUF format model files for [chargoddard/mixtralnt-4x7b-test](https://huggingface.co/chargoddard/mixtralnt-4x7b-test).
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
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [mixtralnt-4x7b-test-Q2_K.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q2_K.gguf) | Q2_K | 8.843 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [mixtralnt-4x7b-test-Q3_K_S.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q3_K_S.gguf) | Q3_K_S | 10.433 GB | very small, high quality loss |
44
+ | [mixtralnt-4x7b-test-Q3_K_M.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q3_K_M.gguf) | Q3_K_M | 11.580 GB | very small, high quality loss |
45
+ | [mixtralnt-4x7b-test-Q3_K_L.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q3_K_L.gguf) | Q3_K_L | 12.544 GB | small, substantial quality loss |
46
+ | [mixtralnt-4x7b-test-Q4_0.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q4_0.gguf) | Q4_0 | 13.624 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [mixtralnt-4x7b-test-Q4_K_S.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q4_K_S.gguf) | Q4_K_S | 13.743 GB | small, greater quality loss |
48
+ | [mixtralnt-4x7b-test-Q4_K_M.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q4_K_M.gguf) | Q4_K_M | 14.610 GB | medium, balanced quality - recommended |
49
+ | [mixtralnt-4x7b-test-Q5_0.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q5_0.gguf) | Q5_0 | 16.626 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [mixtralnt-4x7b-test-Q5_K_S.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q5_K_S.gguf) | Q5_K_S | 16.626 GB | large, low quality loss - recommended |
51
+ | [mixtralnt-4x7b-test-Q5_K_M.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q5_K_M.gguf) | Q5_K_M | 17.134 GB | large, very low quality loss - recommended |
52
+ | [mixtralnt-4x7b-test-Q6_K.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q6_K.gguf) | Q6_K | 19.817 GB | very large, extremely low quality loss |
53
+ | [mixtralnt-4x7b-test-Q8_0.gguf](https://huggingface.co/tensorblock/mixtralnt-4x7b-test-GGUF/blob/main/mixtralnt-4x7b-test-Q8_0.gguf) | Q8_0 | 25.666 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/mixtralnt-4x7b-test-GGUF --include "mixtralnt-4x7b-test-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/mixtralnt-4x7b-test-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
mixtralnt-4x7b-test-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4afac0000c629814b31d7afc6b74cb3ff1ea6b5d16ed60e39b09f227a40536f
3
+ size 8842929472
mixtralnt-4x7b-test-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c84a4ef8c5ec52309dd0d31c9770bd89cf3c5258d7c8a287822379ebab38f21
3
+ size 12544083264
mixtralnt-4x7b-test-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1636372b11bfdd010955f9aa1591e8629f442dafd97e601c9c81cc02f63ab314
3
+ size 11580441920
mixtralnt-4x7b-test-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0aa1c29f5e34cf68450928903d2d4ffdce5bf3ccacee9be9ae928f4f058829d
3
+ size 10433299776
mixtralnt-4x7b-test-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1e80f2663e1ab8d97b49376b50b8b2636ce53057d346aff111e755c020f18fd
3
+ size 13623698752
mixtralnt-4x7b-test-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98bb08c2a41a0b020523f76d0902fc5a446f8449a10413c7d8fb4d0ab63bc127
3
+ size 14609884480
mixtralnt-4x7b-test-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31d5f9cdd12da9123b01c6c9b69fecde09c8f0dfc3f0a8771eabb320e7e2f10f
3
+ size 13743236416
mixtralnt-4x7b-test-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4f7ff0758af224213e9f1d00819c9b2a31ee606b859e6b40076b965237ada7
3
+ size 16626427200
mixtralnt-4x7b-test-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e7591efd6e80cad50160e81e6e75c1186198b944863e46193a58ae61f15db35
3
+ size 17134462272
mixtralnt-4x7b-test-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2c9982f0f792807703b20c17a986f966310bd9430a5045985f0da30e113face
3
+ size 16626427200
mixtralnt-4x7b-test-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f0d3978379f42b07b3f3301ec12449ab614a7cbd15c96c57152e17f2ad4461
3
+ size 19816826176
mixtralnt-4x7b-test-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ae4cc15de8e418b7d2f37a716db3c87eed452a922e75ddaffe951f304dbab38
3
+ size 25666356544