mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 16:18:10 +08:00
Update parser.py
Former-commit-id: 898239883afc79f03abd0dc276eef901662a9591
This commit is contained in:
parent
191971865d
commit
7ecea08b9b
@ -82,9 +82,6 @@ def _check_extra_dependencies(
|
|||||||
if model_args.use_unsloth:
|
if model_args.use_unsloth:
|
||||||
require_version("unsloth", "Please install unsloth: https://github.com/unslothai/unsloth")
|
require_version("unsloth", "Please install unsloth: https://github.com/unslothai/unsloth")
|
||||||
|
|
||||||
if model_args.mixture_of_depths:
|
|
||||||
require_version("mixture-of-depth", "To fix: pip install mixture-of-depth")
|
|
||||||
|
|
||||||
if model_args.infer_backend == "vllm":
|
if model_args.infer_backend == "vllm":
|
||||||
require_version("vllm>=0.3.3", "To fix: pip install vllm>=0.3.3")
|
require_version("vllm>=0.3.3", "To fix: pip install vllm>=0.3.3")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user