超越原版性能!GLM-5.1-NVFP4模型GSM8K基准测试95.68%准确率实战指南
2026/7/13 20:48:36
https://github.com/pybind/pybind11
git clone https://github.com/pybind/pybind11.git将pybind11移动到extern目录下:
mkdir extern mv ./pybind11/ ./extern/编写CMakeLists.txt:
cmake_minimum_required(VERSION 3.20) project(example) set(PYTHON_EXECUTABLE /home/stzz/miniforge3/envs/pybind11_envs/bin/python) set(PYTHON_INCLU