Preliminary HF GPTQ changes

This commit is contained in:
Henk
2023-08-21 01:58:52 +02:00
parent 6f557befa9
commit 3dd0e91fbb
2 changed files with 32 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ from pathlib import Path
model_backend_type = "GPTQ"
model_backend_name = "Huggingface GPTQ"
model_backend_name = "Legacy GPTQ"
def load_model_gptq_settings(path):