Bob.Liu

Results 6 issues of 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...

triaged

### 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...

feature-request
bettertransformer

### 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...

🐞 bug
stale
cloud

### 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...

🌊 feat:workflow

### 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") ```...

bug