Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .ci/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ bs4
awscliv2==2.1.1
flask
spacy==3.4.1
ray[tune]==2.52.1
ray[train,tune]==2.52.1
tiktoken
tensorboard
jinja2==3.1.3
pytorch-lightning
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bs4
awscli==1.16.35
flask
spacy
ray[tune]
ray[train,tune]

# PyTorch Theme
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
Expand All @@ -26,6 +26,7 @@ pandas
scikit-image
pillow==10.3.0
wget
tiktoken

# for codespaces env
pylint
3 changes: 3 additions & 0 deletions .jenkins/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@
},
"prototype_source/gpu_quantization_torchao_tutorial.py": {
"needs": "linux.g5.4xlarge.nvidia.gpu"
},
"beginner_source/distributed_training_with_ray_tutorial.py": {
"needs": "linux.g4dn.12xlarge.nvidia.gpu"
}
}
3 changes: 3 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ https://pytorch.org/tutorials/beginner/colab/n
# Ignore local host link from intermediate_source/tensorboard_tutorial.rst
http://localhost:6006

# Ignore local host link for Ray Dashboard
http://localhost:8265

# Ignore local host link from advanced_source/cpp_frontend.rst
https://www.uber.com/blog/deep-neuroevolution/
Loading
Loading