Text Generation
Transformers
GGUF
English
Inference Endpoints
maddes8cht commited on
Commit
fc538a3
·
1 Parent(s): 97b4234

"Update README.md"

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -16,9 +16,10 @@ I'm constantly enhancing these model descriptions to provide you with the most r
16
  - Original model: [Marx-3B-V3](https://huggingface.co/acrastt/Marx-3B-V3)
17
 
18
  # StableLM
19
- StableLM is a familiy of Models by Stability AI.
 
20
  ## Note:
21
- Current (as of. 2023-11-15) implementations of Llama.cpp only support GPU offloading up to 34 Layers.
22
  The model will crash immediately if -ngl is larger than 34.
23
  The model works fine however without any gpu acceleration.
24
 
 
16
  - Original model: [Marx-3B-V3](https://huggingface.co/acrastt/Marx-3B-V3)
17
 
18
  # StableLM
19
+ This is a Model based on StableLM. Stablelm is a familiy of Language Models by Stability AI.
20
+
21
  ## Note:
22
+ Current (as of. 2023-11-15) implementations of Llama.cpp only support GPU offloading up to 34 Layers with these StableLM Models.
23
  The model will crash immediately if -ngl is larger than 34.
24
  The model works fine however without any gpu acceleration.
25