transformers
fix: Updated the `is_torch_mps_available()` function to include `min_version` argument
#32545
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
13
Changes
View On
GitHub
Commits
Fixed wrong argument in is_torch_mps_available() function call.
Sai-Suraj-27
committed
1 year ago
Fixed wrong argument in is_torch_mps_available() function call.
Sai-Suraj-27
committed
1 year ago
sorted the import.
Sai-Suraj-27
committed
1 year ago
Fixed wrong argument in is_torch_mps_available() function call.
Sai-Suraj-27
committed
1 year ago
Fixed wrong argument in is_torch_mps_available() function call.
Sai-Suraj-27
committed
1 year ago
Merge branch 'main' of https://github.com/huggingface/transformers into fix_is_torch_mps_available
Sai-Suraj-27
committed
1 year ago
Merge branch 'main' of https://github.com/huggingface/transformers into fix_is_torch_mps_available
Sai-Suraj-27
committed
1 year ago
Update src/transformers/utils/import_utils.py
Sai-Suraj-27
committed
1 year ago
Merge branch 'main' of https://github.com/huggingface/transformers into fix_is_torch_mps_available
Sai-Suraj-27
committed
1 year ago
Merge branch 'fix_is_torch_mps_available' of https://github.com/Sai-Suraj-27/transformers into fix_is_torch_mps_available
Sai-Suraj-27
committed
1 year ago
removed extra space.
Sai-Suraj-27
committed
1 year ago
Added type hint for the min_version parameter.
Sai-Suraj-27
committed
1 year ago
Added missing import.
Sai-Suraj-27
committed
1 year ago
Loading