Skip to content

Commit 649aedf

Browse files
committed
fix mod
1 parent cbdeeb3 commit 649aedf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module inference.networking.x-k8s.io/llm-instance-gateway
1+
module inference.networking.x-k8s.io/gateway-api-inference-extension
22

33
go 1.22.7
44

pkg/ext-proc/scheduling/filter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"errors"
55
"math"
66

7-
"inference.networking.x-k8s.io/llm-instance-gateway/pkg/ext-proc/backend"
7+
"inference.networking.x-k8s.io/gateway-api-inference-extension/pkg/ext-proc/backend"
88
klog "k8s.io/klog/v2"
99
)
1010

0 commit comments

Comments
 (0)