From a2381917985c5175d1dcf77f120bbd8c49f8f541 Mon Sep 17 00:00:00 2001 From: Josh Yan Date: Wed, 3 Jul 2024 17:06:19 -0700 Subject: [PATCH] rm config --- api/types.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/types.go b/api/types.go index 3b10b17f4..65a99c763 100644 --- a/api/types.go +++ b/api/types.go @@ -451,11 +451,6 @@ type ModelDetails struct { QuantizationLevel string `json:"quantization_level"` } -// EnvConfig is the configuration for the environment. -type ServerConfig struct { - ModelDir string `json:"model_dir"` -} - func (m *Metrics) Summary() { if m.TotalDuration > 0 { fmt.Fprintf(os.Stderr, "total duration: %v\n", m.TotalDuration)