Update README.md
Browse files
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/
|
| 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.
|