shimmyshimmer commited on
Commit
1506ee4
·
verified ·
1 Parent(s): cdf2939

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -45,6 +45,12 @@ Or you can view more detailed instructions here: [unsloth.ai/blog/deepseek-r1](h
45
  --n-gpu-layers 20 \
46
  -no-cnv
47
  ```
 
 
 
 
 
 
48
 
49
  # Finetune LLMs 2-5x faster with 70% less memory via Unsloth!
50
  We have a free Google Colab Tesla T4 notebook for Llama 3.1 (8B) here: https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.1_(8B)-Alpaca.ipynb
 
45
  --n-gpu-layers 20 \
46
  -no-cnv
47
  ```
48
+ 5. If you want to merge the weights together, use this script:
49
+ ```
50
+ ./llama.cpp/llama-gguf-split --merge \
51
+ DeepSeek-R1-UD-IQ1_S-00001-of-00003.gguf \
52
+ merged_file.gguf
53
+ ```
54
 
55
  # Finetune LLMs 2-5x faster with 70% less memory via Unsloth!
56
  We have a free Google Colab Tesla T4 notebook for Llama 3.1 (8B) here: https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.1_(8B)-Alpaca.ipynb