We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f290bdc commit a7b4ef3Copy full SHA for a7b4ef3
1 file changed
jetstream/tools/requester.py
@@ -36,7 +36,7 @@
36
)
37
_TOKENIZER = flags.DEFINE_string(
38
"tokenizer",
39
- "",
+ None,
40
"Name or path of the tokenizer (matched to the model)",
41
required=True,
42
0 commit comments