rm config
This commit is contained in:
parent
1a6197abb1
commit
a7721cb1d2
@ -451,11 +451,6 @@ type ModelDetails struct {
|
|||||||
QuantizationLevel string `json:"quantization_level"`
|
QuantizationLevel string `json:"quantization_level"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// EnvConfig is the configuration for the environment.
|
|
||||||
type ServerConfig struct {
|
|
||||||
ModelDir string `json:"model_dir"`
|
|
||||||
}
|
|
||||||
|
|
||||||
func (m *Metrics) Summary() {
|
func (m *Metrics) Summary() {
|
||||||
if m.TotalDuration > 0 {
|
if m.TotalDuration > 0 {
|
||||||
fmt.Fprintf(os.Stderr, "total duration: %v\n", m.TotalDuration)
|
fmt.Fprintf(os.Stderr, "total duration: %v\n", m.TotalDuration)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user