-
Notifications
You must be signed in to change notification settings - Fork 416
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 Bug
To Reproduce
In the DoctorGPT project, following the compilation documentation for mlc-llm, I get an error when executing the script.
sh ./prepare_libs.shTraceback (most recent call last):
File "/Users/wyh/Desktop/Programs/DoctorGPT/ios/prepare_model_lib.py", line 29, in <module>
main()
File "/Users/wyh/Desktop/Programs/DoctorGPT/ios/prepare_model_lib.py", line 19, in main
raise RuntimeError(
RuntimeError: Cannot find lib for rwkv-raven-3b-q4f16_2 in the following candidate path: ['/Users/wyh/Desktop/Programs/DoctorGPT/dist/rwkv-raven-3b-q4f16_2/rwkv-raven-3b-q4f16_2-iphone.tar', '/Users/wyh/Desktop/Programs/DoctorGPT/dist/prebuilt/lib/rwkv-raven-3b-q4f16_2-iphone.tar']But after I modified /ios/MLCChat/app-config.json, the prepare_libs.sh script executed successfully, and Xcode was able to compile successfully.
However, the program crashes when running.

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
