Skip to content

Commit c061875

Browse files
committed
autotuner: pin packages version
Recent versions of colorama and bayesian-optimization crash, these versions are known to work without issue. Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 44907d1 commit c061875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/AutoTuner/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ local machine has at least Python 3.7.x before continuing.
210210

211211
```bash
212212
pip3 install -U --user 'ray[default,tune]==1.11.0' ax-platform hyperopt nevergrad optuna pandas
213+
pip3 install -U --user colorama==0.4.4 bayesian-optimization==1.4.0
213214
```
214215

215216
Start the port forwarding:

0 commit comments

Comments
 (0)