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?