nmmursit commited on
Commit
72c11d1
·
verified ·
1 Parent(s): 75da7e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -147,7 +147,7 @@ To visualize the usage of the memory and gpu's vram/utilis and more you can prof
147
  1. pip install the versions that mentioned in the dependencies section of these libs tensorboard and tensorboard-data-server.
148
  2. Visualize pytorch profiles by runing the command provided below.
149
  ```python
150
- tensorboard --logdir="/gpfs/scratch/ehpc317/esavirdi/startClean/profiles/bfp16_fp8_1node" --port="6006" --bind_all
151
  ````
152
  - follow the steps to visualize with **nsight systems**:
153
  1. download the files on to you local machine.
 
147
  1. pip install the versions that mentioned in the dependencies section of these libs tensorboard and tensorboard-data-server.
148
  2. Visualize pytorch profiles by runing the command provided below.
149
  ```python
150
+ tensorboard --logdir="/gpfs/scratch/ehpc317/esavirdi/dual_precision_training/profiles/Llama-3.1-8B-Instruct_tensorwise" --port="6006"
151
  ````
152
  - follow the steps to visualize with **nsight systems**:
153
  1. download the files on to you local machine.