Originally created by @hemangjoshi37a on GitHub (Jan 18, 2024).
Issue Description:
At times, when I use the "generate" button to initiate text generation after entering a prompt, the process fails to produce any output. This failure occurs without any error messages. Observing the htop terminal, it appears that the ollama serve process either stops or completes. However, the chat window continues to display the shimmer effect, which usually indicates ongoing generation, leading to confusion about the actual state of the process.
Steps to Reproduce:
Enter a text prompt in the chat window.
Click on the "generate" button to start the text generation process.
Observe the lack of output in the chat window and the status of the process in the htop terminal.
Expected Behavior:
When the text generation process is initiated, it should either successfully generate text or provide an error message if it fails.
Actual Behavior:
The text generation process stops or completes silently without any output in the chat window, while the ollama serve process appears to stop in the htop terminal. The chat window continues to show the shimmer effect, incorrectly suggesting that generation is still in progress.
Environment:
python 3.11 and latest ollama version installed yesterday using github readme.
Originally created by @hemangjoshi37a on GitHub (Jan 18, 2024).
**Issue Description:**
At times, when I use the "generate" button to initiate text generation after entering a prompt, the process fails to produce any output. This failure occurs without any error messages. Observing the `htop` terminal, it appears that the `ollama serve` process either stops or completes. However, the chat window continues to display the shimmer effect, which usually indicates ongoing generation, leading to confusion about the actual state of the process.
**Steps to Reproduce:**
1. Enter a text prompt in the chat window.
2. Click on the "generate" button to start the text generation process.
3. Observe the lack of output in the chat window and the status of the process in the `htop` terminal.
**Expected Behavior:**
When the text generation process is initiated, it should either successfully generate text or provide an error message if it fails.
**Actual Behavior:**
The text generation process stops or completes silently without any output in the chat window, while the `ollama serve` process appears to stop in the `htop` terminal. The chat window continues to show the shimmer effect, incorrectly suggesting that generation is still in progress.
**Environment:**
- python 3.11 and latest ollama version installed yesterday using github readme.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @hemangjoshi37a on GitHub (Jan 18, 2024).
Issue Description:
At times, when I use the "generate" button to initiate text generation after entering a prompt, the process fails to produce any output. This failure occurs without any error messages. Observing the
htopterminal, it appears that theollama serveprocess either stops or completes. However, the chat window continues to display the shimmer effect, which usually indicates ongoing generation, leading to confusion about the actual state of the process.Steps to Reproduce:
htopterminal.Expected Behavior:
When the text generation process is initiated, it should either successfully generate text or provide an error message if it fails.
Actual Behavior:
The text generation process stops or completes silently without any output in the chat window, while the
ollama serveprocess appears to stop in thehtopterminal. The chat window continues to show the shimmer effect, incorrectly suggesting that generation is still in progress.Environment:
@tjbck commented on GitHub (Jan 18, 2024):
cannot reproduce the issue, moving to discussion.