Skip to content

Commit

Permalink
Tutorial typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Gaglione committed Feb 11, 2024
1 parent 5602050 commit fb70a71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tutorials/pytorch_singlGPU_customMLflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ tqdm==4.66.1
In addition to these, we will also install two packages that will allow us to track system metrics on our MLflow server. This will allow us to monitor CPU/GPU usage, memory usage, etc.:
```bash
pip install psutil
<<<<<<< HEAD
pup install pynvml
=======
pip install pynvml
>>>>>>> 0961f75464f27217dd2ff795166de6c7b183781b
```
and now we will activate the environemnt variable related to system metrics tracking:
```bash
Expand Down

0 comments on commit fb70a71

Please sign in to comment.