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

UI Loads to a blank grey screen #55

Open
fake-name opened this issue Jun 1, 2024 · 1 comment
Open

UI Loads to a blank grey screen #55

fake-name opened this issue Jun 1, 2024 · 1 comment

Comments

@fake-name
Copy link

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.

@turboderp
Copy link
Member

You're right, and this was actually more of an oversight than anything. Spinning a lot of plates here. I've included a copy of MarkedJS with the latest commit, so it should be able to run with no internet access now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants