Yeison Rodriguez
Yeison Rodriguez
Are there any updates on building tf-java for M1? I'm willing to upgrade my M1 to macOS 12 to test it out.
It turns out that with the latest macOS betas, you can install them on separate partition from your main partition.
@gargrahul you can install on Windows using ``` julia Pkg.clone("https://github.com/JuliaGPU/CLBLAS.jl.git") ``` Refer to the documentation for more details: http://docs.julialang.org/en/release-0.3/manual/packages/?#installing-unregistered-packages
I tried to install mojo using the magic-cli on Debian Bookworm aarch64, but I just get this strange error: ``` bash: /home/yeison/code/mojo/arm.mojo/.magic/envs/default/bin/mojo: cannot execute: required file not found ```
In my previous PR that was the string that my PC output when it ran into the error, so I'm not certain if it was related or not here so...
I tested resolving to RTX 3090 locally and that builds and the test pass too. But I won't make this change because I guess it could potentially break A10 users,...
Thanks @patrickdoc . Let me look into that.
After syncing main, I'm encountering some more unexpected errors that are blocking at the moment: ```text WARNING: For repository 'rules_cc', the root module requires module version [email protected], but got [email protected]...
I'll rebase and retest.
I am encountering the same error. I'm on macOS 26 (Tahoe). I was able to fix it as well with the recommendation in that link: ``` xcodebuild -downloadComponent MetalToolchain ```...