Eduardo Pignatelli
Eduardo Pignatelli
Hey @hawkinsp still issues here. I migrated to the latest JAX version with `pip install "jax[cuda12]"`. I removed all cuda path references in `LD_LIBRARY_PATH` and `PATH` itself, but for some...
Thanks, @jakevdp! That's what I don't understand. Where could the locally installed CUDA be set as higher priority than the pip-installed one, if `LD_LIBRARY_PATH` and `PATH` are clean? Do you...
What's required to implement this? FP4 and NF4 support? It seems line bnb uses 2 esponent digits and 1 mantissa digit format for FP4. https://github.com/TimDettmers/bitsandbytes/blob/25abf8d95f8a33f38e2ce6f637768b442379ccd9/bitsandbytes/functional.py#L1049-L1059
Thanks @henon. I am going through the code since I am trying to port some of the projects in your stack to a visual programming interface. I might find this...
Thanks @henon for the guidance, I'll ring a pr in a while.
I solved by cloning the https://github.com/SciSharp/pythonnet repository at the same folder level as the CodeMinion solution. ``` root |- CodeMinion |- pythonnet ``` Is it worth adding it to the...
Apologies, I am still struggling with compiling this code. I am compiling the `DebugWin` configuration, running Windows 10 and Visual Studio 2017. Is there any documentation on which build configuration...
> You are right, this should be documented. By the way, the correct repo to use is: https://github.com/henon/pythonnet_netstandard Precious, thanks very much. I think [git submodules](https://git-scm.com/book/it/v2/Git-Tools-Submodules) might be very useful...
Hi @MathisFederico, thanks for the interest in the project. Yes it is still up and running -- I was just slowed down by other necessities and couldn't finish it. The...