Skip to content

Commit

Permalink
Update deployment instructions to install deepsparse[server] (#268)
Browse files Browse the repository at this point in the history
* Update deployment instructions to install deepsparse[server]

* Add download link for buddy.jpeg
  • Loading branch information
rahul-tuli committed Jul 20, 2023
1 parent c3f8bb2 commit 5f92d58
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/sparsify/auto/tasks/deployment_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The DeepSparse Engine is not currently supported on Windows or MacOS.
To install DeepSparse, its dependencies, and check your system, run the following commands:
```bash
pip install deepsparse
pip install deepsparse[server]
deepsparse.check_hardware
```
Expand Down Expand Up @@ -64,8 +64,10 @@ custom_pipeline = CustomTaskPipeline(
process_inputs_fn=preprocess,
)
scores, probs = custom_pipeline("goldfish.jpg")
scores, probs = custom_pipeline("buddy.jpeg")
```
(Note: Download [buddy.jpeg](https://github.com/neuralmagic/deepsparse/blob/main/tests/deepsparse/pipelines/sample_images/buddy.jpeg))

For more information on the available pipelines and how to create custom pipelines, see the [Pipeline Deployment Guide](https://github.com/neuralmagic/deepsparse/blob/main/docs/user-guide/deepsparse-benchmarking.md).
Expand Down

0 comments on commit 5f92d58

Please sign in to comment.