Closed cacbondioxit closed 10 months ago
Can you show the full trace here? it is very hard to debug with just this logs.
I'm so sorry, I can't reproduce the exactly same error now, for some reason I can't explain why. I will reopen the issue later when I face similar thing again. I'm so sorry for bothering you.
no worries. Please do let me know if there are anything I can help you with.
Thank you so much!
Describe the bug
I was trying to serve MusicGen huggingface model with BentoML. the input of API was json, output was multipart with np.array and text. but it makes something mysterious, which was asyncio.exceptions.CancelledError. It's difficult for me to figure it out what's going on inside, so I report this issue.
To reproduce
Let me show you my codes:
And, Let me show you the traceback I've got. I intentionally hid my directory names with **.
Expected behavior
My code isn't that complicated, and it makes it difficult to find why this error happens. anyway I only need to get some np.array and text from MusicGen model. Thank you.
Environment
bentoml: 1.1.10 python: 3.8.18 transformers: 4.35.2