-
Notifications
You must be signed in to change notification settings - Fork 260
Description
Describe the bug/ 问题描述 (Mandatory / 必填)
A clear and concise description of what the bug is.
FAILED tests/diffusers/tests/models/transformers/test_models_transformer_hunyuan_video_framepack.py::HunyuanVideoTransformer3DTests::test_determinism - RuntimeError: No implementation for function: avg_pool3d on CPU.
- Hardware Environment(
Ascend/GPU/CPU) / 硬件环境:
Please delete the backend not involved / 请删除不涉及的后端:
/device ascend/GPU/CPU/kirin/等其他芯片
-
Software Environment / 软件环境 (Mandatory / 必填):
-- MindSpore version 2.7.1 (e.g., 1.7.0.Bxxx) :
-- Python version 3.10 (e.g., Python 3.7.5) :
-- OS platform and distribution (e.g., Linux Ubuntu 16.04):
-- GCC/Compiler version (if compiled from source): -
Excute Mode / 执行模式 (Mandatory / 必填)(
PyNative/Graph):
Please delete the mode not involved / 请删除不涉及的模式:
/mode pynative
/mode graph
To Reproduce / 重现步骤 (Mandatory / 必填)
Steps to reproduce the behavior:
1.下载mindnlp源码
git clone https://github.com/mindspore-lab/mindnlp/
2.下载transformers/diffusers源码
cd mindnlp
cd tests
git clone https://gitee.com/mirrors/diffusers -b v0.35.2
cd ..
3.安装mindnlp依赖
pip install -r requirements/requirements.txt
4.测试
diffusers:
python tests/run_test.py -vs tests/diffusers/tests/models/transformers/test_models_transformer_hunyuan_video.py
Expected behavior / 预期结果 (Mandatory / 必填)
A clear and concise description of what you expected to happen.
测试案例通过
Screenshots/ 日志 / 截图 (Mandatory / 必填)
If applicable, add screenshots to help explain your problem.
Additional context / 备注 (Optional / 选填)
Add any other context about the problem here.