OllieStanley
commited on
Commit
•
62d51bd
1
Parent(s):
8174f2f
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ Thanks to Mick for writing the `xor_codec.py` script which enables this process
|
|
12 |
|
13 |
Note: This process applies to `oasst-sft-6-llama-30b` model. The same process can be applied to other models in future, but the checksums will be different..
|
14 |
|
|
|
|
|
15 |
To use OpenAssistant LLaMa-Based Models, you need to have a copy of the original LLaMa model weights and add them to a `llama` subdirectory here.
|
16 |
|
17 |
Ensure your LLaMa 30B checkpoint matches the correct md5sums:
|
|
|
12 |
|
13 |
Note: This process applies to `oasst-sft-6-llama-30b` model. The same process can be applied to other models in future, but the checksums will be different..
|
14 |
|
15 |
+
**This process is tested only on Linux (specifically Ubuntu). Some users have reported that the process does not work on Windows. We recommend using WSL if you only have a Windows machine.**
|
16 |
+
|
17 |
To use OpenAssistant LLaMa-Based Models, you need to have a copy of the original LLaMa model weights and add them to a `llama` subdirectory here.
|
18 |
|
19 |
Ensure your LLaMa 30B checkpoint matches the correct md5sums:
|