update cann kernels url

This commit is contained in:
MengqingCao
2024-05-29 09:53:31 +00:00
parent cd67d6eeb5
commit e14f5b37e4
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"]
}