Josh Yan 10 hónapja
szülő
commit
a7721cb1d2
1 módosított fájl, 0 hozzáadás és 5 törlés
  1. 0 5
      api/types.go

+ 0 - 5
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)