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
Update the version check: Instead of requesting the same version, we check if the configuration file version and the
hpobench version are in the same partition. Each hpobench version that has a compatible configuration file definition
is in the same distribution.
Introduce a new version of the XGBoostBenchmark: A benchmark with an additional parameter, booster.
New Parameter Container Tag:
The container-benchmark interface takes as input an optional container tag. by specifying this parameter,
different container are downloaded from the registry.
Improve the procedure to find a container on the local filesystem:
If a container_source is given, we check if it is either the direct address of a container on the filesystem
or a directory. In case, it is a directory, we try to find the correct container in this directory by appending the
container_tag to the container_name. (<container_source>/<container_name_<container_tag>)