chenly15
chenly15
### Describe the bug If I use 'nsys profile' to run the script https://github.com/siliconflow/onediff/blob/main/onediff_diffusers_extensions/examples/text_to_image.py, the segmentation fauls happends. ### Your environment ubuntu 20.04,torch==2.0.1+cu118,diffusers==0.27.2, transformers==4.40.1, GPU A10 #### OneDiff git commit...
### Describe the bug 使用nsys时会在import oneflow as flow处就报错,不使用nsys程序能正常运行,跑的例子是这个 https://github.com/siliconflow/onediff/blob/main/onediff_diffusers_extensions/examples/text_to_image.py ### Your environment ubuntu 20.04,torch==2.0.1+cu118,diffusers==0.27.2, transformers==4.40.1, GPU A10 #### OneDiff git commit id b9d0ae82445ac858206bc12a8fe8dfd765e75d65 #### OneFlow version info version: 0.9.1.dev20240427+cu118 git_commit:...
In the techniques, I found GroupNorm was effective to speed up. But when I tested the speed between triton and torch operations, I found triton was slower than torch. The...
### Please confirm before submission 在提交之前,请确认 - [x] I have searched for existing issues [search for existing issues](https://github.com/junjiem/dify-plugin-tools-mcp_sse/issues), including closed ones. 我已经搜索了现有问题[搜索现有问题](https://github.com/junjiem/dify-plugin-tools-mcp_sse/issues),包括已关闭的问题。" ### Dify version Dify版本 dify cloud,具体版本不明 ### Plugin...
### 先决条件 - [x] 我已经搜索过 [问题](https://github.com/open-compass/opencompass/issues/) 和 [讨论](https://github.com/open-compass/opencompass/discussions) 但未得到预期的帮助。 - [x] 错误在 [最新版本](https://github.com/open-compass/opencompass) 中尚未被修复。 ### 问题类型 我正在使用官方支持的任务/模型/数据集进行评估。 ### 环境 {'CUDA available': False, 'GCC': 'Apple clang version 16.0.0 (clang-1600.0.26.6)', 'MMEngine': '0.10.7',...
https://github.com/IAAR-Shanghai/CRUD_RAG/issues/33 看了上面链接的issue,还是有些疑问。 作者你好,想请问"news1"、“news2”、“news3”是怎么得到的,是来自data/80000_docs整理来的吗? 我尝试根据new1的内容去80000_docs溯源,例如图中关于“陕西西安发放了500万元....”,在data/80000_docs搜索“500万元”,完全找不到相关的新闻。在split_merged.json中,对于每个questions,能确保在data/80000_docs中有类似的doc吗?