Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Can't find model for *****/tts/FunAudioLLM/CosyVoice2-0.5B@SILICONFLOW #6244

Open
4 tasks done
Jiaxi-Huang opened this issue Mar 18, 2025 · 0 comments
Open
4 tasks done

Comments

@Jiaxi-Huang
Copy link

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (Language Policy).
  • Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
  • Please do not modify this template :) and fill in all the required fields.

RAGFlow workspace code commit ID

baf3b9b

RAGFlow image version

v17.0.2

Other environment information

Actual behavior

Right input API-KEY and other model's response works well, but when tab "read the content",it comes out with AssertionError("Can't find model for f36f2bf803d811f095420242ac120005/tts/FunAudioLLM/CosyVoice2-0.5B@SILICONFLOW")
logs:
2025-03-18 18:10:41,170 ERROR 19 Can't find model for f36f2bf803d811f095420242ac120005/tts/FunAudioLLM/CosyVoice2-0.5B@SILICONFLOW
Traceback (most recent call last):
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request
rv = self.dispatch_request()
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 865, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
File "/ragflow/.venv/lib/python3.10/site-packages/flask_login/utils.py", line 290, in decorated_view
return current_app.ensure_sync(func)(*args, **kwargs)
File "/ragflow/api/apps/conversation_app.py", line 276, in tts
tts_mdl = LLMBundle(tenants[0]["tenant_id"], LLMType.TTS, tts_id)
File "/ragflow/api/db/services/llm_service.py", line 234, in init
assert self.mdl, "Can't find model for {}/{}/{}".format(
AssertionError: Can't find model for f36f2bf803d811f095420242ac120005/tts/FunAudioLLM/CosyVoice2-0.5B@SILICONFLOW

Expected behavior

No response

Steps to reproduce

docker compose -f docker-compose.yml up -d

Additional information

No response

KevinHuSh added a commit that referenced this issue Mar 19, 2025
### What problem does this PR solve?

#6244

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
liwenju0 pushed a commit to liwenju0/ragflow that referenced this issue Mar 20, 2025
### What problem does this PR solve?

infiniflow#6244

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants