Skip to content

Commit 774b931

Browse files
WEIFENG2333claudehappy-otter
committed
Add transformers dependency for Fun-ASR-Nano model support
Fun-ASR-Nano is based on Qwen2 architecture which requires transformers library for AutoTokenizer. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent 6033506 commit 774b931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/funasr_server/runtime_template/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies = [
66
"funasr>=1.3.0",
77
"modelscope",
88
"huggingface_hub",
9+
"transformers",
910
"torch>=2.0.0",
1011
"torchaudio>=2.0.0",
1112
"uvicorn>=0.30.0",

0 commit comments

Comments
 (0)