[Doc] Replace ibm-fms with ibm-ai-platform (#12709)

Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com>
This commit is contained in:
Thomas Parnell
2025-02-04 02:05:04 -05:00
committed by GitHub
parent 5d98d56089
commit bb392af434
5 changed files with 10 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ class MLPSpeculator(nn.Module):
https://arxiv.org/pdf/2404.19124
Trained speculators of this type are available on HF hub at:
https://huggingface.co/ibm-fms and https://huggingface.co/ibm-granite
https://huggingface.co/ibm-ai-platform and https://huggingface.co/ibm-granite
"""
def __init__(self, *, vllm_config: VllmConfig, prefix: str = "") -> None: