Skip to content

Releases: painebenjamin/taproot

Taproot v0.3.8

18 Feb 13:55
faaca96

Choose a tag to compare

  • Fixed an issue whereby dispatchers would not honor a passed configuration file for address fields.

Taproot v0.3.7

16 Feb 03:14

Choose a tag to compare

  • Fixed a bug when using Zonos and DFN.

Taproot v0.3.6

16 Feb 02:30

Choose a tag to compare

  • Standardized text processing across all TTS models.
  • Added pre-processing equalization and enhancement to Zonos.
  • Further improved optional dependency management.

Taproot v0.3.5

15 Feb 19:47
fb102de

Choose a tag to compare

  • 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

14 Feb 20:57

Choose a tag to compare

  • Adjusted how progress callbacks are assigned
  • Further improve optional dependency handling

Taproot v0.3.3

14 Feb 15:19

Choose a tag to compare

  1. Fixed issue with Zonos non-English text not generating correctly.
  2. Added prefix audio to Zonos.

Taproot v0.3.2

14 Feb 01:24

Choose a tag to compare

Taproot v0.3.1

30 Jan 14:24

Choose a tag to compare

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

29 Jan 03:46

Choose a tag to compare

  1. Added http and https protocol, used the same as ws with better transfer rates for large files.
  2. Made default protocol TCP.
  3. Made websockets optional.
  4. 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

14 Jan 04:04

Choose a tag to compare

  • Further improvements to latency and bandwidth in TCP and Unix configurations.
  • Added speed test and published results.