Bob.Liu
Bob.Liu
if you can make a demo, it will be very useful to understand your code. thank you.
I want to implement a plug-in for the operator Unique. But I don’t know how to determine its output dimension, because it cannot be determined directly based on the input...
### Feature request is it possible to support Baichuan model with BetterTransformer? https://huggingface.co/baichuan-inc/Baichuan-13B-Chat ### Motivation A very popular Chinese and English large language model. ### Your contribution hope you can...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
【Memory Leak】Under pressure testing, there will be a memory leak until OOM (Out of Memory) occurs.
### Description # Server code: ``` from fastmcp import FastMCP mcp = FastMCP("My MCP Server") @mcp.tool def greet(name: str) -> str: return f"Hello, {name}!" if __name__ == "__main__": mcp.run(transport="streamable-http") ```...