Ryan Steed

Results 16 comments of Ryan Steed

Hello, I'm not too familiar with Colab (since I don't use it) but if you can locate the path to these _libcudnn_ files, you can extend the `LD_LIBRARY_PATH` variable to...

Here's a slightly better version: If you have a UTF font preference for 🎧, we could use it to customize the favicon too (with `favicon_path`).

`/dev/shm` uses **[tmpfs](https://www.kernel.org/doc/html/latest/filesystems/tmpfs.html)** on Debian but `systemd-logind` periodically clears its contents. Although it shouldn't affect active sessions according to the manual, perhaps the problem lies there. `man logind.conf` > RemoveIPC=...

> I believe that within Debian, by default `/dev/shm` runs in memory, whereas `/tmp` does not. Which is why I am using `/dev/shm`. Freshly installed Debian testing (forky) uses **tmpfs**...

I'd guess that Pytorch + Maxwell GPU architecture is the problem. The Kokoro-FastAPI project uses Pytorch 2.8.0 with CUDA 12.9. https://github.com/remsky/Kokoro-FastAPI/blob/88dcf00e4fc622b12eeb271e6f56aff860229646/pyproject.toml#L46 Unfortunately, Pytorch has [removed support for Maxwell and Pascal...

@wired-filipino-owl were you able to test this fix?

@wired-filipino-owl I've spent a bit of time to produce working builds and containers with my fork. The latest builds include changes from the master branch merged with the changes from...