timoyang
Results
2
issues of
timoyang
环境:macos m2 python3.11.4 按照指引中: CMAKE_ARGS="-DGGML_METAL=ON" pip install -U chatglm-cpp 安装成功提示: Looking in indexes: https://mirrors.aliyun.com/pypi/simple/ Collecting chatglm-cpp Using cached chatglm_cpp-0.2.10-cp311-cp311-macosx_14_0_arm64.whl Installing collected packages: chatglm-cpp Successfully installed chatglm-cpp-0.2.10 在使用python样例测试的过程中: > import chatglm_cpp...
在 https://github.com/li-plus/chatglm.cpp 中,可以通过cmake -B build -DGGML_METAL=ON && cmake --build build -j 使用Metal,请问可以支持metal