fix: "check out" as verb (#38678)

"check out" as verb
This commit is contained in:
Anthony
2025-06-09 16:07:31 +02:00
committed by GitHub
parent 237ff80387
commit 19224c3642
75 changed files with 91 additions and 91 deletions

View File

@@ -38,7 +38,7 @@ However, no method can be called on that object:
```python
>>> DetrImageProcessorFast.from_pretrained()
ImportError:
DetrImageProcessorFast requires the Torchvision library but it was not found in your environment. Checkout the instructions on the
DetrImageProcessorFast requires the Torchvision library but it was not found in your environment. Check out the instructions on the
installation page: https://pytorch.org/get-started/locally/ and follow the ones that match your environment.
Please note that you may need to restart your runtime after installation.
```