全部 FastVLM 指南
操作步骤
- 1
克隆官方仓库。
- 2
创建文档指定的 Python 3.10 环境。
- 3
以 editable 模式安装仓库。
- 4
下载需要运行的 checkpoint。
示例
Getting started
git clone https://github.com/apple/ml-fastvlm.git
cd ml-fastvlm
conda create -n fastvlm python=3.10
conda activate fastvlm
pip install -e .