全部 FastVLM 指南
操作步骤
- 1
使用当前支持 WebGPU 的浏览器。
- 2
打开 FastVLM Playground,等待模型下载与编译。
- 3
只在需要实时输入时授权摄像头。
- 4
尽量只在一个活动标签页中推理,降低显存压力。
示例
Browser
// Browser capability check
const hasWebGPU = "gpu" in navigator;
console.log({ hasWebGPU });