From e12101e1cb2a2ac5b5c2a9afae7cf71912158cfc Mon Sep 17 00:00:00 2001 From: Danqing Liu Date: Sat, 4 Nov 2017 12:41:01 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf49dc..703ec7f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TensorFlow Optimized Wheels -Custom builds for TensorFlow with platform optimizations, including SSE, AVX and FMA. If you've seen messages like the following, you've come to the right place. +Custom builds for TensorFlow with platform optimizations, including SSE, AVX and FMA. If you are seeing messages like the following with the stock `pip install tensorflow`, you've come to the right place. ``` The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.