maddes8cht
commited on
Commit
•
5c90ea8
1
Parent(s):
fb34761
"Update README.md"
Browse files
README.md
CHANGED
@@ -26,10 +26,11 @@ 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 |
-
This is a Model based on StableLM.
|
|
|
30 |
|
31 |
## Note:
|
32 |
-
Current (as of
|
33 |
The model will crash immediately if -ngl is larger than 34.
|
34 |
The model works fine however without any gpu acceleration.
|
35 |
|
|
|
26 |
- Original model: [stablelm-3b-4e1t](https://huggingface.co/stabilityai/stablelm-3b-4e1t)
|
27 |
|
28 |
# StableLM
|
29 |
+
This is a Model based on StableLM.
|
30 |
+
Stablelm is a familiy of Language Models by Stability AI.
|
31 |
|
32 |
## Note:
|
33 |
+
Current (as of 2023-11-15) implementations of Llama.cpp only support GPU offloading up to 34 Layers with these StableLM Models.
|
34 |
The model will crash immediately if -ngl is larger than 34.
|
35 |
The model works fine however without any gpu acceleration.
|
36 |
|