Skip to content

Commit

Permalink
Please be fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Jan 17, 2020
1 parent d4200c8 commit 64cebab
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions fastai/utils/collect_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,12 @@ def check_perf():
except: print("Can't check")

# Pillow-SIMD check
print("\n*** Pillow-SIMD status")
if re.search(r'\.post\d+', Image.PILLOW_VERSION):
print(f"✔ Running Pillow-SIMD {Image.PILLOW_VERSION}")
else:
print(f"✘ Running Pillow {Image.PILLOW_VERSION}; It's recommended you install Pillow-SIMD to speed up image resizing and other operations. See https://docs.fast.ai/performance.html#pillow-simd")
#TODO: same as above
#print("\n*** Pillow-SIMD status")
#if re.search(r'\.post\d+', Image.PILLOW_VERSION):
# print(f"✔ Running Pillow-SIMD {Image.PILLOW_VERSION}")
#else:
# print(f"✘ Running Pillow {Image.PILLOW_VERSION}; It's recommended you install Pillow-SIMD to speed up image resizing and other operations. See https://docs.fast.ai/performance.html#pillow-simd")

# CUDA version check
# compatibility table: k: min nvidia ver is required for v: cuda ver
Expand Down

0 comments on commit 64cebab

Please sign in to comment.