GGUF
vokra
File size: 787 Bytes
d537e1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/audiogen-medium

| Field | Value |
|---|---|
| Upstream source | facebook/audiogen-medium (Meta AudioCraft 1.5B text-to-audio LM, cc-by-nc-4.0) |
| Upstream licence | `cc-by-nc-4.0` |
| Architecture | `musicgen` |
| Tensors | 588 |
| SHA-256 | `df9843dd2e620de6947edaac66d3360c55b853032c08ad2273dc44b0257642e0` |
| 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 audiogen-medium.gguf
shasum -a 256 audiogen-medium.gguf   # expect df9843dd2e620de6947edaac66d3360c55b853032c08ad2273dc44b0257642e0
```