Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,8 @@ I did not except this repo to blow up and now all the training scripts depend on
|
|
18 |
|
19 |
>>[!TIP]🐧 If you're imatient, get the trained checkpoint file that runs on 1 cpu core:
|
20 |
>>
|
|
|
|
|
21 |
>>make sure to install latest llama.cpp first, it's easy on linux & mac:
|
22 |
>>
|
23 |
>> git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make -j
|
|
|
18 |
|
19 |
>>[!TIP]🐧 If you're imatient, get the trained checkpoint file that runs on 1 cpu core:
|
20 |
>>
|
21 |
+
>>wget https://huggingface.co/nisten/Biggie-SmoLlm-0.15B-Base/resolve/main/biggie_groked_int8_q8_0.gguf
|
22 |
+
>>
|
23 |
>>make sure to install latest llama.cpp first, it's easy on linux & mac:
|
24 |
>>
|
25 |
>> git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make -j
|