mindnlp
mindnlp copied to clipboard
Easy-to-use and high-performance NLP and LLM framework based on MindSpore, compatible with models and datasets of 🤗Huggingface.
**Describe the bug/ 问题描述 (Mandatory / 必填)** 在DINOv2模型迁移时遇到该问题, PR链接:https://github.com/mindspore-lab/mindnlp/pull/1375, mindnlp/transformers/models/dinov2/modeling_dinov2.py:line83 mindspore.ops.interpolate不支持mode="bicubic"模式下传入scale_factor参数。 根据官方文档,若添加recompute_scale_factor=True可规避报错,但当scale_factor为浮点数时会产生精度误差。 官方文档:https://www.mindspore.cn/docs/zh-CN/master/note/api_mapping/pytorch_diff/interpolate.html - **Hardware Environment(`Ascend`/`GPU`/`CPU`) / 硬件环境**: - **Software Environment / 软件环境 (Mandatory / 必填)**: - **Excute Mode /...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug/ 问题描述 (Mandatory / 必填)** 调用from mindnlp.modules import Accumulator,运行代码出现RuntimeError: Failed to import transformers.pipelines because of the following error (look up to see its traceback) ...
希望适配支持 EMU2多模态模型 github连接:https://github.com/baaivision/Emu/tree/main/Emu2 huggingface连接:https://huggingface.co/BAAI/Emu2
- issue: https://gitee.com/mindspore/community/issues/IAAMF7 - 华为云AI gallery 链接: https://developer.huaweicloud.com/develop/aigallery/notebook/detail?id=d5190745-3444-4e99-a6b2-1c6acc36fc56
**Describe the bug/ 问题描述 (Mandatory / 必填)** 执行CI过程中出现以下问题: 1. ut有些跳过,有些在安装依赖时出错  2. release test在pytest时出错  3. 单个模型测试时,没有改动的模型出现测试失败(没有对报错的文件进行修改)  4. 单个模型测试时,直接跳过有些模型(speech_to_text模型迁移,但是CI直接跳过,没有测试对应部分)  - **Hardware Environment(`Ascend`/`GPU`/`CPU`) / 硬件环境**: > /device CPU -...
任务链接: https://gitee.com/mindspore/community/issues/I9UZW2
先提一个pr,最近修改完毕并合入。