Skip to content

Commit 83c3055

Browse files
committed
Updatae
1 parent ffa2e39 commit 83c3055

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# --extra-index-url https://download.pytorch.org/whl/cu117/index.html # Use this to run/publish tutorials against the latest binaries during the RC stage. Comment out after the release. Each release verify the correct cuda version.
22
# Refer to ./jenkins/build.sh for tutorial build instructions.
33

4+
45
# Sphinx dependencies
56
sphinx==7.2.6
67
sphinx-gallery==0.19.0

unstable_source/flight_recorder_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(prototype) Flight Recorder for Debugging Stuck Jobs
1+
Flight Recorder for Debugging Stuck Jobs
22
====================================================
33
**Author**: `Chirag Pandya <https://github.com/c-p-i-o>`_, `Junjie Wang <https://github.com/fduwjj>`_
44

unstable_source/maskedtensor_adagrad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
"""
4-
(Prototype) Efficiently writing "sparse" semantics for Adagrad with MaskedTensor
4+
Efficiently writing "sparse" semantics for Adagrad with MaskedTensor
55
================================================================================
66
"""
77

unstable_source/maskedtensor_advanced_semantics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
"""
4-
(Prototype) MaskedTensor Advanced Semantics
4+
MaskedTensor Advanced Semantics
55
===========================================
66
"""
77

unstable_source/maskedtensor_overview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
"""
4-
(Prototype) MaskedTensor Overview
4+
MaskedTensor Overview
55
*********************************
66
"""
77

unstable_source/maskedtensor_sparsity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
"""
4-
(Prototype) MaskedTensor Sparsity
4+
MaskedTensor Sparsity
55
=================================
66
"""
77

0 commit comments

Comments
 (0)