Russell Martin
Russell Martin
fyi. #960 documents a potential workaround. add `$mem` or `$swap` somewhere and you'll stop seeing `inf` and `nan` with `top mem`. edit (although, i see now that's exactly what the...
> Hmm, might also be worth also upgrading jax then if you haven't yet. `pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_releases.html` FYI. I only had a successful `jax` upgrade/install when I...
@raylin01, 3060 is pegged at 100% while a single thread on a gen4 i7 is also at 100%.
from my understanding, tensor/torch comes with its own version of cuda et al....but jax doesnt and i think you need the "right" version of jax to work with whatever you...
Hello @alexxroche , Which version of qBittorrent are you using? I think they should have resolved this with qbittorrent/qBittorrent#10606.
Let me know if you're still having this problem; I'm interested in replicating it. Especially since `torrents_set_location()` sends the filesystem location via `POST` so I don't think anything should be...
Hello @unsocial-bleach, This is a probably a reasonable request based on your use-case. However, as in #29, it cannot be guaranteed this client can reliably determine which torrent will be...
Hello @sucrecacao, I have not used the search functionality much myself; however, the qBittorrent team appears to have [deferred the actual searching](https://github.com/qbittorrent/qBittorrent/blob/master/src/base/search/searchhandler.cpp) to teams with more familiarity with each search...
Notes from my short-lived attempt to at least get a POC going: - Creating a user in the docker image with the same UID as the host OS UID -...
I built the helloworld app as a Flatpak on Raspberry Pi 4 running Raspberry Pi OS (Bullseye) for aarch64. That Pi doesn't have a GUI environment but everything went as...