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
2 changes: 1 addition & 1 deletion .ci/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bs4
awscliv2==2.1.1
flask
spacy==3.4.1
ray[tune]==2.7.2
ray[tune]==2.52.1
tensorboard
jinja2==3.1.3
pytorch-lightning
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ beginner_source/hymenoptera_data/
intermediate_source/data/
*.zip
MNIST/
data/cifar-10-batches-py/*
*.tar.gz

#builds
_build/
Expand Down Expand Up @@ -132,3 +134,4 @@ dictionary.dic

# linters
/.lintbin

Loading