Fix for llama delta path
Browse filesThe 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.)
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:
|