mlc-llm icon indicating copy to clipboard operation
mlc-llm copied to clipboard

Better instruction needed

Open maxso-216 opened this issue 1 year ago • 4 comments

I think the project has too little information on adjusting some config.

Like how to load different weights apart from demo provided? How to adjust temp? I do not have any clues.

It will be better to write more instructions .

maxso-216 avatar Apr 30 '23 09:04 maxso-216

+1 agreed, but In the CLI lib here: https://github.com/mlc-ai/mlc-llm/blob/main/mlc_llm/utils.py You can see some arguments available which might work like you're asking for. There are some models available that if you download the weights, may or may not work depending on if they've actually been implemented.

I don't think it's possible to adjust temp today, but maybe the library authors can chime in.

mlc_chat_cli --model=dolly-v2-3b

maxtheman avatar Apr 30 '23 16:04 maxtheman

I agree. I am looking forward to the project if we can adjust some basic config.

maxso-216 avatar May 01 '23 06:05 maxso-216

I agree.Hope to provide a more detailed documentation on compiling from source code which include env, conf and so on.

shuyaoyimei avatar May 02 '23 05:05 shuyaoyimei

Thank you for your suggestions, we love to enable more users to DIY and will work on the instructions in the incoming weeks.

tqchen avatar May 03 '23 15:05 tqchen

Currently we are working on the documentation page: https://mlc.ai/mlc-llm/docs/. Still lots of work to do.

Closing this issue as it's a bit generic. Please do bring up specific doc requests as it's critically important

junrushao avatar Jun 14 '23 04:06 junrushao