Cemlyn Waters

Results 19 comments of Cemlyn Waters

Please could we merge this in 😃

FYI, if I try: ``` pip install https://files.pythonhosted.org/packages/13/b1/0c22aa7ca1deda4915cdec9562f839546bb252eecf6ad596eaec0592bd35/numpy-1.23.1.tar.gz ``` I get a long error where I think the main important part is: ``` INFO: gcc: numpy/core/src/multiarray/scalarapi.c numpy/core/src/multiarray/shape.c:108:22: error: no member...

FYI, this is why I am having issues: ``` (venv) c.waters@192 medusa % pip install ml-dtypes Looking in indexes: https://d1yxz45j0ypngg.cloudfront.net/, https://pypi.org/simple Collecting ml-dtypes Using cached ml_dtypes-0.2.0.tar.gz (698 kB) Installing build...

Ah I am terribly sorry, I didn't realise you've created a fork of NumPy although that now makes more sense since the pip index url wasn't pointing to just PyPi!

I tried using the install no dependencies flag but it is almost like NumPy was ignored. ``` (venv) c.waters@192 medusa % pip install "numpy==1.21" Looking in indexes: https://d1yxz45j0ypngg.cloudfront.net/, https://pypi.org/simple Requirement...

> > There are two entries related to CMake Path. Which one is the correct one: > > > Cmake: Cmake Path > > > Name/path of the CMake executable...

Does this mean the composer sub-package will be removed in your upcoming release? Will your new release support composable environments with a different sub-package?

It seems like this works but I am confused as to why the 1D case wouldn't work? ``` int main() { auto x = mlx::core::array({false, false, false}, mlx::core::bool_); auto i...

Ah that's cool, feel free to close this and hopefully if others stumble into this then they will find this issue as a piece of documentation 💯 Thank you very...

I have successfully built Launchpad for the M1, if enough people are interested I would be happy to contribute a pull request.