diff --git a/content/modules/ROOT/assets/images/bring-your-own-model-0.png b/content/modules/ROOT/assets/images/bring-your-own-model-0.png index acee5a1..d7f9bcf 100644 Binary files a/content/modules/ROOT/assets/images/bring-your-own-model-0.png and b/content/modules/ROOT/assets/images/bring-your-own-model-0.png differ diff --git a/content/modules/ROOT/assets/images/bring-your-own-model-1.png b/content/modules/ROOT/assets/images/bring-your-own-model-1.png index bb8dffa..f6d3142 100644 Binary files a/content/modules/ROOT/assets/images/bring-your-own-model-1.png and b/content/modules/ROOT/assets/images/bring-your-own-model-1.png differ diff --git a/content/modules/ROOT/pages/14-AI-bring-your-own-model.adoc b/content/modules/ROOT/pages/14-AI-bring-your-own-model.adoc index 6498643..bc0f43b 100644 --- a/content/modules/ROOT/pages/14-AI-bring-your-own-model.adoc +++ b/content/modules/ROOT/pages/14-AI-bring-your-own-model.adoc @@ -93,8 +93,16 @@ mc alias set minio $MINIO_API $MINIO_USER $MINIO_PASSWORD mc ls minio/models ``` +Change the name "a InferenceService name must consist of lower case alphanumeric characters or ‘-’, and must start with alphabetical character." + + +``` +mv Qwen2.5-7B-Instruct qwen257binstruct +``` + + ``` -mc cp --recursive Qwen2.5-7B-Instruct minio/models +mc cp --recursive qwen257binstruct minio/models/ ``` Wait a while @@ -114,7 +122,7 @@ scaffolder-templates chatbot-self-hosted-llm-template template.yaml` -Use the same string of `Qwen2.5-7B-Instruct` as that is its name in Minio and the demo's templates assume that the model name matches the name in Minio. +Use the same string of `qwen257binstruct` as that is its name in Minio and the demo's templates assume that the model name matches the name in Minio. image::bring-your-own-model-1.png[]