Skip to content

Commit

Permalink
Update link in deployment_instructions.md (#275)
Browse files Browse the repository at this point in the history
Update buddy.jpeg link to a downloadable link
  • Loading branch information
rahul-tuli authored Jul 25, 2023
1 parent e1c5088 commit 71c031d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparsify/auto/tasks/deployment_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ custom_pipeline = CustomTaskPipeline(
scores, probs = custom_pipeline("buddy.jpeg")
```
(Note: Download [buddy.jpeg](https://github.com/neuralmagic/deepsparse/blob/main/tests/deepsparse/pipelines/sample_images/buddy.jpeg))
(Note: Download [buddy.jpeg](https://raw.githubusercontent.com/neuralmagic/deepsparse/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 71c031d

Please sign in to comment.