Recommended setup for separate LLM box #294
|
Hi - I have a Synology NAS which has my media files, but obviously it's low power. I have a separate inference box on the same network with 2x3090 that I'd like to use, but it seems that subgen needs access to the media files. What's the recommended setup where my media files (and plex server) are on a separate system than my LLM hardware? |
Replies: 1 comment 2 replies
|
Simplest path is to use Bazarr and let it handle it for you. Bazarr has the advantage of sending the file over http, removing it needing to see the media library. If you don't want to do that, you can probably use NFS or mapped samba shares in addition to docker volumes and If you're on Windows, it makes it a bit trickier, but can be done if you have a bit of knowledge. |
Simplest path is to use Bazarr and let it handle it for you. Bazarr has the advantage of sending the file over http, removing it needing to see the media library.
If you don't want to do that, you can probably use NFS or mapped samba shares in addition to docker volumes and
PATH_MAPPING_FROMandPATH_MAPPING_TOvariables.If you're on Windows, it makes it a bit trickier, but can be done if you have a bit of knowledge.