libffcv / ffcv

FFCV: Fast Forward Computer Vision (and other ML workloads!)
https://ffcv.io
Apache License 2.0
2.82k stars 178 forks source link

Does FFCV only support python3.9? #144

Closed erow closed 2 years ago

erow commented 2 years ago

I find it difficult to install ffcv on my environment (python3.7 + cuda10.1).

andrewilyas commented 2 years ago

Hi @erow, FFCV should work with Python 3.8 or newer---we can't support anything below that as 3.8 is when shared memory operations that FFCV heavily depends on were introduced.