maddes8cht
commited on
Commit
•
dceed81
1
Parent(s):
eedd81b
"Update README.md"
Browse files
README.md
CHANGED
@@ -25,16 +25,19 @@ I'm constantly enhancing these model descriptions to provide you with the most r
|
|
25 |
- Model creator: [stabilityai](https://huggingface.co/stabilityai)
|
26 |
- Original model: [stablelm-3b-4e1t](https://huggingface.co/stabilityai/stablelm-3b-4e1t)
|
27 |
|
28 |
-
StableLM is a familiy of Models by Stability AI
|
29 |
|
30 |
-
|
31 |
-
---
|
32 |
-
# Brief
|
33 |
## Note:
|
34 |
Current (as of. 2023-11-15) implementations of Llama.cpp only support GPU offloading up to 34 Layers.
|
35 |
The model will crash immediately if -ngl is larger than 34.
|
36 |
The model works fine however without any gpu acceleration.
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
---
|
39 |
|
40 |
|
|
|
25 |
- Model creator: [stabilityai](https://huggingface.co/stabilityai)
|
26 |
- Original model: [stablelm-3b-4e1t](https://huggingface.co/stabilityai/stablelm-3b-4e1t)
|
27 |
|
28 |
+
StableLM is a familiy of Models by Stability AI.
|
29 |
|
|
|
|
|
|
|
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 |
|
35 |
+
|
36 |
+
---
|
37 |
+
# Brief
|
38 |
+
This is the Base Model of Stable LM 3b by Stability AI.
|
39 |
+
It is licensed under Creative Commons [cc-by-sa-4.0](https://creativecommons.org/licenses/by-sa/4.0/), as should all derivatives
|
40 |
+
|
41 |
---
|
42 |
|
43 |
|