daryl149 commited on
Commit
88f4c67
1 Parent(s): 934cccc

Fix for llama delta path

Browse files

The model 7 has only 1 subfolder, so relative path needs to be updated accordingly.
(Readme was probably copied and updated from model 6, which had an extra subfolder for the deltas.)

Files changed (1) hide show
  1. README.md +1 -1
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/oasst-sft-7-llama-30b-xor/ llama30b_hf/
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: