Skip to content
Closed
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
1 change: 1 addition & 0 deletions requirements-examples.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pip packages needed to run examples.
# TODO: Make each example publish its own requirements.txt
datasets == 3.6.0 # 4.0.0 deprecates trust_remote_code and load scripts. For now pin to 3.6.0
huggingface-hub <= 1.13.0 # Dependency of datasets, seems to have download issues in ci with 1.14.0
timm == 1.0.7
torchsr == 1.0.4
torchtune @ git+https://github.com/pytorch/torchtune.git@6f2aa7254458145f99d7004cbd6ebc8e53a06404
Expand Down
Loading