fastchat-t5-3b-v1.0 on macOS?
@DachengLi1 is already working on this.
Since May 4, 2023.
- Dominant language
- Python
- Stars
- 39.5k
- Forks
- 4.8k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm trying to use fastchat-t5-3b-v1.0 on macOS following the instructions in the README.
```
Simply run the line below to start chatting. It will automatically download the weights from a Hugging Face repo.
python3 -m fastchat.serve.cli --model-path lmsys/fastchat-t5-3b-v1.0
```
When I do this, I get the error "Torch not compiled with CUDA enabled".
I added `--device mps --load-8bit` to run it as
```
python3 -m fastchat.serve.cli --model-path lmsys/fastchat-t5-3b-v1.0 --device mps --load-8bit
```
And that gives a different error: "Unrecognized configuration class for this kind of AutoModel: AutoModelForCausalLM".
Is this usable without CUDA?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.