BenjaminHelle commited on
Commit
d13a8d3
·
verified ·
1 Parent(s): 56b9e86

Add README

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -6,15 +6,16 @@ tags:
6
 
7
  ---
8
 
9
- # LFM2-350M-code : GGUF
10
 
11
  This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
12
 
13
  **Example usage**:
14
- - For text only LLMs: `./llama.cpp/llama-cli -hf BenjaminHelle/LFM2-350M-code --jinja`
15
- - For multimodal models: `./llama.cpp/llama-mtmd-cli -hf BenjaminHelle/LFM2-350M-code --jinja`
16
 
17
  ## Available Model files:
 
18
  - `LFM2-350M.Q4_K_M.gguf`
19
  This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
20
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
6
 
7
  ---
8
 
9
+ # LFM2-350M-Code : GGUF
10
 
11
  This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
12
 
13
  **Example usage**:
14
+ - For text only LLMs: `llama-cli -hf BenjaminHelle/LFM2-350M-Code --jinja`
15
+ - For multimodal models: `llama-mtmd-cli -hf BenjaminHelle/LFM2-350M-Code --jinja`
16
 
17
  ## Available Model files:
18
+ - `LFM2-350M.Q8_0.gguf`
19
  - `LFM2-350M.Q4_K_M.gguf`
20
  This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
21
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)