Jonathan Haber
Jonathan Haber
Enable installation of both cli's while clarifying how to give one or the other precedence. I would like to add this to the Rust Installation as well or link to...
I love this example!! Phenomenal work, thank you. I was able to, starting with this, extend this example to create 5 or 6 functional zomes with the create_new function and...
Problem The current codebase assumes an NVIDIA GPU environment and uses hardcoded CUDA calls (e.g., torch.device("cuda") and .cuda()), which prevents the project from running on Apple Silicon (MPS) or CPU-only...
## Summary Extends cross-platform compatibility by adding conditional fallbacks for flash attention when not available on Apple Silicon MPS and other non-CUDA systems. ## Problem The HRM codebase crashes on...