Skip to content

Commit 63039d5

Browse files
larryliu0820pytorchbot
authored andcommitted
Fix eval by pinning datasets version to 3.6.0 (#12350)
datasets 4.0.0 just released and it deprecates `trust_remote_code` and loading script. Pinning it to 3.6.0 for now. (cherry picked from commit aec1322)
1 parent af223ec commit 63039d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-examples.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# pip packages needed to run examples.
22
# TODO: Make each example publish its own requirements.txt
3+
datasets == 3.6.0 # 4.0.0 deprecates trust_remote_code and load scripts. For now pin to 3.6.0
34
timm == 1.0.7
45
torchsr == 1.0.4
56
torchtune >= 0.6.1

0 commit comments

Comments
 (0)