Skip to content

Commit 572d8fb

Browse files
iseeyuanmalfet
authored andcommitted
Update README.md: remove the deprecated --tiktoken arg (#441)
1 parent 62d97dc commit 572d8fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ For more information run `python3 torchchat.py chat --help`
100100

101101
**Examples**
102102
```
103-
python3 torchchat.py chat llama3 --tiktoken
103+
python3 torchchat.py chat llama3
104104
```
105105

106106
### Generate
@@ -111,7 +111,7 @@ For more information run `python3 torchchat.py generate --help`
111111

112112
**Examples**
113113
```
114-
python3 torchchat.py generate llama3 --dtype=fp16 --tiktoken
114+
python3 torchchat.py generate llama3 --dtype=fp16
115115
```
116116

117117
## Exporting your model
@@ -194,7 +194,7 @@ See the [documentation on GGUF](docs/GGUF.md) to learn how to use GGUF files.
194194

195195
```
196196
# Llama 3 8B Instruct
197-
python3 torchchat.py chat llama3 --tiktoken
197+
python3 torchchat.py chat llama3
198198
```
199199

200200
```

0 commit comments

Comments
 (0)