Update README.md
Browse files
README.md
CHANGED
@@ -6,17 +6,19 @@ tags:
|
|
6 |
- llama
|
7 |
inference: false
|
8 |
---
|
|
|
9 |
<div style="width: 100%;">
|
10 |
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" 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><a href="https://discord.gg/
|
15 |
</div>
|
16 |
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
17 |
-
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon
|
18 |
</div>
|
19 |
</div>
|
|
|
20 |
|
21 |
# Wizard-Vicuna-13B-GPTQ
|
22 |
|
@@ -65,17 +67,30 @@ It was created without the `--act-order` parameter. It may have slightly lower i
|
|
65 |
CUDA_VISIBLE_DEVICES=0 python3 llama.py wizard-vicuna-13B-HF c4 --wbits 4 --true-sequential --groupsize 128 --save_safetensors wizard-vicuna-13B-GPTQ-4bit.compat.no-act-order.safetensors
|
66 |
```
|
67 |
|
68 |
-
|
|
|
69 |
|
70 |
-
|
71 |
|
72 |
-
|
73 |
|
74 |
-
|
75 |
|
76 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
78 |
-
|
|
|
|
|
|
|
|
|
79 |
# Original WizardVicuna-13B model card
|
80 |
|
81 |
Github page: https://github.com/melodysdreamj/WizardVicunaLM
|
|
|
6 |
- llama
|
7 |
inference: false
|
8 |
---
|
9 |
+
<!-- header start -->
|
10 |
<div style="width: 100%;">
|
11 |
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
12 |
</div>
|
13 |
<div style="display: flex; justify-content: space-between; width: 100%;">
|
14 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
15 |
+
<p><a href="https://discord.gg/Jq4vkcDakD">Chat & support: my new Discord server</a></p>
|
16 |
</div>
|
17 |
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
18 |
+
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
|
19 |
</div>
|
20 |
</div>
|
21 |
+
<!-- header end -->
|
22 |
|
23 |
# Wizard-Vicuna-13B-GPTQ
|
24 |
|
|
|
67 |
CUDA_VISIBLE_DEVICES=0 python3 llama.py wizard-vicuna-13B-HF c4 --wbits 4 --true-sequential --groupsize 128 --save_safetensors wizard-vicuna-13B-GPTQ-4bit.compat.no-act-order.safetensors
|
68 |
```
|
69 |
|
70 |
+
<!-- footer start -->
|
71 |
+
## Discord
|
72 |
|
73 |
+
For further support, and discussions on these models and AI in general, join us at:
|
74 |
|
75 |
+
[TheBloke AI's Discord server](https://discord.gg/Jq4vkcDakD)
|
76 |
|
77 |
+
## Thanks, and how to contribute.
|
78 |
|
79 |
+
Thanks to the [chirper.ai](https://chirper.ai) team!
|
80 |
+
|
81 |
+
I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
|
82 |
+
|
83 |
+
If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
|
84 |
+
|
85 |
+
Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
|
86 |
+
|
87 |
+
* Patreon: https://patreon.com/TheBlokeAI
|
88 |
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
89 |
+
|
90 |
+
**Patreon special mentions**: Aemon Algiz, Dmitriy Samsonov, Nathan LeClaire, Trenton Dambrowitz, Mano Prime, David Flickinger, vamX, Nikolai Manek, senxiiz, Khalefa Al-Ahmad, Illia Dulskyi, Jonathan Leane, Talal Aujan, V. Lukas, Joseph William Delisle, Pyrater, Oscar Rangel, Lone Striker, Luke Pendergrass, Eugene Pentland, Sebastain Graf, Johann-Peter Hartman.
|
91 |
+
|
92 |
+
Thank you to all my generous patrons and donaters!
|
93 |
+
<!-- footer end -->
|
94 |
# Original WizardVicuna-13B model card
|
95 |
|
96 |
Github page: https://github.com/melodysdreamj/WizardVicunaLM
|