mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-22 21:52:51 +08:00
update torch-npu version
Former-commit-id: b19d33b9d205911ffd191bd0eadddd162b692e68
This commit is contained in:
parent
29fe1cd688
commit
2192616770
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