fallout_klein9b / config.yaml
siraxe's picture
Upload config.yaml
fde466e verified
raw
history blame contribute delete
245 Bytes
filter: [
{
bool: {
/// Include documents that match at least one of the following rules
should: [
/// Downloaded
{
regexp: { path: "[^/]*\\.safetensors" },
},
],
minimum_should_match: 1,
},
},
]
}