update cann kernels url

Former-commit-id: 23c65e9d7e8817b5815264e44cbf4a7bcb88d3d7
This commit is contained in:
MengqingCao
2024-05-29 09:53:31 +00:00
parent 60f6fc3935
commit ecada19358
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ extra_require = {
"qwen": ["tiktoken", "transformers_stream_generator"],
"modelscope": ["modelscope"],
"quality": ["ruff"],
"torch_npu": ["torch==2.2.0", "torch_npu==2.2.0", "decorator"]
"torch_npu": ["torch==2.1.0", "torch_npu==2.1.0", "decorator"]
}