ztxz16 / fastllm

纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行
Apache License 2.0
3.23k stars 325 forks source link

OSError: libcublas.so.ll: cannot open shared odject file: No such file or directory #471

Open lichengyang666 opened 3 weeks ago

lichengyang666 commented 3 weeks ago

安装好之后导入依赖的时候报错 from fastllm_pytools import llm

76375ed06acde02744dec3158934aa04
TylunasLi commented 3 weeks ago

运行环境需要有与编译环境相同的CUDA 11 版本。