mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
update torch-npu version
Former-commit-id: a70d7fcf2967eb30280a1fb845b39db7878f535c
This commit is contained in:
parent
668dea9706
commit
e2cfd34da0
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ extra_require = {
|
|||||||
"qwen": ["tiktoken", "transformers_stream_generator"],
|
"qwen": ["tiktoken", "transformers_stream_generator"],
|
||||||
"modelscope": ["modelscope"],
|
"modelscope": ["modelscope"],
|
||||||
"quality": ["ruff"],
|
"quality": ["ruff"],
|
||||||
"torch_npu": ["torch==2.1.0", "torch_npu==2.1.0", "decorator"]
|
"torch_npu": ["torch==2.1.0", "torch_npu==2.1.0.post3", "decorator"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user