nmmursit commited on
Commit
c18cf18
·
verified ·
1 Parent(s): 64162f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -132,7 +132,7 @@ The training progress has been profiled using **pytorch-profiler** tool.
132
  1. pip install the versions that mentioned in the dependencies section of these libs tensorboard and tensorboard-data-server.
133
  2. Visualize pytorch profiles by runing the command provided below.
134
  ```python
135
- tensorboard --logdir="/gpfs/scratch/ehpc317/esavirdi/dual_precision_training/profiles/Llama-3.1-8B-Instruct_w16a8_rowwise_with_gw_hp" --port="6006"
136
  ````
137
 
138
 
 
132
  1. pip install the versions that mentioned in the dependencies section of these libs tensorboard and tensorboard-data-server.
133
  2. Visualize pytorch profiles by runing the command provided below.
134
  ```python
135
+ tensorboard --logdir="./Llama-3.1-8B-Instruct_w16a8_rowwise_with_gw_hp" --port="6006"
136
  ````
137
 
138