Update how to use
Browse files- app_training.py +2 -1
app_training.py
CHANGED
@@ -87,7 +87,8 @@ def create_training_demo(trainer: Trainer,
|
|
87 |
- It takes a few minutes to download the base model first.
|
88 |
- It will take about 8 minutes to train for 1000 steps with a T4 GPU.
|
89 |
- You may want to try a small number of steps first, like 1, to see if everything works fine in your environment.
|
90 |
-
- You
|
|
|
91 |
- **Note:** Due to [this issue](https://github.com/huggingface/accelerate/issues/944), currently, training will not terminate properly if you use W&B.
|
92 |
''')
|
93 |
|
|
|
87 |
- It takes a few minutes to download the base model first.
|
88 |
- It will take about 8 minutes to train for 1000 steps with a T4 GPU.
|
89 |
- You may want to try a small number of steps first, like 1, to see if everything works fine in your environment.
|
90 |
+
- You can check the training status by pressing the "Open logs" button if you are running this on your Space.
|
91 |
+
- You need to set the environment variable `WANDB_API_KEY` if you'd like to use [W&B](https://wandb.ai/site). See [W&B documentation](https://docs.wandb.ai/guides/track/advanced/environment-variables).
|
92 |
- **Note:** Due to [this issue](https://github.com/huggingface/accelerate/issues/944), currently, training will not terminate properly if you use W&B.
|
93 |
''')
|
94 |
|