Commit
•
d31b764
1
Parent(s):
934cccc
Fix for llama delta path (#4)
Browse files- Fix for llama delta path (88f4c677250524f9d425d8ecb8551ea3ffc57eea)
Co-authored-by: Daryl Autar <daryl149@users.noreply.huggingface.co>
README.md
CHANGED
@@ -111,7 +111,7 @@ edd1a5897748864768b1fab645b31491 ./tokenizer_config.json
|
|
111 |
7. Once you have LLaMA weights in the correct format, you can apply the XOR decoding:
|
112 |
|
113 |
```
|
114 |
-
python xor_codec.py oasst-sft-7-llama-30b/ oasst-sft-7-llama-30b-xor/
|
115 |
```
|
116 |
|
117 |
You should **expect to see one warning message** during execution:
|
|
|
111 |
7. Once you have LLaMA weights in the correct format, you can apply the XOR decoding:
|
112 |
|
113 |
```
|
114 |
+
python xor_codec.py oasst-sft-7-llama-30b/ oasst-sft-7-llama-30b-xor/ llama30b_hf/
|
115 |
```
|
116 |
|
117 |
You should **expect to see one warning message** during execution:
|