Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Feb 3, 2020
1 parent 5f361d2 commit 865d4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Here are the detailed instructions, with an optional `TIFF` support:
#### How to check whether you're running `Pillow` or `Pillow-SIMD`?

```
python -c "from PIL import Image; print(Image.PILLOW_VERSION)"
python -c "from fastai.utils.collect_env import pillow_version; print(pillow_version())"
3.2.0.post3
```
According to the author, if `PILLOW_VERSION` has a postfix, it is `Pillow-SIMD`. (Assuming that `Pillow` will never make a `.postX` release).
Expand Down

0 comments on commit 865d4b2

Please sign in to comment.