Skip to content

Commit 090c36b

Browse files
committed
fix datasets fsspec req and update example allowed warns
1 parent e6d6383 commit 090c36b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements/examples.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ sentencepiece
66
tensorboardX>=2.2
77
tabulate
88
psutil
9+
fsspec[http]<=2025.3.0 # pin for now to avoid https://github.com/huggingface/datasets/issues/7588

tests/helpers/expected_warns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def extend_warns(base_warns, additional_warns):
7777

7878
# Example warnings
7979
EXAMPLE_BASE_WARNS = [
80+
"Using the current device set by the user", # required starting with PT 2.7
8081
"sentencepiece tokenizer that you are converting",
8182
"co_lnotab is deprecated, use co_lines instead.",
8283
#"`resume_download` is deprecated",

0 commit comments

Comments
 (0)