GGUF
English
causal-lm
8 papers
maddes8cht commited on
Commit
fb34761
1 Parent(s): a9fd111

"Update README.md"

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -26,9 +26,10 @@ I'm constantly enhancing these model descriptions to provide you with the most r
26
  - Original model: [stablelm-3b-4e1t](https://huggingface.co/stabilityai/stablelm-3b-4e1t)
27
 
28
  # StableLM
29
- StableLM is a familiy of Models by Stability AI.
 
30
  ## Note:
31
- Current (as of. 2023-11-15) implementations of Llama.cpp only support GPU offloading up to 34 Layers.
32
  The model will crash immediately if -ngl is larger than 34.
33
  The model works fine however without any gpu acceleration.
34
 
 
26
  - Original model: [stablelm-3b-4e1t](https://huggingface.co/stabilityai/stablelm-3b-4e1t)
27
 
28
  # StableLM
29
+ This is a Model based on StableLM. Stablelm is a familiy of Language Models by Stability AI.
30
+
31
  ## Note:
32
+ Current (as of. 2023-11-15) implementations of Llama.cpp only support GPU offloading up to 34 Layers with these StableLM Models.
33
  The model will crash immediately if -ngl is larger than 34.
34
  The model works fine however without any gpu acceleration.
35