Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 0b5f6a0

Browse files
Update stubs (#312)
* altered stubs in deepsparse readmes
1 parent 8a0b464 commit 0b5f6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deepsparse/server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Example CLI command for serving a single model for the **question answering** ta
5050
```bash
5151
deepsparse.server \
5252
--task question_answering \
53-
--model_path "zoo:nlp/question_answering/bert-base/pytorch/huggingface/squad/pruned_quant-aggressive_95"
53+
--model_path "zoo:nlp/question_answering/bert-base/pytorch/huggingface/squad/12layer_pruned80_quant-none-vnni"
5454
```
5555

5656
To make a request to your server, you can use the `requests` library and pass the request URL:
@@ -96,7 +96,7 @@ models:
9696
batch_size: 1
9797
alias: question_answering/base
9898
- task: question_answering
99-
model_path: zoo:nlp/question_answering/bert-base/pytorch/huggingface/squad/pruned_quant-aggressive_95
99+
model_path: zoo:nlp/question_answering/bert-base/pytorch/huggingface/squad/12layer_pruned80_quant-none-vnni
100100
batch_size: 1
101101
alias: question_answering/pruned_quant
102102
```

0 commit comments

Comments
 (0)