fix: pydantic warning validator not returning self (#2474)
This commit is contained in:
@@ -1290,3 +1290,5 @@ class AxolotlConfigWCapabilities(AxolotlInputConfig):
|
|||||||
LOG.warning(
|
LOG.warning(
|
||||||
f"torch=={torch_version} may not be supported in future versions. Please consider upgrading to torch>=2.5.1."
|
f"torch=={torch_version} may not be supported in future versions. Please consider upgrading to torch>=2.5.1."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
return self
|
||||||
|
|||||||
Reference in New Issue
Block a user