Anbeeld commited on
Commit
dabd38f
·
verified ·
1 Parent(s): 5b5dfe9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,11 +8,11 @@ Tested with [BeeLlama.cpp v0.2.0](https://github.com/Anbeeld/beellama.cpp) — a
8
 
9
  * Target model: [Qwen 3.6 27B Q5_K_S](https://huggingface.co/unsloth/Qwen3.6-27B-GGUF)
10
  * Setup: Windows 11, AMD Ryzen 7 5700X3D, 32 GB DDR4 RAM, RTX 3090 24 GB
11
- * Config: same as recommended in [quick start docs](https://github.com/Anbeeld/beellama.cpp/blob/main/docs/quickstart-qwen36-dflash.md), but with adaptive DM disabled
12
  * Baseline is llama.cpp [b9275](https://github.com/ggml-org/llama.cpp/releases/tag/b9275) CUDA 13.1 Windows prebuilt: 36.8 tok/s median
13
 
14
  <details>
15
- <summary>Prompt: Doubly-linked list</summary>
16
 
17
  Write a complete Python 3 module implementing a doubly-linked list with the following methods: append, prepend, insert_at, remove_at, find, reverse, to_list, length, is_empty, iter. Include comprehensive docstrings, type hints, and pytest unit tests for every method. Return only the code, no commentary.
18
 
 
8
 
9
  * Target model: [Qwen 3.6 27B Q5_K_S](https://huggingface.co/unsloth/Qwen3.6-27B-GGUF)
10
  * Setup: Windows 11, AMD Ryzen 7 5700X3D, 32 GB DDR4 RAM, RTX 3090 24 GB
11
+ * Config: same as in [quick start docs](https://github.com/Anbeeld/beellama.cpp/blob/main/docs/quickstart-qwen36-dflash.md), but with reasoning and adaptive DM disabled
12
  * Baseline is llama.cpp [b9275](https://github.com/ggml-org/llama.cpp/releases/tag/b9275) CUDA 13.1 Windows prebuilt: 36.8 tok/s median
13
 
14
  <details>
15
+ <summary>Prompt: Doubly-linked list (output: ~4K tok)</summary>
16
 
17
  Write a complete Python 3 module implementing a doubly-linked list with the following methods: append, prepend, insert_at, remove_at, find, reverse, to_list, length, is_empty, iter. Include comprehensive docstrings, type hints, and pytest unit tests for every method. Return only the code, no commentary.
18