Skip to content

Commit ab48a0c

Browse files
Remove inferance from torchrec_intro_tutorial.py (#3445)
* Remove inferance from torchrec_intro_tutorial.py * Upgrade torchrec version to 1.2.0 from 1.1.0 --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 63f7da2 commit ab48a0c

File tree

3 files changed

+140
-307
lines changed

3 files changed

+140
-307
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ pycocotools
6969
semilearn==0.3.2
7070
torchao==0.10.0
7171
segment_anything==1.0
72-
torchrec==1.1.0; platform_system == "Linux"
72+
torchrec==1.2.0; platform_system == "Linux"
7373
fbgemm-gpu==1.2.0; platform_system == "Linux"

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"intermediate_source/text_to_speech_with_torchaudio",
5252
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
5353
"advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.
54-
"intermediate_source/torchrec_intro_tutorial", # reenable after 3302 is fixe
5554
]
5655

5756
def tutorial_source_dirs() -> List[Path]:

0 commit comments

Comments
 (0)