mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Removed extra load_in_4bit.
This commit is contained in:
@@ -80,7 +80,6 @@ class model_backend(HFTorchInferenceModel):
|
||||
if self.use_4_bit:
|
||||
self.lazy_load = False
|
||||
tf_kwargs.update({
|
||||
"load_in_4bit": True,
|
||||
"quantization_config":BitsAndBytesConfig(
|
||||
load_in_4bit=True,
|
||||
bnb_4bit_compute_dtype=torch.float16,
|
||||
|
Reference in New Issue
Block a user