Skip to content

Commit 548f7e8

Browse files
committed
better folder name
1 parent ab091b1 commit 548f7e8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
-6.44 KB
Loading
17.1 KB
Loading

content/modules/ROOT/pages/14-AI-bring-your-own-model.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,16 @@ mc alias set minio $MINIO_API $MINIO_USER $MINIO_PASSWORD
9393
mc ls minio/models
9494
```
9595

96+
Change the name "a InferenceService name must consist of lower case alphanumeric characters or ‘-’, and must start with alphabetical character."
97+
98+
99+
```
100+
mv Qwen2.5-7B-Instruct qwen257binstruct
101+
```
102+
103+
96104
```
97-
mc cp --recursive Qwen2.5-7B-Instruct minio/models
105+
mc cp --recursive qwen257binstruct minio/models/
98106
```
99107

100108
Wait a while
@@ -114,7 +122,7 @@ scaffolder-templates
114122
chatbot-self-hosted-llm-template
115123
template.yaml`
116124

117-
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.
125+
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.
118126

119127
image::bring-your-own-model-1.png[]
120128

0 commit comments

Comments
 (0)