lm-sys/FastChat

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

Aberta

#1.744 aberto em 20 de jun. de 2023

 (1 comentário) (0 reação) (0 responsável)Python (4.736 forks)batch import
good first issue

Métricas do repositório

Stars
 (38.959 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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?

Guia do colaborador