-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Error running prep_emcc_deps.sh - 'tvm/runtime/object.h' file not found #3001
Comments
cc @CharlieFRuan Could you take a quick look at your convenience? |
Just saw that it is done in the command. Will revisit later today |
Could you check whether mlc-llm/3rdparty/tvm is empty? And if /content/tvm is empty? Thanks! |
Hi, Thanks for getting back to me. As requested: contents of mlc-llm/3rdparty/tvm:
contents of tvm:
|
I see you have |
That has got it further - I am thinking that was perhaps a misunderstanding from my part based on Step 2 - or perhaps adjust the wording so its more obvious? :p It gets onto the compile stage now but that fails with the below output:
I ran
Thank you so much for all your help so far - it looks like we're very close. |
Hi @CharlieFRuan, sorry to keep on - any ideas? |
Hi,
I'm trying to compile a llama-3.2. I have followed the setup instructions but before I can get to running the
mlc_llm compile
command, I am running./web/prep_emcc_deps.sh
which fails with the following output and error:I am running this on a google colab.
Below is a summary of my steps (there may be one or 2 unnecessary ones here due to my own learning/debugging but I don't think they are the cause - if they are please tell me).
Install everything
Login to HF
Clone target model (this is for test purposes)
Convert the weights
Generate the config
Compile the model (step which breaks)
Please can someone help/advise?
Many thanks,
The text was updated successfully, but these errors were encountered: