跳至内容
Knowledge Base
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您在这里:
start
»
llama.cp
您的足迹:
llama.cp
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
Installing the OpenCL SDK from source git clone --recurse-submodules https://github.com/KhronosGroup/OpenCL-SDK.git mkdir OpenCL-SDK/build cd OpenCL-SDK/build cmake .. -DBUILD_DOCS=OFF \ -DBUILD_EXAMPLES=OFF \ -DBUILD_TESTING=OFF \ -DOPENCL_SDK_BUILD_SAMPLES=OFF \ -DOPENCL_SDK_TEST_SAMPLES=OFF cmake --build . --config Release cmake --install . --prefix /some/path Installing CLBlast: it may be found in your operating system's packages. If not, then installing from source: git clone https://github.com/CNugteren/CLBlast.git mkdir CLBlast/build cd CLBLast/build cmake .. -DBUILD_SHARED_LIBS=OFF -DTUNERS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON cmake --build . --config Release cmake --install . --prefix /some/path make LLAMA_CLBLAST=1
llama.cp.txt
· 最后更改: 2023/06/06 13:24 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部