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
5
5
require (
6
6
github.com/containerd/containerd/v2 v2.0.4
7
7
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
9
9
github.com/elastic/go-sysinfo v1.15.3
10
10
github.com/google/go-containerregistry v0.20.3
11
11
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
40
40
github.com/docker/docker-credential-helpers v0.8.2 /go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M =
41
41
github.com/docker/go-winjob v0.0.0-20250829235554-57b487ebcbc5 h1:dxSFEb0EEmvceIawSFNDMrvKakRz2t+2WYpY3dFAT04 =
42
42
github.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 =
45
45
github.com/elastic/go-sysinfo v1.15.3 h1:W+RnmhKFkqPTCRoFq2VCTmsT4p/fwpo+3gKNQsn1XU0 =
46
46
github.com/elastic/go-sysinfo v1.15.3 /go.mod h1:K/cNrqYTDrSoMh2oDkYEMS2+a72GRxMvNP+GC+vRIlo =
47
47
github.com/elastic/go-windows v1.0.2 h1:yoLLsAsV5cfg9FLhZ9EXZ2n2sQFKeDYrHenkcivY4vI =
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import (
10
10
"strings"
11
11
"syscall"
12
12
13
+ "github.com/docker/model-distribution/transport/resumable"
13
14
"github.com/docker/model-runner/pkg/gpuinfo"
14
15
"github.com/docker/model-runner/pkg/inference"
15
16
"github.com/docker/model-runner/pkg/inference/backends/llamacpp"
@@ -74,6 +75,7 @@ func main() {
74
75
models.ClientConfig {
75
76
StoreRootPath : modelPath ,
76
77
Logger : log .WithFields (logrus.Fields {"component" : "model-manager" }),
78
+ Transport : resumable .New (http .DefaultTransport ),
77
79
},
78
80
nil ,
79
81
memEstimator ,
You can’t perform that action at this time.
0 commit comments