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
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,14 +54,14 @@ cd HPOBench
54
54
pip install .
55
55
```
56
56
57
-
**Note:** This does not install *singularity (version 3.6)*. Please follow the steps described here: [user-guide](https://sylabs.io/guides/3.6/user-guide/quick_start.html#quick-installation-steps).
57
+
**Note:** This does not install *singularity (version 3.8)*. Please follow the steps described here: [user-guide](https://sylabs.io/guides/3.8/user-guide/quick_start.html#quick-installation-steps).
58
58
If you run into problems, using the most recent singularity version might help: [here](https://singularity.hpcng.org/admin-docs/master/installation.html)
59
59
60
60
## Containerized Benchmarks
61
61
62
-
We provide all benchmarks as containerized versions to (i) isolate their dependencies and (ii) keep them reproducible. Our containerized benchmarks do not rely on external dependencies and thus do not change over time. For this, we rely on [Singularity (version 3.6)](https://sylabs.io/guides/3.6/user-guide/) and for now upload all containers to a [gitlab registry](https://gitlab.tf.uni-freiburg.de/muelleph/hpobench-registry/container_registry)
62
+
We provide all benchmarks as containerized versions to (i) isolate their dependencies and (ii) keep them reproducible. Our containerized benchmarks do not rely on external dependencies and thus do not change over time. For this, we rely on [Singularity (version 3.8)](https://sylabs.io/guides/3.8/user-guide/) and for now upload all containers to a [gitlab registry](https://gitlab.tf.uni-freiburg.de/muelleph/hpobench-registry/container_registry)
63
63
64
-
The only other requirements are: [ConfigSpace](https://github.com/automl/ConfigSpace), *scipy*and *numpy*
64
+
The only other requirements are: [ConfigSpace](https://github.com/automl/ConfigSpace), *numpy*, *oslo*and *Pyro4*
65
65
66
66
### Run a Benchmark Locally
67
67
@@ -139,10 +139,9 @@ If you use a benchmark in your experiments, please specify the version number of
139
139
the used container to ensure reproducibility. When starting an experiment, HPOBench writes automatically these two version numbers to the log.
140
140
141
141
### Troubleshooting and Further Notes
142
-
143
142
-**Singularity throws an 'Invalid Image format' exception**
144
-
Use a singularity version > 3. For users of the Meta-Cluster in Freiburg, you have to set the following path:
0 commit comments