Version: Jan 0.7.5
Describe the Bug
Loading any llama.cpp-based model immediately fails with the console error
AbortSignal.any is not a function. (In 'AbortSignal.any([AbortSignal.timeout(this.timeout * 1e3), abortController?.signal])', 'AbortSignal.any' is undefined)
The model never starts and the UI stays at the “Start” button.
Steps to Reproduce
- Install Jan 0.7.5 from release assets.
- Download a GGUF model (e.g., llama-3-8b-instruct.Q4_K_M.gguf) via the Model Hub or manually drop it into ~/jan/models.
- Select the model in the Threads panel and click Start.
- Click on start
New Chat, select the local model
5.. Observe the red toast with the above AbortSignal error.
Screenshots / Logs
Operating System
Version: Jan 0.7.5
Describe the Bug
Loading any llama.cpp-based model immediately fails with the console error
AbortSignal.any is not a function. (In 'AbortSignal.any([AbortSignal.timeout(this.timeout * 1e3), abortController?.signal])', 'AbortSignal.any' is undefined)The model never starts and the UI stays at the “Start” button.
Steps to Reproduce
New Chat, select the local model5.. Observe the red toast with the above AbortSignal error.
Screenshots / Logs
Operating System