fix: pydantic warning validator not returning self (#2474)

This commit is contained in:
NanoCode012
2025-04-02 18:40:49 +07:00
committed by GitHub
parent 0bfa180f7d
commit 80ba4b69f1

View File

@@ -1290,3 +1290,5 @@ class AxolotlConfigWCapabilities(AxolotlInputConfig):
LOG.warning(
f"torch=={torch_version} may not be supported in future versions. Please consider upgrading to torch>=2.5.1."
)
return self