Views
No views yet
1wget https://github.com/cturan/llama.cpp/archive/refs/tags/test.tar.gz
2tar xf test.tar.gz
3cd llama.cpp-test
4
5# export PATH=/usr/local/cuda/bin:$PATH
6
7time cmake -B build -DGGML_CUDA=ON
8time cmake --build build --config Release --parallel $(nproc --all)2fdbf16eb.1PR=16095
2git clone https://github.com/ggml-org/llama.cpp llama.cpp-PR-$PR
3cd llama.cpp-PR-$PR
4
5git fetch origin pull/$PR/head:pr-$PR
6git checkout pr-$PR
7
8time cmake -B build
9time cmake --build build --config Release --parallel $(nproc --all)build/bin/llama-cli -hf lefromage/Qwen3-Next-80B-A3B-Thinking-GGUF --prompt 'What is the capital of France?' --no-mmap -stwget https://huggingface.co/lefromage/Qwen3-Next-80B-A3B-Thinking-GGUF/resolve/main/Qwen__Qwen3-Next-80B-A3B-Thinking-Q4_0.gguf1pip install hf_transfer 'huggingface_hub[cli]'
2hf download lefromage/Qwen3-Next-80B-A3B-Thinking-GGUF Qwen__Qwen3-Next-80B-A3B-Thinking-Q4_0.ggufbuild/bin/llama-cli -m Qwen__Qwen3-Next-80B-A3B-Thinking-Q4_0.gguf --prompt 'Write a paragraph about quantum computing' --no-mmap -stbuild/bin/llama-cli -ngl 100 -m Qwen__Qwen3-Next-80B-A3B-Thinking-Q2_K.gguf --no-mmap --prompt 'what is the capital of france' -st<think>
Okay, the user asked, "what is the capital of France?" Hmm, that's a pretty basic geography question. Let me think. First, I know the capital of France is Paris. But wait, maybe I should double-check to be absolutely sure. Yeah, definitely Paris. It's one of those common facts that's easy to remember.
Wait, but why would someone ask this? Maybe they're a student doing homework, or maybe a traveler planning a trip. Or perhaps they're just curious. Either way, the answer is straightforward. No need for complex analysis here.
I recall that Paris has been the capital for a long time, since the Middle Ages. It's not like some countries where the capital changed. France has always had Paris as its capital. Yeah, that's right.
Should I mention anything else? Like maybe that it's the largest city in France, or that it's known for landmarks like the Eiffel Tower? But the question is just about the capital, so maybe keep it simple. Just confirm Paris.
Wait, is there any chance of confusion? Like, sometimes people think of Marseille or Lyon, but no, those are other major cities but not the capital. Definitely Paris.
I think the best answer is to state clearly that the capital is Paris. Maybe add a bit about it being a major global city. But keep it short and accurate.
Yeah, I think that's it. No need to overcomplicate. Just give the answer directly. So, "The capital of France is Paris." Done.
</think>
The capital of France is **Paris**.
Paris has been the capital since the 6th century and is France's largest city, as well as a major global center for culture, commerce, and tourism. It is renowned for landmarks like the Eiffel Tower, the Louvre, and Notre-Dame Cathedral. [end of text]
llama_perf_sampler_print: sampling time = 33.98 ms / 403 runs ( 0.08 ms per token, 11858.87 tokens per second)
llama_perf_context_print: load time = 10380.46 ms
llama_perf_context_print: prompt eval time = 5709.11 ms / 14 tokens ( 407.79 ms per token, 2.45 tokens per second)
llama_perf_context_print: eval time = 85045.12 ms / 388 runs ( 219.19 ms per token, 4.56 tokens per second)
llama_perf_context_print: total time = 90917.58 ms / 402 tokens
llama_perf_context_print: graphs reused = 0
llama_memory_breakdown_print: | memory breakdown [MiB] | total free self model context compute unaccounted |
llama_memory_breakdown_print: | - Metal (Apple M4 Max) | 98304 = 69920 + (28151 = 27675 + 171 + 304) + 232 |
llama_memory_breakdown_print: | - Host | 167 = 97 + 0 + 70 |
ggml_metal_free: deallocating
real 1m41.530s