FastVLM ガイド一覧
手順
- 1
公式リポジトリをクローンします。
- 2
文書どおり Python 3.10 環境を作成します。
- 3
編集可能モードでインストールします。
- 4
実行するチェックポイントを取得します。
例
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 .