Update server/text_generation_server/layers/gptq/__init__.py

This commit is contained in:
Nicolas Patry 2024-06-03 10:36:04 +02:00 committed by GitHub
parent 4188a25b15
commit 2ae9ed20fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ from text_generation_server.utils.import_utils import (
)
@dataclass
class GPTQWeight:
qweight: torch.Tensor