You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.logger.warning("Imported config was made for cesnet-tszoo package of version '%s', but current used cesnet-tszoo package version is '%s'!", self.config_to_update.version, version.current_version)
self.logger.warning("Imported config was made for cesnet-tszoo configs of version '%s', but current supported cesnet-tszoo config version is '%s'!", self.config_to_update.version, version.config_and_benchmarks_current_version)
148
148
self.logger.warning("Will try to update the config. It is recommended to recreate this config or at least export this config alone or through benchmark to create updated config file.")
self.logger.error("Imported config was made for cesnet-tszoo package of version '%s', but current used cesnet-tszoo package version is '%s'!", self.config_to_update.version, version.current_version)
self.logger.error("Imported config was made for cesnet-tszoo configs of version '%s', but current supported cesnet-tszoo config version is '%s'!", self.config_to_update.version, version.config_and_benchmarks_current_version)
151
151
self.logger.error("Update cesnet-tszoo package to use this config.")
152
-
raiseValueError(f"Imported config was made for cesnet-tszoo package of version '{self.config_to_update.version}', but current used cesnet-tszoo package version is '{version.current_version}'!")
152
+
raiseValueError(f"Imported config was made for cesnet-tszoo configs of version '{self.config_to_update.version}', but current supported cesnet-tszoo config version is '{version.config_and_benchmarks_current_version}'!")
153
153
154
154
def__scaler_to_transformer_version_update(self):
155
155
self.logger.debug("Updating attributes from scaler variant to transformer variant.")
0 commit comments