ftts-artifacts 0.1.6

Weight containers and safetensors reading for franken_tts (.fttsq, census, conversion)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ftts-artifacts"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license-file.workspace = true
repository.workspace = true
description = "Weight containers and safetensors reading for franken_tts (.fttsq, census, conversion)"
keywords = ["tts", "speech", "qwen", "voice", "audio"]
categories = ["multimedia::audio"]

[dependencies]
ftts-core = { path = "../ftts-core", version = "0.1.6" }
ftts-kernels = { path = "../ftts-kernels", version = "0.1.6" }
serde_json = "1.0"

[lints]
workspace = true