File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pydantic>=2.10
2525fastapi
2626matplotlib
2727librosa
28- torch == 2.11
28+ torch == 2.12
2929torchvision
3030torchdata
3131networkx
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Welcome to PyTorch Tutorials
33
44**What's new in PyTorch tutorials? **
55
6+ * `Data Loading Optimization in PyTorch <https://docs.pytorch.org/tutorials/intermediate/intermediate_data_loading_tutorial.html >`__
67* `Distributed Training with Ray Train <https://docs.pytorch.org/tutorials/beginner/distributed_training_with_ray_tutorial.html >`__
78* `Serve PyTorch models at scale with Ray Serve <https://docs.pytorch.org/tutorials/beginner/serving_tutorial.html >`__
89* `Hyperparameter tuning using Ray Tune <https://docs.pytorch.org/tutorials/beginner/hyperparameter_tuning_tutorial.html >`__
You can’t perform that action at this time.
0 commit comments