chore(autogptq): drop archived backend

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2025-04-19 09:44:34 +02:00
parent 8abecb4a18
commit a7be2d2313
23 changed files with 5 additions and 322 deletions

View file

@ -202,7 +202,6 @@ type OpenAIRequest struct {
Backend string `json:"backend" yaml:"backend"`
// AutoGPTQ
ModelBaseName string `json:"model_base_name" yaml:"model_base_name"`
}