Skip to content

Commit

Permalink
better folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
burrsutter committed Sep 24, 2024
1 parent ab091b1 commit 548f7e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Binary file modified content/modules/ROOT/assets/images/bring-your-own-model-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/modules/ROOT/assets/images/bring-your-own-model-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions content/modules/ROOT/pages/14-AI-bring-your-own-model.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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[]

Expand Down

0 comments on commit 548f7e8

Please sign in to comment.