Shushi Hong
Shushi Hong
@CharlieFRuan Sorry for late reply. I haven't encountered this problem before. @nico-martin Have you tried to rebuild it again? Sometimes installing again can solve the issue.
I think you can First, create a new Node.js script file, for example, copy-config.js, in examples\simple-chat. In this file, write the following content to copy files: `const fs = require('fs');...
@tqchen Okay, I will do it later.
@saurav-pwh-old Hi, I think that you can temporarily try to use `--model-type stablelm` in your command to override it.
@ollmer Thanks you for pointing that out! The reason is that official `stablelm2` model has been updated and there are some differences in parameters. What we have in `huggingface.co/mlc-ai` may...
Hello, everyone! Sorry for so long waiting. Thanks to @MasterJH5574 's help, I already uploaded stablelm2_1.6b models below:  And I tested it here ``` (mlc-prebuilt) tlopex@tlopex-OMEN-by-HP-Laptop-17-ck1xxx:~/mlc-llm$ python -m mlc_llm...
Thanks for the issue! Now I am working on it. Just be patient:)
@leiwen83 Sorry for late reply. Maybe you can try again with the latest main branch since there is a update today.
I am interested in adding a new model, but after seeing the [tutorial](https://llm.mlc.ai/docs/compilation/define_new_models.html), I find myself confused and unsure about how to begin. I have several questions regarding the tutorial:...
@CharlieFRuan Thank you for your previous excellent answers, which indeed taught me a lot and allowed me to start. However, I still encountered some issues today: 1. I found that...