Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Nemo model - Jan gets stuck on "Stopping model" after model settings change #45

Open
1 of 3 tasks
mtomas7 opened this issue Oct 7, 2024 · 3 comments
Open
1 of 3 tasks
Assignees
Labels
type: bug Something isn't working

Comments

@mtomas7
Copy link

mtomas7 commented Oct 7, 2024

Jan version

0.56

Describe the Bug

  • Using imported GGUF model
  • Once Jan is closed and started again, Settings shows that model inactive, but once you want to start it, it is still stuck in the "Stopping" mode

Some ideas. In LM Studio, once you change the settings, there would appear a button, asking user to reload the model in order to pply the settings. In Jan you just start changing settings and it appears that app decides on its own to reload the model. That could be problematic, especially if user would be adjusting various settings. I would say - better go the LM Studio route.

Steps to Reproduce

No response

Screenshots / Logs

image

What is your OS?

  • MacOS
  • Windows
  • Linux

app.log

Adding log file.

@mtomas7 mtomas7 added the type: bug Something isn't working label Oct 7, 2024
@mtomas7
Copy link
Author

mtomas7 commented Oct 7, 2024

Added log to the ticket.

@mtomas7
Copy link
Author

mtomas7 commented Oct 8, 2024

It looks I was able to figure it out. When I imported Nemo model, it automatically inherited the GPU settings: 33 layers, but because Nemo is larger, it could not fit and every time it would load, it would not able to complete the loading. After I manually decreased the # of layers, everything was good.

Perhaps it would be possible either to reset the GPU layer # or to re calculate, so the selected # of layers would actually fit into VRAM.

@mtomas7
Copy link
Author

mtomas7 commented Oct 8, 2024

There is still something wrong with Nemo - it loads, but once a string is passed, it doesn't generate response, but gives troubleshooting link.
Also once model is loaded, GPU layer again are reset (to 44).

@0xSage 0xSage changed the title bug: Jan gets stuck on "Stopping model" after model settings change bug: Nemo model - Jan gets stuck on "Stopping model" after model settings change Oct 14, 2024
@dan-homebrew dan-homebrew transferred this issue from janhq/jan Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: In Progress
Development

No branches or pull requests

3 participants