From fb70a714ed87fe501dec315d9f7ac27086bca10f Mon Sep 17 00:00:00 2001 From: Jethro Gaglione Date: Sun, 11 Feb 2024 17:55:55 -0600 Subject: [PATCH] Tutorial typo fix --- tutorials/pytorch_singlGPU_customMLflow.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tutorials/pytorch_singlGPU_customMLflow.md b/tutorials/pytorch_singlGPU_customMLflow.md index fec565d..3189187 100644 --- a/tutorials/pytorch_singlGPU_customMLflow.md +++ b/tutorials/pytorch_singlGPU_customMLflow.md @@ -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