PiracyID commited on
Commit
06ca50a
·
verified ·
1 Parent(s): 155630c

Add README

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -11,10 +11,12 @@ tags:
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 PiracyID/LFM2.5-1.2B-Instruct --jinja`
15
- - For multimodal models: `./llama.cpp/llama-mtmd-cli -hf PiracyID/LFM2.5-1.2B-Instruct --jinja`
16
 
17
  ## Available Model files:
 
 
18
  - `LFM2.5-1.2B-Instruct.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)
 
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 PiracyID/LFM2.5-1.2B-Instruct --jinja`
15
+ - For multimodal models: `llama-mtmd-cli -hf PiracyID/LFM2.5-1.2B-Instruct --jinja`
16
 
17
  ## Available Model files:
18
+ - `LFM2.5-1.2B-Instruct.Q8_0.gguf`
19
+ - `LFM2.5-1.2B-Instruct.Q5_K_M.gguf`
20
  - `LFM2.5-1.2B-Instruct.Q4_K_M.gguf`
21
  This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)