Shushi Hong

Results 40 comments of 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: ![图片](https://github.com/mlc-ai/mlc-llm/assets/68688494/254ca863-4575-4df8-9905-e8a1706a6959) 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...