FastVLM ガイド一覧
実行前の準備
公式アプリは macOS 15.2+ / iOS 18.2+ と互換 Xcode が必要。ビルド前にモデルを取得します。最初は空のモデルフォルダーを使い、独自モデルは切り替え前に別の場所に保存してください。
最初の結果を確認
Xcode で端末と署名を設定してビルド・実行。画像かカメラに質問し、回答と TTFT を確認します。
Stage2 / Stage3 と Apple Silicon 形式 →2026年9月12日出典確認。性能は実行端末に依存します。
手順
- 1
OS 標準 FastVLM API を前提にせず、Apple のデモプロジェクトを使用します。
- 2
リポジトリの手順でモデルを取得します。
- 3
互換 Xcode でプロジェクトをビルドします。
- 4
対象端末ごとにメモリと遅延を測定します。
例
iPhone
git clone https://github.com/apple-aiml-research/ml-fastvlm.git
cd ml-fastvlm
chmod +x app/get_pretrained_mlx_model.sh
app/get_pretrained_mlx_model.sh --model 0.5b --dest app/FastVLM/model
open app/FastVLM/FastVLM.xcodeproj
# Select an iOS 18.2+ device, configure signing, then Build and Run.