You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
My own task or dataset (give details below)
Reproduction
I'm using c3 dataset to finetune Qwen2.5-3B-Instruct for classification task. The code runs successfully on a cuda device, while I try to run the same code on the mps device, got error messages below
The following are the most important part of my code:
System Info
version information:
transformers -- 4.48.1
torch -- 2.2.2
accelerate -- 1.3.0
system -- mac os 15.2 (24C101)
Who can help?
@muellerzr @SunMarc
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
I'm using c3 dataset to finetune Qwen2.5-3B-Instruct for classification task. The code runs successfully on a cuda device, while I try to run the same code on the mps device, got error messages below
The following are the most important part of my code:
Expected behavior
The code runs sucessfully
The text was updated successfully, but these errors were encountered: