[deps] upgrade transformers to 4.56.1 (#9128)

This commit is contained in:
Yaowei Zheng
2025-09-14 02:26:39 +08:00
committed by GitHub
parent 610a3f1094
commit 52488ac974
5 changed files with 18 additions and 12 deletions

View File

@@ -58,6 +58,10 @@ def is_apollo_available():
return _is_package_available("apollo_torch")
def is_jieba_available():
return _is_package_available("jieba")
def is_gradio_available():
return _is_package_available("gradio")