diff --git a/docs/source/generate_examples.py b/docs/source/generate_examples.py index 1206d5fe..f77dbefb 100644 --- a/docs/source/generate_examples.py +++ b/docs/source/generate_examples.py @@ -17,6 +17,7 @@ def fix_case(text: str) -> str: "cli": "CLI", "cpu": "CPU", "llm": "LLM", + "mae": "MAE", "tpu": "TPU", "aqlm": "AQLM", "gguf": "GGUF", @@ -24,6 +25,7 @@ def fix_case(text: str) -> str: "rlhf": "RLHF", "vllm": "vLLM", "openai": "OpenAI", + "lmcache": "LMCache", "multilora": "MultiLoRA", "mlpspeculator": "MLPSpeculator", r"fp\d+": lambda x: x.group(0).upper(), # e.g. fp16, fp32