janhq / jan

Jan is an open source alternative to ChatGPT that runs 100% offline on your computer. Multiple engine support (llama.cpp, TensorRT-LLM)
https://jan.ai/
GNU Affero General Public License v3.0
22.1k stars 1.27k forks source link

bug: Tinyllama does not load on 0.4.0-41 nightly build with error message #976

Closed dan-homebrew closed 9 months ago

dan-homebrew commented 9 months ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Delete old /jan folder from C:/Users//jan
  2. Install fresh copy of 0.4.0-41
  3. Download Tinyllama
  4. Start new Thread with Tinyllama, model fails to load, error appears in console
Uncaught (in promise) Error: Error invoking method `invokeExtensionFunc`: Nitro process exited. 1 
index.js:2275

Screenshots image

Desktop (please complete the following information):

image

Additional context Add any other context about the problem here.

dan-homebrew commented 9 months ago

Issue resolved by running Jan 0.4.0-41 nightly on separate user on same machine. Issue likely due to orphaned Nitro process from previous QA process. Closing issue.

Let's go ahead to cut 0.4.1 release!

dan-homebrew commented 9 months ago

Issue is tied to: https://github.com/janhq/jan/issues/972