lm-sys/FastChat

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

Ouverte

#1 744 ouverte le 20 juin 2023

 (1 commentaire) (0 réaction) (0 personne assignée)Python (4 736 forks)batch import
good first issue

Métriques du dépôt

Stars
 (38 959 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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?

Guide contributeur