Python 代码
Python 虚拟环境
python -m venv .venv
source .venv/bin/activate
从Hugging Face 上下载模型
# 安装 Git Large File Storage
brew install git-lfs
#
python -m venv .venv
source .venv/bin/activate
# 安装 Git Large File Storage
brew install git-lfs
#