maddes8cht
commited on
Commit
·
50acd9a
1
Parent(s):
c211c01
"Update README.md"
Browse files
README.md
CHANGED
@@ -12,9 +12,10 @@ I'm constantly enhancing these model descriptions to provide you with the most r
|
|
12 |
- Original model: [airoboros-3b-3p11](https://huggingface.co/jondurbin/airoboros-3b-3p11)
|
13 |
|
14 |
# StableLM
|
15 |
-
StableLM is a familiy of Models by Stability AI.
|
|
|
16 |
## Note:
|
17 |
-
Current (as of. 2023-11-15) implementations of Llama.cpp only support GPU offloading up to 34 Layers.
|
18 |
The model will crash immediately if -ngl is larger than 34.
|
19 |
The model works fine however without any gpu acceleration.
|
20 |
|
|
|
12 |
- Original model: [airoboros-3b-3p11](https://huggingface.co/jondurbin/airoboros-3b-3p11)
|
13 |
|
14 |
# StableLM
|
15 |
+
This is a Model based on StableLM. Stablelm is a familiy of Language Models by Stability AI.
|
16 |
+
|
17 |
## Note:
|
18 |
+
Current (as of. 2023-11-15) implementations of Llama.cpp only support GPU offloading up to 34 Layers with these StableLM Models.
|
19 |
The model will crash immediately if -ngl is larger than 34.
|
20 |
The model works fine however without any gpu acceleration.
|
21 |
|