PacmanIncarnate commited on
Commit
f05c5b2
1 Parent(s): 772fba3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -22,7 +22,9 @@ GGUF is a large language model (LLM) format that can be split between CPU and GP
22
 
23
  GGUF models are quantized to reduce resource usage, with a tradeoff of reduced coherence at lower quantizations. Quantization reduces the precision of the model weights by changing the number of bits used for each weight.
24
 
25
- ### 7B Quantization Chart
 
 
26
  *Memory required must be less than your available RAM.*
27
 
28
  | Quant method | Size | Memory required at 4K Context |
@@ -39,17 +41,22 @@ GGUF models are quantized to reduce resource usage, with a tradeoff of reduced c
39
  | Q5_K_M | 5.13 GB| 7.63 GB |
40
  | Q6_K | 5.94 GB| 8.44 GB |
41
  | Q8_0 | 7.70 GB| 10.20 GB |
 
42
 
43
  ***
44
 
 
 
45
  ## Faraday.dev
46
  - Free, local AI chat application.
47
  - One-click installation on Mac and PC.
48
  - Automatically use GPU for maximum speed.
49
  - Built-in model manager.
50
- - High quality character hub.
51
  - Zero-config desktop-to-mobile tethering.
52
 
53
- Faraday makes it easy to start chatting with AI using your own characters or one of the many found in the built-in character hub. The model manager helps you find the latest and greatest models. A focus on ease of use doesn't mean Faraday lacks features or removes control. Faraday supports advanced features such as lorebooks, author's note, text formatting, custom context size, sampler settings, grammars, local TTS, cloud inference, and tethering, all implemented in a way that is straightforward and reliable.
54
 
55
  **Join us on [Discord](https://discord.gg/SyNN2vC9tQ)**
 
 
 
22
 
23
  GGUF models are quantized to reduce resource usage, with a tradeoff of reduced coherence at lower quantizations. Quantization reduces the precision of the model weights by changing the number of bits used for each weight.
24
 
25
+ <details>
26
+ <summary>7B Quantization Chart</summary>
27
+
28
  *Memory required must be less than your available RAM.*
29
 
30
  | Quant method | Size | Memory required at 4K Context |
 
41
  | Q5_K_M | 5.13 GB| 7.63 GB |
42
  | Q6_K | 5.94 GB| 8.44 GB |
43
  | Q8_0 | 7.70 GB| 10.20 GB |
44
+ </details>
45
 
46
  ***
47
 
48
+ <img src="faraday-logo.png" alt="Faraday.dev" style="height: 75px; min-width: 32px; display: block; horizontal align: left;">
49
+
50
  ## Faraday.dev
51
  - Free, local AI chat application.
52
  - One-click installation on Mac and PC.
53
  - Automatically use GPU for maximum speed.
54
  - Built-in model manager.
55
+ - High-quality character hub.
56
  - Zero-config desktop-to-mobile tethering.
57
 
58
+ Faraday makes it easy to start chatting with AI using your own characters or one of the many found in the built-in character hub. The model manager helps you find the latest and greatest models without worrying about whether it's the correct format. Faraday supports advanced features such as lorebooks, author's note, text formatting, custom context size, sampler settings, grammars, local TTS, cloud inference, and tethering, all implemented in a way that is straightforward and reliable.
59
 
60
  **Join us on [Discord](https://discord.gg/SyNN2vC9tQ)**
61
+
62
+ ***