File size: 832 Bytes
6f8d8d9
 
 
 
 
bc02199
 
 
 
 
 
 
 
 
 
 
1e2c036
 
bc02199
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Traces

Reserved for anonymized public traces.

Target: at least 6 public traces for the Sharing is Caring badge.

## Current Samples

`samples/` contains six stable mock traces generated from the example objects:

```bash
.venv/bin/python -B scripts/generate_sample_traces.py
```

These traces use the current mock runtime and are safe placeholders until real VLM and llama.cpp traces are available.

`../space-vlm/` contains hosted Space validation evidence from the June 8, 2026 ZeroGPU run. Those traces are intentionally kept separate because they include `vision-fallback-to-mock` and should not replace the six stable demo samples.

Export the validated sample traces as JSONL:

```bash
.venv/bin/python -B scripts/export_traces.py
```

Default output:

```text
data/traces/samples/objectverse_public_mock_traces.jsonl
```