replicate / cog-triton

A cog implementation of Nvidia's Triton server
Apache License 2.0
11 stars 0 forks source link

reuse downloaded weights #44

Closed technillogue closed 2 months ago

technillogue commented 2 months ago

we should be careful to make this work even if /weights in not mounted, verify that triton works with symlinks (should be fine), that pget won't throw an error, and that it doesn't break locally. if we're not root, trying to create /weights will fail, and maybe we should handle that as well.