mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
[tune] pin tune-sklearn (#9498)
This commit is contained in:
@@ -97,8 +97,8 @@ $SUPPRESS_OUTPUT docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE}
|
||||
python /ray/python/ray/tune/examples/hyperopt_example.py \
|
||||
--smoke-test
|
||||
|
||||
# $SUPPRESS_OUTPUT docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} --memory-swap=-1 $DOCKER_SHA \
|
||||
# python /ray/doc/source/tune/_tutorials/tune-sklearn.py
|
||||
$SUPPRESS_OUTPUT docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} --memory-swap=-1 $DOCKER_SHA \
|
||||
python /ray/doc/source/tune/_tutorials/tune-sklearn.py
|
||||
|
||||
# if [[ ! -z "$SIGOPT_KEY" ]]; then
|
||||
# $SUPPRESS_OUTPUT docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} --memory-swap=-1 -e SIGOPT_KEY $DOCKER_SHA \
|
||||
|
||||
@@ -24,4 +24,5 @@ sphinx_rtd_theme
|
||||
tabulate
|
||||
uvicorn
|
||||
werkzeug
|
||||
git+https://github.com/ray-project/tune-sklearn.git#egg=tune-sklearn
|
||||
tune-sklearn==0.0.5
|
||||
scikit-optimize
|
||||
|
||||
@@ -32,4 +32,4 @@ xgboost
|
||||
zoopt>=0.4.0
|
||||
timm
|
||||
dataclasses
|
||||
git+https://github.com/ray-project/tune-sklearn.git#egg=tune-sklearn
|
||||
tune-sklearn==0.0.5
|
||||
|
||||
Reference in New Issue
Block a user