Skip to content

Commit

Permalink
Merge branch 'master' into train-examples
Browse files Browse the repository at this point in the history
Signed-off-by: angelinalg <[email protected]>
  • Loading branch information
angelinalg committed Sep 13, 2023
2 parents 55f348f + b00d029 commit 6368840
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/train/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Intermediate
- :ref:`Fine-tune of Stable Diffusion with DreamBooth and Ray Train <torch_finetune_dreambooth_ex>`
* - Lightning
- :ref:`Train with PyTorch Lightning and Ray Data <lightning_advanced_example>`
* - Accelerate
- :ref:`Fine-tune a text classifier on GLUE Benchmark with Hugging Face Accelerate <train_transformers_accelerate_example>`
* - Transformers
- :ref:`Fine-tune a Text Classifier on GLUE Benchmark with Hugging Face Accelerate <train_transformers_glue_example>`


Advanced
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"(train_transformers_accelerate_example)=\n",
"(train_transformers_glue_example)=\n",
"\n",
"# Fine-tune a Hugging Face Transformers Model"
]
Expand Down
2 changes: 1 addition & 1 deletion doc/source/tune/api/suggestion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ See the `BOHB paper <https://arxiv.org/abs/1807.01774>`_ for more details.
BlendSearch (tune.search.flaml.BlendSearch)
-------------------------------------------

BlendSearch is an economical hyperparameter optimization algorithm that combines combines local search with global search.
BlendSearch is an economical hyperparameter optimization algorithm that combines local search with global search.
It is backed by the `FLAML library <https://github.com/microsoft/FLAML>`_.
It allows the users to specify a low-cost initial point as input if such point exists.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
set_seed,
)

import ray
import ray.train
from ray.train import DataConfig, ScalingConfig, Checkpoint
from ray.train.torch import TorchTrainer
Expand Down

0 comments on commit 6368840

Please sign in to comment.