[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

@@ -33,7 +33,7 @@ from .conftest import run_equality_correctness_test
MAIN_MODEL = "JackFram/llama-160m"
# speculative model
SPEC_MODEL = "ibm-fms/llama-160m-accelerator"
SPEC_MODEL = "ibm-ai-platform/llama-160m-accelerator"
# max. number of speculative tokens: this corresponds to
# n_predict in the config.json of the speculator model.