Skip to content

Commit c792403

Browse files
committed
fix typo
Signed-off-by: Brian Flores <[email protected]>
1 parent 8cd8359 commit c792403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/semantic_search/asymmetric_embedding_model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Run the following command in the directory containing these files:
7878
zip -r intfloat-multilingual-e5-small-onnx.zip model.onnx tokenizer.json sentencepiece.bpe.model
7979
```
8080

81-
This command will create a zip file named `intfloat-multilingual-e5-small-onnx.zip`.
81+
This command will create a zip file named `intfloat-multilingual-e5-small-onnx.zip`, with the previous mentioned files.
8282

8383
### c. Calculate the Model File Hash
8484

@@ -149,7 +149,7 @@ Replace `your_group_id` and `your_model_zip_content_hash_value` with the actual
149149

150150
To check the status of the registration, run:
151151

152-
```bash
152+
```
153153
GET /_plugins/_ml/tasks/your_task_id
154154
```
155155

0 commit comments

Comments
 (0)