Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozer authored Mar 9, 2024
1 parent 445e3c3 commit 2a062dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ English video, v0.0.2: https://www.youtube.com/watch?v=N3Eoc6M3Erg
- langchain google-serper

## News
- 2024.03.09 - v0.0.4. New params: `--stop-words` ("", list for llama separated by semicolon: `;`), `--min-tokens` (0, min tokens to output), `--split-after` (0, split first sentence after N tokens for xtts), `--seqrep` (false, detect loops: 20 symbols in 300 last symbols), `--xtts-intro` (false, echo random Umm/Well/... to xtts right after user input)
- 2024.03.09 - v0.0.4. New params: `--stop-words` (list for llama separated by semicolon: `;`), `--min-tokens` (min tokens to output), `--split-after` (split first sentence after N tokens for xtts), `--seqrep` (detect loops: 20 symbols in 300 last symbols), `--xtts-intro` (echo random Umm/Well/... to xtts right after user input). See 0.0.4 release for details.
- 2024.03.05 - I added a patcher to support xtts `stop on speech` feature https://github.com/Mozer/talk-llama-fast/tree/master/xtts/xtts_api_server
- 2024.02.28 - v0.0.3 `--multi-chars` param to enable different voice for each character, each one will be sent to xtts, so make sure that you have corresponding .wav files (e.g. alisa.wav). Use with voice command `Call NAME`. Video, in Russian: https://youtu.be/JOoVdHZNCcE or https://t.me/tensorbanana/876
- `--translate` param for live en_ru translation. Russian user voice is translated ru->en using whisper. Then Llama output is translated en->ru using the same mistral model, inside the same context, without any speed dropouts, no extra vram is needed. This trick gives more reasoning skills to llama in Russian, but instead gives more grammar mistakes. And more text can fit in the context, because it is stored in English, while the translation is deleted from context right after generation of each sentence. `--allow-newline` param. By default, without it llama will stop generation if it finds a new line symbol.
Expand Down

0 comments on commit 2a062dc

Please sign in to comment.