[GH-ISSUE #5703] Mixtral truncates output after year #29315

Open
opened 2026-04-22 08:04:42 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @alexander-fischer on GitHub (Jul 15, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/5703

What is the issue?

Output from Mixtral stops after year of date.

I could recreate the issue within ollama that appears in vLLM as well: https://github.com/vllm-project/vllm/issues/2464

The model I used was: [mixtral:8x7b-instruct-v0.1-q8_0](https://ollama.com/library/mixtral:8x7b-instruct-v0.1-q8_0)

You should reproduce it with the mentioned prompt:

In order to write a concise single-paragraph summary, pay attention to the following text:

 The Commonwealth Bank of Australia (CBA) reported strong financial results for the first half of fiscal year 2023, with a statutory net profit after tax of AUD 5.216 billion, up 10% from the same period last year. Cash net profit after tax stood at AUD 5.153 billion, a 9% increase. Operating performance also improved by 18% to AUD 7.820 billion. The bank's home and consumer lending gross lending reached AUD 77 billion, while business and corporate lending gross lending amounted to AUD 18 billion. CBA's net promoter scores (NPS) remained high, with the bank ranking first in the consumer, business, and institutional categories. The bank's liquid assets and deposit funding increased, and its weighted average maturity stood at 5.8 years. CBA's CET1 ratio was 11.4%, and it declared a dividend per share of AUD 2.10 (35 cents). However, the bank warned that forward-looking statements should be treated with caution due to current economic uncertainties and geopolitical risks.

Using only the text above, write a condensed and concise summary of key results (preferably as one paragraph):

The output stops after the year of date:

The Commonwealth Bank of Australia (CBA) reported strong financial results for the first half of fiscal year 2

OS

Linux

GPU

Nvidia

CPU

No response

Ollama version

0.2.5

Originally created by @alexander-fischer on GitHub (Jul 15, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/5703 ### What is the issue? Output from Mixtral stops after year of date. I could recreate the issue within ollama that appears in vLLM as well: https://github.com/vllm-project/vllm/issues/2464 The model I used was: `[mixtral:8x7b-instruct-v0.1-q8_0](https://ollama.com/library/mixtral:8x7b-instruct-v0.1-q8_0)` You should reproduce it with the mentioned prompt: ``` In order to write a concise single-paragraph summary, pay attention to the following text: The Commonwealth Bank of Australia (CBA) reported strong financial results for the first half of fiscal year 2023, with a statutory net profit after tax of AUD 5.216 billion, up 10% from the same period last year. Cash net profit after tax stood at AUD 5.153 billion, a 9% increase. Operating performance also improved by 18% to AUD 7.820 billion. The bank's home and consumer lending gross lending reached AUD 77 billion, while business and corporate lending gross lending amounted to AUD 18 billion. CBA's net promoter scores (NPS) remained high, with the bank ranking first in the consumer, business, and institutional categories. The bank's liquid assets and deposit funding increased, and its weighted average maturity stood at 5.8 years. CBA's CET1 ratio was 11.4%, and it declared a dividend per share of AUD 2.10 (35 cents). However, the bank warned that forward-looking statements should be treated with caution due to current economic uncertainties and geopolitical risks. Using only the text above, write a condensed and concise summary of key results (preferably as one paragraph): ``` The output stops after the year of date: `The Commonwealth Bank of Australia (CBA) reported strong financial results for the first half of fiscal year 2` ### OS Linux ### GPU Nvidia ### CPU _No response_ ### Ollama version 0.2.5
GiteaMirror added the bug label 2026-04-22 08:04:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#29315