Skip to content

Commit 018aca5

Browse files
authored
Fix path for weights in symlink (#2172)
Signed-off-by: Nikhil Sinha <[email protected]>
1 parent 425715c commit 018aca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/dockerfile/fast_generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/replicate/cog/pkg/weights"
1414
)
1515

16-
const FUSE_RPC_WEIGHTS_PATH = "/srv/r8/fuse-rpc/weights"
16+
const FUSE_RPC_WEIGHTS_PATH = "/srv/r8/fuse-rpc/weights/sha256"
1717
const MONOBASE_CACHE_PATH = "/var/cache/monobase"
1818
const APT_CACHE_MOUNT = "--mount=type=cache,target=/var/cache/apt,id=apt-cache,sharing=locked"
1919
const UV_CACHE_DIR = "/srv/r8/monobase/uv/cache"

0 commit comments

Comments
 (0)