2025年10月
2025年10月01日
Brew Mac 安装
- Homebrew 官方网站:https://brew.sh/zh-cn/

执行官网安装命令:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
执行上述命令之后,需要根据Homebrew的提示,执行下面的命令将Homebrew添加到PATH中:
==> Next steps:
- Run these commands in your terminal to add Homebrew to your PATH:
echo >> /Users/krian/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/krian/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
2025年10月03日
2025年10月10日
- Pytorch 学习
2025年10月13日
- Pytorch 学习(P70)矩阵相乘的广播机制
2025年10月28日
MacTex Latex MAC 版本:https://www.tug.org/mactex/mactex-download.html