File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ datasets
36
36
transformers
37
37
torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
38
38
onnx
39
- onnxscript
39
+ onnxscript >= 0.2.2
40
40
onnxruntime
41
41
evaluate
42
42
accelerate >= 0.20.1
@@ -69,5 +69,5 @@ pycocotools
69
69
semilearn == 0.3.2
70
70
torchao == 0.5.0
71
71
segment_anything == 1.0
72
- torchrec == 1.0 .0 ; platform_system == "Linux"
72
+ torchrec == 1.1 .0 ; platform_system == "Linux"
73
73
fbgemm-gpu == 1.1.0 ; platform_system == "Linux"
Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ sudo apt-get install -y pandoc
26
26
# sudo pip3 install torch==2.6.0 torchvision --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
27
27
# sudo pip uninstall -y fbgemm-gpu torchrec
28
28
# sudo pip3 install fbgemm-gpu==1.1.0 torchrec==1.0.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
29
-
29
+ sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict
30
+ pip3 install torch==2.7.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
31
+ # sudo pip uninstall -y fbgemm-gpu
30
32
# Install two language tokenizers for Translation with TorchText tutorial
31
33
python -m spacy download en_core_web_sm
32
34
python -m spacy download de_core_news_sm
Original file line number Diff line number Diff line change 51
51
"intermediate_source/text_to_speech_with_torchaudio" ,
52
52
"intermediate_source/tensorboard_profiler_tutorial" , # reenable after 2.0 release.
53
53
"advanced_source/semi_structured_sparse" , # reenable after 3303 is fixed.
54
- "recipes_source/recipes/reasoning_about_shapes"
54
+ "intermediate_source/mario_rl_tutorial" , # reenable after 3302 is fixed
55
+ "intermediate_source/reinforcement_ppo" , # reenable after 3302 is fixed
56
+ "intermediate_source/pinmem_nonblock" , # reenable after 3302 is fixed
57
+ "intermediate_source/dqn_with_rnn_tutorial" , # reenable after 3302 is fixed
58
+ "advanced_source/pendulum" , # reenable after 3302 is fixed
59
+ "advanced_source/coding_ddpg" , # reenable after 3302 is fixed
60
+ "intermediate_source/torchrec_intro_tutorial" , # reenable after 3302 is fixed
61
+ "recipes_source/recipes/reasoning_about_shapes" # reenable after 3326 is fixed
55
62
]
56
63
57
64
def tutorial_source_dirs () -> List [Path ]:
You can’t perform that action at this time.
0 commit comments