Summary
When we execute OneComp, the followin warning message is shown.
[transformers] `torch_dtype` is deprecated! Use `dtype` instead!
Environment
- OneComp 1.13.1
- Python 3.12.14
- transformers 5.14.1
Suggested Fix
We use dtype argument insted of torch_dtype when we execute transformers.
Summary
When we execute OneComp, the followin warning message is shown.
Environment
Suggested Fix
We use
dtypeargument insted oftorch_dtypewhen we execute transformers.