Simon Urbanek
Simon Urbanek
I don't see this a something that it should do. The user should install whichever Java version(s) they intended to use - rJava should not make the call. The only...
By "touched" you mean loaded! The way packages work is to load their native code when the package is loaded (by design) so at that point it resolves the `jvm`...
I have added some rudimentary support in the [feature/dynamic](https://github.com/s-u/rJava/tree/feature/dynamic) branch. This is only tested on macOS and Linux, unlikely to work on Windows at this point. But the nice thing...
You can't use `install_github` as it doesn't know how to create a package from the repository (which is not the package itself as it needs to compile the Java code)....
Minor note: one additional, optional dependency is [Magma - GPU-based LAPACK](https://icl.utk.edu/magma/downloads/) which was not included above. If it is not already installed, compile static magma library which is just a...
@dfalbel thanks, the repo you linked definitely helps! That would have saved me a few hours ;). I wasn't even looking for a single-liner but rather *any* possible documentation since...
The VM framework is assigning IP addresses automatically in the 192.168.64/24 subnet, so the VM is accessible at 192.168.64.xx where xx is incremental. You can find the IP address with...
In your example above simply with `host:12345` where `host` is the IP address of the host since the proxy is proxying all traffic on the 12345 port to the VM....
It works just fine with CUDA 12.6 with more recent pytorch. If you are on Ubuntu 24.04 where only CUDA 12.6 is supported then you can use my binaries at...
@f-tonini is this possibly a duplicate of #430 ? Please check the solution there to see if it helps in your case.