Commit
路
146e09d
1
Parent(s):
8f481b2
"Update README.md"
Browse files
README.md
CHANGED
@@ -20,10 +20,11 @@ I'm constantly enhancing these model descriptions to provide you with the most r
|
|
20 |
- Original model: [StableHermes-3b](https://huggingface.co/cxllin/StableHermes-3b)
|
21 |
|
22 |
# StableLM
|
23 |
-
This is a Model based on StableLM.
|
|
|
24 |
|
25 |
## Note:
|
26 |
-
Current (as of
|
27 |
The model will crash immediately if -ngl is larger than 34.
|
28 |
The model works fine however without any gpu acceleration.
|
29 |
|
|
|
20 |
- Original model: [StableHermes-3b](https://huggingface.co/cxllin/StableHermes-3b)
|
21 |
|
22 |
# StableLM
|
23 |
+
This is a Model based on StableLM.
|
24 |
+
Stablelm is a familiy of Language Models by Stability AI.
|
25 |
|
26 |
## Note:
|
27 |
+
Current (as of 2023-11-15) implementations of Llama.cpp only support GPU offloading up to 34 Layers with these StableLM Models.
|
28 |
The model will crash immediately if -ngl is larger than 34.
|
29 |
The model works fine however without any gpu acceleration.
|
30 |
|