Effectively the title.
It turns out this
browser-based UI for running local inference
depends on being able to fetch https://cdn.jsdelivr.net/npm/marked/marked.min.js, which does not work without internet access.
Please don't depend on random CDNs for content. Especially for something where the entire purpose is not using web-services.
Effectively the title.
It turns out this
depends on being able to fetch
https://cdn.jsdelivr.net/npm/marked/marked.min.js, which does not work without internet access.Please don't depend on random CDNs for content. Especially for something where the entire purpose is not using web-services.