Skip to content

Commit 4f342bc

Browse files
committed
Removing existing transport implementation
We are gonna implement this in the go-containerregistry layer it's cleaner Signed-off-by: Eric Curtin <eric.curtin@docker.com>
1 parent 7fdb650 commit 4f342bc

File tree

18 files changed

+1
-6355
lines changed

18 files changed

+1
-6355
lines changed

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
"strings"
1212
"syscall"
1313

14-
"github.com/docker/model-runner/pkg/distribution/transport/resumable"
1514
"github.com/docker/model-runner/pkg/gpuinfo"
1615
"github.com/docker/model-runner/pkg/inference"
1716
"github.com/docker/model-runner/pkg/inference/backends/llamacpp"
@@ -108,7 +107,7 @@ func main() {
108107
models.ClientConfig{
109108
StoreRootPath: modelPath,
110109
Logger: log.WithFields(logrus.Fields{"component": "model-manager"}),
111-
Transport: resumable.New(baseTransport),
110+
Transport: baseTransport,
112111
},
113112
nil,
114113
memEstimator,

pkg/distribution/transport/internal/bufferfile/fifo.go

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)