Releases: painebenjamin/taproot
Releases · painebenjamin/taproot
Taproot v0.3.8
- Fixed an issue whereby dispatchers would not honor a passed configuration file for address fields.
Taproot v0.3.7
- Fixed a bug when using Zonos and DFN.
Taproot v0.3.6
- Standardized text processing across all TTS models.
- Added pre-processing equalization and enhancement to Zonos.
- Further improved optional dependency management.
Taproot v0.3.5
- Improved dependency management for packages that depend on Torch being present at install time (flash_attn, mamba-ssm, mim-based packages).
- Allowed environment-based overrides of package specifications
Taproot v0.3.4
- Adjusted how progress callbacks are assigned
- Further improve optional dependency handling
Taproot v0.3.3
- Fixed issue with Zonos non-English text not generating correctly.
- Added prefix audio to Zonos.
Taproot v0.3.2
Added Zonos Text-to-Speech, in Hybrid and Transformer versions.
zonos-hybrid
| Name | ZonosHybridSpeechSynthesis |
| Author | Zyphra Team https://www.zyphra.com/post/beta-release-of-zonos-v0-1 |
| License | Apache License 2.0 |
| Files |
Total Size: 4.01 GB |
| Minimum VRAM | 4.04 GB |
zonos-transformer
| Name | ZonosTransformerSpeechSynthesis |
| Author | Zyphra Team https://www.zyphra.com/post/beta-release-of-zonos-v0-1 |
| License | Apache License 2.0 |
| Files |
Total Size: 3.95 GB |
| Minimum VRAM | 4.04 GB |
Taproot v0.3.1
Added Deepseek R1 (Llama 8B Distillation)
Installation
This is for the Q8 quantization. Omit q8-0 for FP16, or use q6-k, q5-k-m, etc.
taproot install text-generation:deepseek-r1-llama-8b-q8-0
Chat (Commandline)
taproot chat deepseek-r1-llama-8b-q8-0
[system] Model set to deepseek-r1-llama-8b-q8-0.
[system] Seed set to 1296776529.
[user] How many R's are in the word strawberry? Reason out your answer step-by-step.
[assistant] <think>
Okay, so I need to figure out how many R's are in the word "strawberry." Let me start by writing down the word and breaking it down letter by letter. S-T-R-A-W-B-E-R-R-Y. Hmm, that doesn't look right. Wait, maybe I should write it correctly first.
Strawberry is spelled S-T-R-A-W-B-E-R-R-Y. Now, let's go through each letter one by one to count the R's. Starting from the beginning: S, T, R... so that's one R. Then A, W, B, E... no more R's there. Next comes another R after E, so that's two R's now. And then another R at the end before the Y. So that would make it three R's in total.
Wait, did I count correctly? Let me check again. S(1), T(2), R(3) – first R. Then A(4), W(5), B(6), E(7). Next is R(8), so that's the second R. And then another R at the end before Y, which would be the third R. So yes, three R's.
I think I got it right. But just to make sure, maybe I can visualize the word or write it out again. S T R A W B E R R Y. Yep, there are three R's: one after T, one after E, and another before Y.
</think>
The word "strawberry" has three R's.
**Step-by-Step Explanation:**
1. **Write Down the Word:** Start by writing the word to visualize each letter clearly.
- S T R A W B E R R Y
2. **Identify Each Letter Position:**
- 1: S
- 2: T
- 3: R (First R)
- 4: A
- 5: W
- 6: B
- 7: E
- 8: R (Second R)
- 9: R (Third R)
- 10: Y
3. **Count the R's:**
- The third letter is R.
- The eighth letter is R.
- The ninth letter is R.
4. **Total Count:** There are three R's in total.
**Answer:** There are 3 R's in the word "strawberry.
Taproot v0.3.0
- Added
httpandhttpsprotocol, used the same aswswith better transfer rates for large files. - Made default protocol TCP.
- Made websockets optional.
- Changed how executors are spawned. This should improve overall stability, and promote cleaner shutdowns.
To install dependencies for http:
pip install taproot[http]
To install dependencies for websockets:
pip install taproot[ws]
Taproot v0.2.3
- Further improvements to latency and bandwidth in TCP and Unix configurations.
- Added speed test and published results.