File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.7
55require (
66 github.com/containerd/containerd/v2 v2.0.4
77 github.com/containerd/platforms v1.0.0-rc.1
8- github.com/docker/model-distribution v0.0.0-20250822172258-8fe9daa4a4da
8+ github.com/docker/model-distribution v0.0.0-20250905083217-3f098b3d8058
99 github.com/elastic/go-sysinfo v1.15.3
1010 github.com/google/go-containerregistry v0.20.3
1111 github.com/gpustack/gguf-parser-go v0.14.1
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZ
4040github.com/docker/docker-credential-helpers v0.8.2 /go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M =
4141github.com/docker/go-winjob v0.0.0-20250829235554-57b487ebcbc5 h1:dxSFEb0EEmvceIawSFNDMrvKakRz2t+2WYpY3dFAT04 =
4242github.com/docker/go-winjob v0.0.0-20250829235554-57b487ebcbc5 /go.mod h1:ICOGmIXdwhfid7rQP+tLvDJqVg0lHdEk3pI5nsapTtg =
43- github.com/docker/model-distribution v0.0.0-20250822172258-8fe9daa4a4da h1:ml99WBfcLnsy1frXQR4X+5WAC0DoGtwZyGoU/xBsDQM =
44- github.com/docker/model-distribution v0.0.0-20250822172258-8fe9daa4a4da /go.mod h1:dThpO9JoG5Px3i+rTluAeZcqLGw8C0qepuEL4gL2o/c =
43+ github.com/docker/model-distribution v0.0.0-20250905083217-3f098b3d8058 h1:whffgQ1pmiMFVrxRhJKA9yyCJXvmVX6iiohU9ezKCx0 =
44+ github.com/docker/model-distribution v0.0.0-20250905083217-3f098b3d8058 /go.mod h1:dThpO9JoG5Px3i+rTluAeZcqLGw8C0qepuEL4gL2o/c =
4545github.com/elastic/go-sysinfo v1.15.3 h1:W+RnmhKFkqPTCRoFq2VCTmsT4p/fwpo+3gKNQsn1XU0 =
4646github.com/elastic/go-sysinfo v1.15.3 /go.mod h1:K/cNrqYTDrSoMh2oDkYEMS2+a72GRxMvNP+GC+vRIlo =
4747github.com/elastic/go-windows v1.0.2 h1:yoLLsAsV5cfg9FLhZ9EXZ2n2sQFKeDYrHenkcivY4vI =
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import (
1010 "strings"
1111 "syscall"
1212
13+ "github.com/docker/model-distribution/transport/resumable"
1314 "github.com/docker/model-runner/pkg/gpuinfo"
1415 "github.com/docker/model-runner/pkg/inference"
1516 "github.com/docker/model-runner/pkg/inference/backends/llamacpp"
@@ -74,6 +75,7 @@ func main() {
7475 models.ClientConfig {
7576 StoreRootPath : modelPath ,
7677 Logger : log .WithFields (logrus.Fields {"component" : "model-manager" }),
78+ Transport : resumable .New (http .DefaultTransport ),
7779 },
7880 nil ,
7981 memEstimator ,
You can’t perform that action at this time.
0 commit comments