File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ For more information run `python3 torchchat.py chat --help`
100
100
101
101
** Examples**
102
102
```
103
- python3 torchchat.py chat llama3 --tiktoken
103
+ python3 torchchat.py chat llama3
104
104
```
105
105
106
106
### Generate
@@ -111,7 +111,7 @@ For more information run `python3 torchchat.py generate --help`
111
111
112
112
** Examples**
113
113
```
114
- python3 torchchat.py generate llama3 --dtype=fp16 --tiktoken
114
+ python3 torchchat.py generate llama3 --dtype=fp16
115
115
```
116
116
117
117
## Exporting your model
@@ -194,7 +194,7 @@ See the [documentation on GGUF](docs/GGUF.md) to learn how to use GGUF files.
194
194
195
195
```
196
196
# Llama 3 8B Instruct
197
- python3 torchchat.py chat llama3 --tiktoken
197
+ python3 torchchat.py chat llama3
198
198
```
199
199
200
200
```
You can’t perform that action at this time.
0 commit comments