GGUF
vokra
File size: 781 Bytes
5bbf9df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/audioldm2

| Field | Value |
|---|---|
| Upstream source | cvssp/audioldm2 (Liu et al. 2024 arXiv:2308.05734 text-to-audio LDM, cc-by-nc-sa-4.0) |
| Upstream licence | `cc-by-nc-sa-4.0` |
| Architecture | `audioldm2` |
| Tensors | 2827 |
| SHA-256 | `d02dd97944b05bd27ea17eb0c31034c27992c0f60e642cffef28047a436cb5f1` |
| 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 audioldm2.gguf
shasum -a 256 audioldm2.gguf   # expect d02dd97944b05bd27ea17eb0c31034c27992c0f60e642cffef28047a436cb5f1
```