Skip to content

Commit

Permalink
Fix setup README and tensorboard version (#975)
Browse files Browse the repository at this point in the history
* fix tensorboard version

* add setup wandb tensorboard
  • Loading branch information
Taishi-N324 committed Jun 22, 2023
1 parent c00ce70 commit cfce548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ To install the remaining basic dependencies, run:

```bash
pip install -r requirements/requirements.txt
pip install -r requirements/requirements-wandb.txt
pip install -r requirements/requirements-tensorboard.txt
python ./megatron/fused_kernels/setup.py install # optional if not using fused kernels
```

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-tensorboard.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorboard==2.5.0
tensorboard==2.13.0

0 comments on commit cfce548

Please sign in to comment.