Skip to content

Commit

Permalink
Docs: Fix link to Zeus doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung authored Feb 16, 2024
1 parent 5c41ab4 commit b2fccb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/huggingface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Use the included requirements.txt file to include all extra dependencies:

## `ZeusMonitor` and `HFGlobalPowerLimitOptimizer`

- [`ZeusMonitor`](http://ml.energy/zeus/reference/monitor/#zeus.monitor.ZeusMonitor): Measures the GPU time and energy consumption of arbitrary code blocks.
- [`ZeusMonitor`](https://ml.energy/zeus/reference/monitor/energy/#zeus.monitor.energy.ZeusMonitor): Measures the GPU time and energy consumption of arbitrary code blocks.
- [`HFGlobalPowerLimitOptimizer`](https://ml.energy/zeus/reference/optimizer/power_limit/#zeus.optimizer.power_limit.HFGlobalPowerLimitOptimizer): Online-profiles each power limit with `ZeusMonitor` and finds the cost-optimal power limit. Calls GlobalPowerLimitOptimizer under the hood.

## Integration with HuggingFace 🤗 Trainer
Expand Down Expand Up @@ -44,4 +44,4 @@ python run_clm.py \
--do_train \
--do_eval \
--output_dir /tmp/test-clm
```
```

0 comments on commit b2fccb3

Please sign in to comment.