Sean Moriarity
Sean Moriarity
I guess I should also point out that you can control what I'm trying to do with the `http_options` passed to Req
Hey @jy-tan I did some troubleshooting, I was able to get this to work in Docker on my mac. The issue seemed related to building on ARM (do you happen...
My only guess is it's running out of memory during compilation? I think I have my Docker setup on the M1 to consume max memory available, maybe try going up...
FAISS needs OpenMP to compile: https://github.com/facebookresearch/faiss/blob/main/INSTALL.md. Can you possibly try `brew install libomp`?
We killed the `EXLA.Shape` module where this is happening. Does this still occur on main? That error would only fire if there was an issue getting a value from the...