Victor Nogueira
Victor Nogueira
According to the [docs](https://mlc.ai/mlc-llm/docs/), they don't have a Node.js SDK yet. But meanwhile, you can use the [Python Rest API Server](https://mlc.ai/mlc-llm/docs/deploy/rest.html), which gives you [these endpoints](https://mlc.ai/mlc-llm/docs/deploy/rest.html#api-endpoints), then access them in...
> Would be nice to get this working with Deno as well, which had WebGPU until [1.31](https://github.com/denoland/webgpu-examples/issues/13) (and may get gpu support back soon) And it's back! [Deno 1.39: The...
It should be working. But it's possible that the extension needs a code update due to LinkedIn's constant changes to its structure. Unfortunately, I cannot test the extension frequently, so...
ℹ️ There's a workaround mentioned in [this discussion](https://github.com/maxgalbu/adonis5-jwt/discussions/15#discussioncomment-5233041).
Hi, @Maknee. Could you recheck this? I found a reliable way to reproduce this issue: ```python from huggingface_hub import hf_hub_download import minigpt4_library model_path = hf_hub_download( repo_id="maknee/minigpt4-13b-ggml", filename="minigpt4-13B-f16.bin", repo_type="dataset", ) llm_model_path...
I've just been through this issue. Re-running the failed GitHub Job resolved the issue, as [that version](https://github.com/go-task/task/releases/tag/v3.19.1) was published one minute after I got this error.
Thanks for the quick response, @CharlieFRuan! I've installed v0.2.38 and noticed a difference already, but now the error is in another place of `index.js.map`: --- I've manually replaced all occurrences...
Sorry, @CharlieFRuan and @tqchen, It seems the fix on https://github.com/mlc-ai/web-llm/pull/420 didn't solve the problem with `"MLC_DUMMY_PATH"`. I just confirmed that this issue is present on `v0.2.39`: I also double-checked it...
Thank you! Now it's fixed! 🎉 Confirmed [here](https://app.renovatebot.com/package-diff?name=@mlc-ai%2fweb-llm&from=0.2.39&to=0.2.40#d2h-410205): And also by removing the [workaround](https://github.com/felladrin/MiniSearch/commit/773b6db64624cf8ba27041f1486347773ec074ce) I had for the issue.
@gregsdennis, please take it into account. This is some useful info to have on Readme. In my case, here's how the workflow file ended up: ```yml name: PR Dependency Check...