Closed yinxiangshi closed 1 year ago
I will try to solve this issue, and test for metal GPU acceleration.
@rjurney Do u wanna take a look?
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Issue description
On anaconda, snorkel requires
numpy=1.19.5
, on Apple m chip, NumPy in such version can not work. I am testing if snorkel works with apple metal GPU acceleration.Code example/repro steps
System info
Additional context
I did the following test:
install NumPy before installing the snorkel, the NumPy can work.
After installing the snorkel, the NumPy will downgrade to 1.19.5, then the NumPy can not work.