sam3
sam3 copied to clipboard
numpy 2 support?
I noticed the toml file supports only numpy 1.26. will numpy 2 or more variable numpy versions be supported in upcoming updates?
FWIW, users have reported that removing that constraint didn't result in errors. IMHO it should be fine for inference, you may encounter issues during training though. Feel free to try and report your experience :)
SAM3 with Numpy 2 can work. Maybe sam3 team can consider upgrading numpy to 2.
https://github.com/facebookresearch/sam3/pull/209
PR #403