GGUF
vokra
File size: 788 Bytes
0ce1bd2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Provenance — vokra/xtts-v2

| Field | Value |
|---|---|
| Upstream source | coqui/XTTS-v2 (Coqui multilingual zero-shot GPT-2 + DVAE + HiFi-GAN, coqui-public-model-license) |
| Upstream licence | `coqui-public-model-license` |
| Architecture | `xtts` |
| Tensors | 1095 |
| SHA-256 | `a789da752b2e4e0e8f9bc0c9b2a04de22afffebc5d93bef85b5f04101f6de279` |
| Converted by | vokra-core 0.1.0-alpha.0 |
| GGUF schema generation | 1 |

Every row is read from the artifact's own `vokra.*` metadata; none of it
is supplied by hand, so this file cannot disagree with the weight it
describes.

## Reproducing

```bash
vokra-cli convert --model <kind> --input <upstream> --output model.gguf
shasum -a 256 model.gguf   # expect a789da752b2e4e0e8f9bc0c9b2a04de22afffebc5d93bef85b5f04101f6de279
```