Files
wehub-resource-sync 2aaeece67c
Codestyle Check / Lint (push) Has been cancelled
Codestyle Check / Check bypass (push) Has been cancelled
Pipelines-Test / Pipelines-Test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:37:14 +08:00

18 lines
348 B
Markdown

# cpu-custom-ops
## 快速开始
### 1.环境准备
```shell
# 查询机器是否支持 avx512指令
lscpu | grep avx512*
```
### 2.安装 cpu 自定义算子和第三方库
```shell
#建议在 gcc 9.4.0 下安装第三方库
bash setup.sh
```
**Note:**
包含 avx 指令 CPU 机器大模型推理教程 [X86 CPU](../../llm/docs/cpu_install.md)