Update README.md
Browse files
README.md
CHANGED
|
@@ -55,7 +55,6 @@ python3 inference/inference_chat.py \
|
|
| 55 |
```
|
| 56 |
|
| 57 |
Common optional flags:
|
| 58 |
-
- `--greedy` : greedy decode for text
|
| 59 |
- `--txt_temp`, `--txt_top_p` : sampling settings for text
|
| 60 |
- `--img_temp` : sampling temp for image tokens
|
| 61 |
- `--bandwidth_id` : wavtokenizer bandwidth id
|
|
|
|
| 55 |
```
|
| 56 |
|
| 57 |
Common optional flags:
|
|
|
|
| 58 |
- `--txt_temp`, `--txt_top_p` : sampling settings for text
|
| 59 |
- `--img_temp` : sampling temp for image tokens
|
| 60 |
- `--bandwidth_id` : wavtokenizer bandwidth id
|