lm-sys/FastChat

Support fastchat-t5-3b-v1.0 on M2 GPU model

Open

#1,744 创建于 2023年6月20日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (4,736 fork)batch import
good first issue

仓库指标

Star
 (38,959 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

CPU model working fine python -m fastchat.serve.cli --model-path /path/to/fastchat-t5-3b-v1.0 --device cpu

GPU models both got errors python -m fastchat.serve.cli --model-path /path/to/fastchat-t5-3b-v1.0 --device mps --load-8bit python -m fastchat.serve.cli --model-path /path/to/fastchat-t5-3b-v1.0 --device mps

So, does fastchat-t5-3b-v1.0 can running on Mac --device mps?

贡献者指南