Fix some capitalisations in generated examples doc titles (#16094)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
parent
6baeee70d1
commit
97ae6d777f
@ -17,6 +17,7 @@ def fix_case(text: str) -> str:
|
|||||||
"cli": "CLI",
|
"cli": "CLI",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"llm": "LLM",
|
"llm": "LLM",
|
||||||
|
"mae": "MAE",
|
||||||
"tpu": "TPU",
|
"tpu": "TPU",
|
||||||
"aqlm": "AQLM",
|
"aqlm": "AQLM",
|
||||||
"gguf": "GGUF",
|
"gguf": "GGUF",
|
||||||
@ -24,6 +25,7 @@ def fix_case(text: str) -> str:
|
|||||||
"rlhf": "RLHF",
|
"rlhf": "RLHF",
|
||||||
"vllm": "vLLM",
|
"vllm": "vLLM",
|
||||||
"openai": "OpenAI",
|
"openai": "OpenAI",
|
||||||
|
"lmcache": "LMCache",
|
||||||
"multilora": "MultiLoRA",
|
"multilora": "MultiLoRA",
|
||||||
"mlpspeculator": "MLPSpeculator",
|
"mlpspeculator": "MLPSpeculator",
|
||||||
r"fp\d+": lambda x: x.group(0).upper(), # e.g. fp16, fp32
|
r"fp\d+": lambda x: x.group(0).upper(), # e.g. fp16, fp32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user