Views
No views yet
server)? Mistral (according to tokenizer_config.json)? Alpaca (according to text-generation-webui)? All three seem to work.-interpreter variant always answers with Python code, example:Width of circle is 3cm, what is its area?{ presence_penalty: 0, frequency_penalty: 0, top_p: 1, min_p: 0, top_k: 0, temperature: 0.8 }9*pi/4. Am I using this model wrong? Same result with temperature=0.0,top_k=1.The area of a circle is given by the formula A = πr^2, where r is the radius of the circle. Since the width of the circle is 3cm, the radius is half of that, or 1.5cm. Substituting this value into the formula, we get:
A = π(1.5)^2
A = π(2.25)
A = 6.9887654321
So, the area of the circle is approximately 6.99 cm^2.deepseek-math-7b-rl.Q8_0.gguf outputs)./imatrix --mlock --verbosity 2 -m /tmp/rho-math-7b-interpreter-v0.1.f32.gguf -f ~/Downloads/groups_merged_forkOfArzeth.txt -c 32768 -o rho-math-7b-interpreter-v0.1.f32.ctx32768imatrix.datimatrix consumed 35685 MiB of RAM (3200MHz) and 3158 MiB of VRAM.LLAMA_CUDA_FORCE_MMQ=1 (full cmd: make -j6 LLAMA_CUDA_FORCE_MMQ=1 LLAMA_CUDA=1 LLAMA_FAST=1 LLAMA_OPENBLAS=1 LLAMA_BLAS_VENDOR=OpenBLAS) for a big speed up (GTX 1660 Super doesn't have tensor cores, so it's better to use MMQ than nothing).