We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mkdir build cd build cmake -DMNN_METAL=ON -DCMAKE_INSTALL_PREFIX=./install .. make -j4
Qwen1.5-1.8B-chat-MNN
在 2024.12.31 更新之前的模型版本可以用,但是 2024.12.31 更新后的模型运行报错:
./cli_demo ~/.cache/modelscope/hub/MNN/Qwen1___5-1___8B-Chat-MNN/config.json model path is /Users/xxx/.cache/modelscope/hub/MNN/Qwen1___5-1___8B-Chat-MNN/config.json The device supports: i8sdot:1, fp16:1, i8mm: 1, sve2: 0 Can't open file:.tempcache Load Cache file error. ### is_single_ = 1 load tokenizer tokenizer_type = 3 load tokenizer Done load /Users/xxx/.cache/modelscope/hub/MNN/Qwen1___5-1___8B-Chat-MNN/llm.mnn ... Load Module Done! Clone Decode Module Done! Q: nihao A: [1] 18139 segmentation fault ./cli_demo ~/.cache/modelscope/hub/MNN/Qwen1___5-1___8B-Chat-MNN/config.json
The text was updated successfully, but these errors were encountered:
ubuntu 20.04 也复现问题
Sorry, something went wrong.
No branches or pull requests
硬件
编译
mkdir build cd build cmake -DMNN_METAL=ON -DCMAKE_INSTALL_PREFIX=./install .. make -j4
模型
Qwen1.5-1.8B-chat-MNN
在 2024.12.31 更新之前的模型版本可以用,但是 2024.12.31 更新后的模型运行报错:
运行
The text was updated successfully, but these errors were encountered: