fix error (#9025)
This commit is contained in:
parent
edb225530b
commit
714884414e
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ def save_low_bit(self, *args, **kwargs):
|
||||||
invalidInputError(self.config.to_dict().get("bigdl_transformers_low_bit", False),
|
invalidInputError(self.config.to_dict().get("bigdl_transformers_low_bit", False),
|
||||||
f"Detected this model is not a low-bit model, please use from_pretrained's"
|
f"Detected this model is not a low-bit model, please use from_pretrained's"
|
||||||
f" load_in_4bit or load_in_low_bit parameter to load a 4-bit model first.")
|
f" load_in_4bit or load_in_low_bit parameter to load a 4-bit model first.")
|
||||||
|
self.to('cpu')
|
||||||
self.save_pretrained(*args, **kwargs)
|
self.save_pretrained(*args, **kwargs)
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue