Views
No views yet
| Quant | Size | BPW | Prompt tok/s | Gen tok/s | Hardware |
|---|---|---|---|---|---|
| Q4_0 | 5.9 GB | 4.53 | 160.2 | 15.2 | RTX 4090 |
| Q8_0 | 11 GB | 8.51 | 147.7 | 14.0 | RTX 4090 |
Q: What is the capital of France and why is it significant?A: The capital of France is Paris, a city that holds significant historical, cultural, and economic importance. Paris, often referred to as the "City of Light" or "City of Love," is not only the heart of France but also a global hub for art, fashion, gastronomy, and culture. Paris is renowned for its iconic landmarks such as the Eiffel Tower, the Louvre Museum, and Notre-Dame Cathedral, which attract millions of visitors each year.
1# Build llama.cpp with Zamba2 support
2git clone https://github.com/echo313unfolding/llama.cpp -b zamba2-support
3cd llama.cpp && cmake -B build -DGGML_CUDA=ON && cmake --build build -j
4
5# Run
6./build/bin/llama-cli -m zamba2-7b-instruct-v2-q4_0.gguf \
7 -p "<|im_start|>user\nWhat is quantum computing?<|im_end|>\n<|im_start|>assistant\n" \
8 -n 256 -ngl 999 -e --no-conversationn_head_kv array (0 for Mamba layers, 32 for attention layers)llama-quantize