-
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
[Bug] mlc_llm serve error on Mac M1 (git clone failed with error 128) #2938
Comments
Hello, I am experiencing same issue on the NVIDIA Jetson AGX Orin 64GB Developer Kit.
|
Hi @pchalasani @shahizat I was not able to reproduce the same error on my Mac. I suspect this is due to git configuration issue. Can you try directly running:
and see if that works? |
@rickzx yes the git clone works. Can we use |
@pchalasani you may be missing the dependencies in step 1 here |
Thanks but I'm not using it on iOS. Please let me know if these deps are needed for my scenario |
Ahhh apologies, I received a similar error and installing lfs is what worked for me but sounds like not applicable to you. |
@pchalasani Yes of course! You can do the following
|
Hello guys, I believe this issue is caused by Git LFS. Just install it and see if that resolves the problem.
|
🐛 Bug
see title
To Reproduce
Steps to reproduce the behavior:
mlc_llm serve HF://mlc-ai/Qwen2.5-32B-Instruct-q4f32_1-MLC
Expected behavior
should work
Environment
conda
, source):Ran this with my venv activated (did NOT use conda, not sure if that matters)
How you installed TVM-Unity (
pip
, source):did not install this
Python version (e.g. 3.10): 3.11
Additional context
error trace:
The text was updated successfully, but these errors were encountered: