We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79ddbd commit 049655aCopy full SHA for 049655a
.goreleaser.yaml
@@ -213,7 +213,7 @@ homebrew_casks:
213
Tokenizer has been installed! 🚀
214
215
Quick start:
216
- tokenizer llama3 encode "Hello, world!" # Encode text to tokens
+ tokenizer llama3 encode 'Hello, world!' # Encode text to tokens
217
tokenizer llama3 decode 128000 9906 128001 # Decode tokens to text
218
tokenizer llama3 info # Show tokenizer info
219
tokenizer --help # Show all commands
0 commit comments