Skip to content

Commit 66a770b

Browse files
committed
Ignore server urls
1 parent c86e65f commit 66a770b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Diff for: docs/use-cases/cv/image-classification.md

+2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@ deepsparse.server \
212212
--task image_classification \
213213
--model_path zoo:cv/classification/resnet_v1-50/pytorch/sparseml/imagenet/pruned95_quant-none
214214
```
215+
<!-- markdown-link-check-disable -->
215216
You should see Uvicorn report that it is running on http://0.0.0.0:5543. Once launched, a /docs path is created with full endpoint descriptions and support for making sample requests.
217+
<!-- markdown-link-check-enable -->
216218

217219
Here is an example client request, using the Python requests library for formatting the HTTP:
218220

Diff for: docs/use-cases/nlp/question-answering.md

+2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ deepsparse.server \
221221
--task question-answering \
222222
--model_path zoo:nlp/question_answering/obert-base/pytorch/huggingface/squad/pruned90_quant-none # or path/to/onnx
223223
```
224+
<!-- markdown-link-check-disable -->
224225
You should see Uvicorn report that it is running on http://0.0.0.0:5543. Once launched, a /docs path is created with full endpoint descriptions and support for making sample requests.
226+
<!-- markdown-link-check-enable -->
225227

226228
Here is an example client request, using the Python requests library for formatting the HTTP:
227229
```python

Diff for: docs/use-cases/nlp/token-classification.md

+2
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,9 @@ deepsparse.server \
219219
--task token_classification \
220220
--model_path "zoo:nlp/token_classification/obert-base/pytorch/huggingface/conll2003/pruned90_quant-none" # or path/to/onnx
221221
```
222+
<!-- markdown-link-check-disable -->
222223
You should see Uvicorn report that it is running on http://0.0.0.0:5543. Once launched, a /docs path is created with full endpoint descriptions and support for making sample requests.
224+
<!-- markdown-link-check-enable -->
223225

224226
Here is an example client request, using the Python requests library for formatting the HTTP:
225227
```python

0 commit comments

Comments
 (0)