Text Generation
Transformers
GGUF
gpt_bigcode
code
granite
Eval Results
Inference Endpoints
text-generation-inference
cobrakenji commited on
Commit
0b01743
1 Parent(s): c426af7

yamllint README

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -1,18 +1,19 @@
1
  ---
2
  license: apache-2.0
3
 
4
- This is forked from IBM's [`granite-20b-code-base-GGUF`](https://huggingface.co/ibm-granite/granite-20b-code-base-GGUF) - commit [`d70433a71e2fb9e20f8bfca3ff2d8c15393f0e44`](https://huggingface.co/ibm-granite/granite-20b-code-base-GGUF/commit/d70433a71e2fb9e20f8bfca3ff2d8c15393f0e44).
5
- Refer to the [original model card](https://huggingface.co/ibm-granite/granite-20b-code-base) for more details.
 
6
 
7
- ## Use with llama.cpp
8
- ```shell
9
- git clone https://github.com/ggerganov/llama.cpp
10
- cd llama.cpp
 
11
 
12
- # install
13
- make
14
 
15
- # run generation
16
- ./main -m granite-20b-code-base-GGUF/granite-20b-code-base.Q4_K_M.gguf -n 128 -p "def generate_random(x: int):" --color
17
- ```
18
  ---
 
1
  ---
2
  license: apache-2.0
3
 
4
+ Description: |
5
+ This is forked from IBM's [`granite-20b-code-base-GGUF`](https://huggingface.co/ibm-granite/granite-20b-code-base-GGUF) - commit [`d70433a71e2fb9e20f8bfca3ff2d8c15393f0e44`](https://huggingface.co/ibm-granite/granite-20b-code-base-GGUF/commit/d70433a71e2fb9e20f8bfca3ff2d8c15393f0e44).
6
+ Refer to the [original model card](https://huggingface.co/ibm-granite/granite-20b-code-base) for more details.
7
 
8
+ Usage: |
9
+ ## Use with llama.cpp
10
+ ```shell
11
+ git clone https://github.com/ggerganov/llama.cpp
12
+ cd llama.cpp
13
 
14
+ # install
15
+ make
16
 
17
+ # run generation
18
+ ./main -m granite-20b-code-base-GGUF/granite-20b-code-base.Q4_K_M.gguf -n 128 -p "def generate_random(x: int):" --color
 
19
  ---