Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Add xor_codec script (thanks Mick)

Open olliestanley opened this issue 2 years ago • 1 comments

Original PR history was broken.

Encode: xor_codec.py output_dir/ model_dir/ llama_dir/ --encode Decode: xor_codec.py output_dir/ delta_dir/ llama_dir/


Co-authored-by: umbra-scientia [email protected]

olliestanley avatar Apr 21 '23 22:04 olliestanley

Lets skip this PR and use this one instead: https://github.com/LAION-AI/Open-Assistant/pull/2829

The simple XOR format is too finicky and users are having problems with minor differences in HuggingFace and PyTorch versions. The new script is designed to be immune to or graceful with those details.

umbra-scientia avatar Apr 22 '23 02:04 umbra-scientia