mirror of
https://github.com/ollama/ollama.git
synced 2026-04-24 09:46:01 +02:00
x/registry: fixing tests wip
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
"cmp"
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"log"
|
||||
"net/http"
|
||||
"net/url"
|
||||
@@ -131,7 +130,6 @@ func (s *Server) handlePush(w http.ResponseWriter, r *http.Request) error {
|
||||
PartNumber: partNumber,
|
||||
ETag: etag,
|
||||
})
|
||||
fmt.Println("uploadID", uploadID, "partNumber", partNumber, "etag", etag)
|
||||
completePartsByUploadID[uploadID] = cp
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user