hmd-ai
hmd-ai
It would be nice to support bindings from llama.cpp for question generation and embeddings. This is already supported in the main library.
Using Esbuild in the browser like: ```js if (this.context) { await this.context.cancel() } ... try { this.context = await esbuild.context(buildOptions) const result = await this.context.rebuild() } finally { await this.context.dispose()...
I realize jsr.io is supposed to be used as package manager on its own, however similar to how esm.sh provides support for npm packages, it would be great to also...
## Failing module - **GitHub**: [github.com/mui/material-ui](https://github.com/mui/material-ui) - **npm**: https://www.npmjs.com/package/@mui/icons-material ```js import DeleteOutlineIcon from '@mui/icons-material/DeleteOutline'; ``` ## Error message After `onload` I got this: ``` /* esm.sh - error */ throw...
Running `Llama-2-7b-chat-hf-q4f32_1` model on Android throws `Cannot find adapter that matches the request`. See the demo page: https://webllm.mlc.ai/ on android.
## Failing module - **GitHub**: https://github.com/Milkdown/milkdown - **npm**: https://www.npmjs.com/package/@milkdown/crepe ```js import "@milkdown/crepe/lib/theme/frame/style.css"; ``` ## Error message @milkdown/kit/prose/gapcursor/style/gapcursor.css:1:5: 1 │ File Not Found ## Additional info The correct path is `@milkdown/kit/lib/prose/gapcursor/style/gapcursor.css`...