From 3fafe82b3cadb2ed649d6dd62b0496446fd0977d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 23 Oct 2023 00:29:15 +0900 Subject: [PATCH] Fix typo in deepsparse-readme.md enviornment -> environment --- .../ultralytics-yolo/ultralytics-readmes/deepsparse-readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ultralytics-yolo/ultralytics-readmes/deepsparse-readme.md b/examples/ultralytics-yolo/ultralytics-readmes/deepsparse-readme.md index d0ba234a20..1607e81961 100644 --- a/examples/ultralytics-yolo/ultralytics-readmes/deepsparse-readme.md +++ b/examples/ultralytics-yolo/ultralytics-readmes/deepsparse-readme.md @@ -65,7 +65,7 @@ We will walk through an example benchmarking and deploying a sparse version of Y ### Install DeepSparse -Run the following to install DeepSparse. We recommend you use a virtual enviornment with Python. +Run the following to install DeepSparse. We recommend you use a virtual environment with Python. ```bash pip install deepsparse[server,yolo,onnxruntime]