Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Flores <iflorbri@amazon.com>
  • Loading branch information
brianf-aws committed Dec 6, 2024
1 parent 8cd8359 commit c792403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/semantic_search/asymmetric_embedding_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Run the following command in the directory containing these files:
zip -r intfloat-multilingual-e5-small-onnx.zip model.onnx tokenizer.json sentencepiece.bpe.model
```

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

### c. Calculate the Model File Hash

Expand Down Expand Up @@ -149,7 +149,7 @@ Replace `your_group_id` and `your_model_zip_content_hash_value` with the actual

To check the status of the registration, run:

```bash
```
GET /_plugins/_ml/tasks/your_task_id
```

Expand Down

0 comments on commit c792403

Please sign in to comment.