diff --git a/pkg/server/server.go b/pkg/server/server.go index 7e36a0d..a2ce01d 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -9,13 +9,13 @@ import ( "crypto/tls" "errors" "fmt" - "github.com/nlpodyssey/cybertron/pkg/tasks/languagemodeling" "net" "net/http" "strings" "time" "github.com/grpc-ecosystem/grpc-gateway/v2/runtime" + "github.com/nlpodyssey/cybertron/pkg/tasks/languagemodeling" "github.com/nlpodyssey/cybertron/pkg/tasks/questionanswering" "github.com/nlpodyssey/cybertron/pkg/tasks/text2text" "github.com/nlpodyssey/cybertron/pkg/tasks/textclassification"