Skip to content

Commit a7b4ef3

Browse files
authored
Fixrequester default value (#60)
1 parent f290bdc commit a7b4ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jetstream/tools/requester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
)
3737
_TOKENIZER = flags.DEFINE_string(
3838
"tokenizer",
39-
"",
39+
None,
4040
"Name or path of the tokenizer (matched to the model)",
4141
required=True,
4242
)

0 commit comments

Comments
 (0)