Skip to content

Commit 65d7154

Browse files
fix ci errors
1 parent dc1459f commit 65d7154

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

beginner_source/hta_trace_diff_tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ The `TraceDiff <https://hta.readthedocs.io/en/latest/source/api/trace_diff_api.h
3434
#. `visualize_duration_diff
3535
<https://hta.readthedocs.io/en/latest/source/api/trace_diff_api.html#hta.trace_diff.TraceDiff.visualize_duration_diff>`_
3636

37-
The last two methods can be used to visualize various changes in counts and
38-
durations of CPU operators and GPU kernels using the output of the
37+
The last two methods can be used to visualize various changes in frequency and
38+
duration of CPU operators and GPU kernels, using the output of the
3939
``compare_traces`` method.
4040

4141
E.g. The top 10 operators with increase in frequency can be computed as
@@ -63,5 +63,5 @@ follows:
6363

6464
For a detailed example of this feature see the `trace_diff_demo notebook
6565
<https://github.com/facebookresearch/HolisticTraceAnalysis/blob/main/examples/trace_diff_demo.ipynb>`_
66-
in the examples folder of the repo.
66+
in the examples folder of the repository.
6767

en-wordlist.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,3 +554,15 @@ pre
554554
otsu
555555
rgb
556556
histologically
557+
Conda
558+
CudaLaunchKernel
559+
CudaMemcpyAsync
560+
CudaMemsetAsync
561+
HTA
562+
bw
563+
conda
564+
cuda
565+
enqueuing
566+
jupyter
567+
memcpy
568+
memset

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bs4
2020
awscliv2==2.1.1
2121
flask
2222
spacy==3.4.1
23-
#ray[tune]==2.4.0
23+
ray[tune]==2.4.0
2424
tensorboard
2525
jinja2==3.0.3
2626
pytorch-lightning
@@ -32,9 +32,9 @@ nbformat>=4.2.0
3232
datasets
3333
transformers
3434
torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
35-
#onnx
36-
#onnxscript
37-
#onnxruntime
35+
onnx
36+
onnxscript
37+
onnxruntime
3838

3939
importlib-metadata==6.8.0
4040

@@ -58,6 +58,6 @@ pyopengl
5858
gymnasium[mujoco]==0.27.0
5959
timm
6060
iopath
61-
#pygame==2.1.2
61+
pygame==2.1.2
6262
pycocotools
6363
semilearn==0.3.2

0 commit comments

Comments
 (0)