Skip to content

Commit

Permalink
Update deployment_instructions.md
Browse files Browse the repository at this point in the history
Corrected DeepSparse product name and misc grammar nits. cc @rahul-tuli
  • Loading branch information
jeanniefinks committed Jul 20, 2023
1 parent 5f92d58 commit f04793f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/sparsify/auto/tasks/deployment_instructions.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Deployment Guide
# Sparsify Deployment Guide
We recommend deploying with the [DeepSparse](https://github.com/neuralmagic/deepsparse) Engine for the best performance with sparsified models on CPUs.
The deployment folder contains everything necessary to benchmark and deploy a sparsified model with the DeepSparse Engine.
Deploying with Neural Magic's inference runtime, [DeepSparse](https://github.com/neuralmagic/deepsparse), is recommended for the best performance with sparsified models on CPUs.
The deployment folder contains everything necessary to benchmark and deploy a sparsified model with DeepSparse.
## Requirements
A Linux-based CPU system with Python versions 3.8-3.10 installed and AVX2 or greater instruction sets is required to run the DeepSparse Engine.
The DeepSparse Engine is not currently supported on Windows or MacOS.
A Linux-based CPU system with Python versions 3.8-3.10 installed and AVX2 or greater instruction set is required to run DeepSparse.
DeepSparse is not currently supported on Windows or MacOS.
To install DeepSparse, its dependencies, and check your system, run the following commands:
```bash
Expand All @@ -16,8 +16,8 @@ deepsparse.check_hardware
Other installation options may be needed, depending on your use case.
For more details and other installation options, see the [Installation Guide](https://github.com/neuralmagic/deepsparse).
For more information on hardware support and system requirements, see the [Support and Requirements Guide](https://github.com/neuralmagic/deepsparse).

For the latest hardware support and system requirements, see the [Support and Requirements Guide](https://github.com/neuralmagic/deepsparse).
## Benchmarking
Expand Down Expand Up @@ -81,4 +81,4 @@ To start the server, run the following command with the appropriate arguments:
deepsparse.server --task TASK --model_path ./deployment
```
For more information on the `deepsparse.server` command, see the [Server Deployment Guide](zoo:cv/classification/resnet_v1-50/pytorch/sparseml/imagenet/pruned90_quant-none).
For more information on the `deepsparse.server` command, see the [Server Deployment Guide](zoo:cv/classification/resnet_v1-50/pytorch/sparseml/imagenet/pruned90_quant-none).

0 comments on commit f04793f

Please sign in to comment.