FIX Prevent __getstate__ from mutating Params4bit
As discussed internally, use state = self.__dict__.copy(), which is also what the Python docs recommend.
Showing
Please register or sign in to comment
As discussed internally, use state = self.__dict__.copy(), which is also what the Python docs recommend.