/images/avatar.png

valgrind qcachegrind 性能分析工具

介绍qcachegrind 查看 valgrind 性能检测结果的工具 官方地址 https://kcachegrind.github.io/html/Home.html Valgrind 分析 https://valgrind.org/downloads/current.html 分析工具 kcachegrind https://apps.kde.org/kcachegrind/ macOS https://github.com/LouisBrunner/homebrew-valgrind https://stackoverflow.com/questions/69792467/memory-check-on-macos-12-monterey install windows tool wincachegrind 分析工具 wincachegrind https://sourceforge.net/projects/wincachegrind/ kcachegrind 分析工具 kcachegrind https://apps.kde.org/kcachegrind/ 使用文档 https://docs.kde.org/stable5/en/kcachegrind/kcachegrind/index.html 安装:kc

drone fatal gitlab ACTIVATE REPOSITORY 500

故障表现drone 能查看 Repository 但在点击 ACTIVATE REPOSITORY 时报错 500 原因drone 是通过 webhook 来根 gitlab 通信的,需要 gitlab 打开某些安全设置 gitlab 配置,参加官方文档 https://docs.gitlab.com/ee/security/webhooks.html 修复方法勾选 Allow

JittorLLMs windows 使用

介绍JittorLLL 计图大模型推理库 成本低:相比同类框架,本库可大幅降低硬件配置要求(减少80%),没有显卡,2G内存就能跑大模型,人人皆

Pytorch macOS Apple Silicon 配置

配置前检查环境 卸载 Anaconda,安装 arm64 架构的 miniforge3 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 $ brew uninstall miniconda $ cd ~/Downloads $ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh -O Miniforge3-MacOSX-arm64.sh Miniforge3 will now be installed into this location: /Users/${USER}/miniforge3 - Press