memra
Rust + CUDA inference engine for NVIDIA RTX PRO 6000 Blackwell and RTX 5090. Serves safetensors and GGUF over an OpenAI-compatible API, with per-device tuned defaults and speculative decode gated byte-identical to plain decode. Hosted instance: inference.tiyuvta.ai
File Explorer
Download Latest Version (.zip)Showing a partial file list β download the zip above to see everything.
- config.toml
- bug-report.md
- hardware-validation.md
- boundary-refs.yml
- ci.yml
- publish.yml
- release.yml
- PULL_REQUEST_TEMPLATE.md
- readme-craft-inference-engine-sources.json
- readme-technical-inference-repos-sources.json
- AGENTS.md
- CLAUDE.md
- readme-craft-inference-engine.md
- cutlass_fp4_sm120.cu
- dsv4_gpu.cu
- f16_prefill.cu
- fa3_prefill.cu
- fattn_vendor.cu
- flash_attn.cu
- fp8_blk_dequant.cu
- fp8_prefill.cu
- hybrid.cu
- kernels.cu
- mma_tile.cuh
- mmq_common.cuh
- mmq_fp4.cu
- mmq_fp4_stub.cu
- mmq_fp8_blk.cu
- mmq_fp8_blk_stub.cu
- mmq_iq_experts.cu
- mmq_mma_i8.cuh
- mmq_nvfp4_f8f4.cu
- mmq_nvfp4_w4a8.cu
- mmq_nvfp4_w4a8_stub.cu
- mmq_q45k.cu
- mmq_q4_0.cu
- mmq_q8_0.cu
- mmq_q8_0_f32acc.cu
- moe_f16_grouped.cu
- moe_router.cu
- qmatvec.cu
- qmatvec_gemm.cu
- spec_sample.cu
- wgmma_common.cuh
- accprobe_bench.rs
- argmax_gate.rs
- argmax_margin_probe.rs
- clc_mmq_bench.rs
- concat_prime_probe.rs
- cpu_native_check.rs
- cutlass_smoke.rs
- decode_batch_bench.rs
- decode_batch_gate.rs
- decode_bench.rs
- decode_dc_gate.rs
- decode_window_profile.rs
- depth_profile.rs
- dflash2_parity.rs
- dflash_parity.rs
- dspark_export_shared.rs
- dspark_extract.rs
- dspark_generate.rs
- dspark_q38_gate.rs
- dspark_q38_parity.rs
- dspark_sample_gate.rs
- dsv4_decode_bench.rs
- dsv4_decode_probe.rs
- dsv4_drafted_corpus.rs
- dsv4_gpu_decode_gate.rs
- dsv4_gpu_dspark_gate.rs
- dsv4_gpu_gate.rs
- dsv4_gpu_greedy.rs
- dsv4_gpu_tf_gate.rs
- dsv4_native_gemm_gate.rs
- dtype_gpu_check5.rs
- ep_step_fp8_gate.rs
- f8f4_check.rs
- fa_ab_bench.rs
- fa_deep_bench.rs
- fa_hd128_check.rs
- fa_sanitize.rs
- fa_v2_bench.rs
- fp8_mmq_bench.rs
- fp8_mmq_check.rs
- fp8_mmq_stream.rs
- frspec_owngen.rs
- frspec_rank.rs
- fused2_pin.rs
- fused_actq_bench.rs
- gdn_bench.rs
- gemma_gate.rs
- gemma_spec_session_gate.rs
- gemma_vision_e2e.rs
- gemma_vision_oracle.rs
- gemv_e4m3_bench.rs
- gguf_census.rs
- graph_allocfree_probe.rs
- graph_decode_gate.rs
- graph_session_gate.rs
- graph_warmup_stress.rs
- gu_wall_bench.rs
- hy3-layer0-oracle.rs
- iso_gap_probe.rs
- k27div_probe.rs
- kernel_check.rs
- kv_fmt_bench.rs
- logit_sample_probe.rs
- lt_ndep.rs
- m3ref.rs
- mmvq_bisect.rs
- mmvq_pair_m3.rs
- moe_devq8_check.rs
- mvq_msweep.rs
- normq_check.rs
- optipipe_gate.rs
- plainbatch_margin_probe.rs
- pp2_gate.rs
- pp_transport_smoke.rs
- ppn_bench.rs
- ppn_gate.rs
- prime_batch_gate.rs
- prime_gate.rs
- prime_graph_gate.rs
- prime_graph_smoke.rs
- q5issue_bench.rs
- quant_kv_f32_check.rs
- replay_acceptance.rs
- router_batch_bench.rs
- rp_q4_probe.rs
- run_dense.rs
- run_eagle.rs
- run_gen.rs
- run_hybrid.rs
- run_lockstep.rs
- run_safetensors.rs
- run_spec.rs
- sample_check.rs
- session_bench.rs
- session_gate.rs
- spec_econ.rs
- spec_serve_gate.rs
- spec_st_probe.rs
- st_vs_gguf.rs
- step_prefill_rollback_gate.rs
- synth_f8f4.rs
- t2probe.rs
- target_efficiency.rs
- tp_graph_probe.rs
- tp_step_attention_gate.rs
- tp_step_bf16_gate.rs
- tp_step_bf16_row_gate.rs
- tp_step_fp8_gate.rs
- tp_step_nvfp4_gate.rs
- verify_mscale.rs
- verify_probe.rs
- vision_gate.rs
- w4a4_gate.rs
- cpu_experts.rs
- cutlass_ffi.rs
- decode.rs
- decode_batch.rs
- dflash.rs
- dsv4_ffi.rs
- dsv4_gpu.rs
- eagle.rs
- f16_ffi.rs
- forward.rs
- fp8_ffi.rs
- gemma_spec.rs
- graph_update.rs
- hybrid.rs
- hybrid_forward.rs
- lib.rs
- mla.rs
- mmq_ffi.rs
- model.rs
- moe_cache.rs
- moesd.rs
- parallel.rs
- parity_geometry.rs
- pp.rs
- prime_graph.rs
- round_stream.rs
- sigrouter_contract.rs
- spec.rs
- spill.rs
- spill_pread.rs
- tp.rs
- vision.rs
- vision_gemma.rs
- vision_pre.rs
- mla_fixture_forward.rs
- mla_fixture_load_gpu.rs
- build.rs
- Cargo.toml
- THIRD-PARTY.md
- dequant_oracle_diff.rs
- dump_scales.rs
- findtok.rs
- dsv4_census.rs
- dsv4_decode_oracle_check.rs
- dsv4_dspark_gate.rs
- dsv4_forward_gate.rs
- dsv4_greedy_verify.rs
- dsv4_mint.rs
- dsv4_mtp_probe.rs
- inspect.rs
- nvfp4_validate.rs
- config.rs
- d2t.rs
- dequant.rs
- dsv4.rs
- dsv4_decode.rs
- dsv4_dspark.rs
- dsv4_forward.rs
- hf.rs
- hf_mapping.rs
- lib.rs
- micro_gguf.rs
- nvfp4_repack.rs
- safetensors.rs
- source.rs
- spec_oracle.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- pdl_probe.rs
- kernels.cu
- main.rs
- build.rs
- Cargo.toml
- gemm_check.rs
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- admin.rs
- anthropic.rs
- auth.rs
- capture.rs
- constrained.rs
- darklane.rs
- health.rs
- ledger.rs
- main.rs
- responses_api.rs
- surfaces.rs
- toolcall.rs
- ttft.rs
- worker.rs
- build.rs
- Cargo.toml
- tok_chat_render.rs
- tok_check.rs
- tok_freq.rs
- tok_parity.rs
- tok_span.rs
- tok_trim.rs
- chat.rs
- json.rs
- lib.rs
- unicode.rs
- unicode_data.rs
- llama_parity.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- memra-fleet-meter.service
- memra-fleet-meter.timer
- memra-server.service
- README.md
- ROADMAP-2026-06.md
- BEST-OF-ALL-WORLDS.md
- FORMAT-DECISION.md
- PHASE1-HYBRID.md
- PUBLIC-BOUNDARY-DETECTION.md
- QUANT-GEMM-DECISION.md
- README.md
- RIG-NATIVE-DECODE.md
- SAFETENSORS-DECISION.md
- VISION-LANE.md
- API-SURFACES.md
- COMPETITOR-SETUP.md
- COOKBOOK.md
- DRAFT-REGIME.md
- FLAGS.md
- HY3-SPILL.md
- KERNELS.md
- MODELS.md
- ONBOARDING.md
- PERFORMANCE.md
- RELEASING.md
- SERVING.md
- SFT-TRACE-GENERATION.md
- social-preview.png
- TESTING.md
- arch_probe.cu
- bw_bench.cu
- epilogue_hoist_equiv.cu
- fp4_4x_final.cu
- fp4_layout.cu
- fp8_lt_blk_probe.cu
- fp8_lt_prefill.cu
- fp8_lt_scale_probe.cu
- fp8_vec16_probe.cu
- int8_swizzle_aload.cu
- kv_align_probe.cu
- lowbit_peak.cu
- mixed_f8f4_probe
- mixed_f8f4_probe.cu
- mma_probe.cu
- mxf4_transient_repack.cu
- pdl_probe.cu
- q4k_transient_decode.cu
- slab_repack_expert.cu
- tc_peak.cu
- argmax-run1.log
- argmax-run2.log
- argmax-verdict.txt
- arm-a0-default.log
- arm-a1-deep0.log
- arm-a2-v4off.log
- arm-a3-v43off.log
- arm-a4-v432off.log
- arm-a5-novec.log
- arm-a6-oracle.log
- bisect-1600.log
- bisect-3200.log
- bisect-400.log
- bisect-800.log
- boot-rungen.log
- boot-vram.csv
- build-122b.log
- cap-rows.jsonl
- cap-server.log
- cap-vram.csv
- dl-122b.log
- fix-4k.log
- fix-default-r1.log
- fix-default-r2.log
- gate-chunkinv.log
- gate-kernel-check.log
- gate-runspec-k1.log
- gate-runspec-k2.log
- gate-runspec-k3.log
- gate-serve-smoke.log
- kernel-check.log
- merge-122b.log
- probe-p1-code-short.log
- probe-p2-code-medium.log
- sha-122b-merged.log
- sha-122b.log
- arms-122b.out
- arms-122b.sh
- cap-122b.out
- cap-122b.sh
- gates-122b.out
- gates-122b.sh
- RESULTS.jsonl
- VERDICT.md
- verify-122b.out
- verify-122b.sh
- driver.log
- final.txt
- gpu.csv
- provenance.txt
- runner.rc
- step-4k-r1.console.log
- step-4k-r1.requests.jsonl
- step-4k-r1.summary.json
- step-4k-r2.console.log
- step-4k-r2.requests.jsonl
- step-4k-r2.summary.json
- step-4k-r3.console.log
- step-4k-r3.requests.jsonl
- step-4k-r3.summary.json
- step-4k-r4.console.log
- step-4k-r4.requests.jsonl
- step-4k-r4.summary.json
- step-4k-r5.console.log
- step-4k-r5.requests.jsonl
- step-4k-r5.summary.json
- step-decode-c1-r1.console.log
- step-decode-c1-r1.requests.jsonl
- step-decode-c1-r1.summary.json
- step-decode-c1-r2.console.log
- step-decode-c1-r2.requests.jsonl
- step-decode-c1-r2.summary.json
- step-decode-c1-r3.console.log
- step-decode-c1-r3.requests.jsonl
- step-decode-c1-r3.summary.json
- step-decode-c1-r4.console.log
- step-decode-c1-r4.requests.jsonl
- step-decode-c1-r4.summary.json
- step-decode-c1-r5.console.log
- step-decode-c1-r5.requests.jsonl
- step-decode-c1-r5.summary.json
- step-decode-c4-r1.console.log
- step-decode-c4-r1.requests.jsonl
- step-decode-c4-r1.summary.json
- step-decode-c4-r2.console.log
- step-decode-c4-r2.requests.jsonl
- step-decode-c4-r2.summary.json
- step-decode-c4-r3.console.log
- step-decode-c4-r3.requests.jsonl
- step-decode-c4-r3.summary.json
- step-decode-c4-r4.console.log
- step-decode-c4-r4.requests.jsonl
- step-decode-c4-r4.summary.json
- step-decode-c4-r5.console.log
- step-decode-c4-r5.requests.jsonl
- step-decode-c4-r5.summary.json
- step-known.sha256
- step-server.env
- step-server.failures.txt
- step-server.log
- step-short-r1.console.log
- step-short-r1.requests.jsonl
- step-short-r1.summary.json
- step-short-r2.console.log
- step-short-r2.requests.jsonl
- step-short-r2.summary.json
- step-short-r3.console.log
- step-short-r3.requests.jsonl
- step-short-r3.summary.json
- step-short-r4.console.log
- step-short-r4.requests.jsonl
- step-short-r4.summary.json
- step-short-r5.console.log
- step-short-r5.requests.jsonl
- step-short-r5.summary.json
- driver.log
- gpu.csv
- provenance.txt
- runner.rc
- step-server.env
- step-server.log
- driver.log
- gpu.csv
- provenance.txt
- runner.rc
- step-4k-r1.console.log
- step-4k-r1.requests.jsonl
- step-4k-r1.summary.json
- step-known.sha256
- step-server.env
- step-server.log
- step-short-r1.console.log
- step-short-r1.requests.jsonl
- step-short-r1.summary.json
- driver.log
- final.txt
- gpu.csv
- provenance.txt
- runner.rc
- step-4k-r1.console.log
- step-4k-r1.requests.jsonl
- step-4k-r1.summary.json
- step-4k-r2.console.log
- step-4k-r2.requests.jsonl
- step-4k-r2.summary.json
- step-4k-r3.console.log
- step-4k-r3.requests.jsonl
- step-4k-r3.summary.json
- step-4k-r4.console.log
- step-4k-r4.requests.jsonl
- step-4k-r4.summary.json
- step-4k-r5.console.log
- step-4k-r5.requests.jsonl
- step-4k-r5.summary.json
- step-decode-c1-r1.console.log
- step-decode-c1-r1.requests.jsonl
- step-decode-c1-r1.summary.json
- step-decode-c1-r2.console.log
- step-decode-c1-r2.requests.jsonl
- step-decode-c1-r2.summary.json
- step-decode-c1-r3.console.log
- step-decode-c1-r3.requests.jsonl
- step-decode-c1-r3.summary.json
- step-decode-c1-r4.console.log
- step-decode-c1-r4.requests.jsonl
- step-decode-c1-r4.summary.json
- step-decode-c1-r5.console.log
- step-decode-c1-r5.requests.jsonl
- step-decode-c1-r5.summary.json
- step-decode-c4-r1.console.log
- step-decode-c4-r1.requests.jsonl
- step-decode-c4-r1.summary.json
- step-decode-c4-r2.console.log
- step-decode-c4-r2.requests.jsonl
- step-decode-c4-r2.summary.json
- step-decode-c4-r3.console.log
- step-decode-c4-r3.requests.jsonl
- step-decode-c4-r3.summary.json
- step-decode-c4-r4.console.log
- step-decode-c4-r4.requests.jsonl
- step-decode-c4-r4.summary.json
- step-decode-c4-r5.console.log
- step-decode-c4-r5.requests.jsonl
- step-decode-c4-r5.summary.json
- step-known.sha256
- step-server.env
- step-server.failures.txt
- step-server.log
- step-short-r1.console.log
- step-short-r1.requests.jsonl
- step-short-r1.summary.json
- step-short-r2.console.log
- step-short-r2.requests.jsonl
- step-short-r2.summary.json
- step-short-r3.console.log
- step-short-r3.requests.jsonl
- step-short-r3.summary.json
- step-short-r4.console.log
- step-short-r4.requests.jsonl
- step-short-r4.summary.json
- step-short-r5.console.log
- step-short-r5.requests.jsonl
- step-short-r5.summary.json
- driver.log
- final.txt
- gpu.csv
- provenance.txt
- q27-decode-c1-r1.console.log
- q27-decode-c1-r1.requests.jsonl
- q27-decode-c1-r1.summary.json
- q27-decode-c1-r2.console.log
- q27-decode-c1-r2.requests.jsonl
- q27-decode-c1-r2.summary.json
- q27-decode-c1-r3.console.log
- q27-decode-c1-r3.requests.jsonl
- q27-decode-c1-r3.summary.json
- q27-decode-c1-r4.console.log
- q27-decode-c1-r4.requests.jsonl
- q27-decode-c1-r4.summary.json
- q27-decode-c1-r5.console.log
- q27-decode-c1-r5.requests.jsonl
- q27-decode-c1-r5.summary.json
- q27-decode-c4-r1.console.log
- q27-decode-c4-r1.requests.jsonl
- q27-decode-c4-r1.summary.json
- q27-decode-c4-r2.console.log
- q27-decode-c4-r2.requests.jsonl
- q27-decode-c4-r2.summary.json
- q27-decode-c4-r3.console.log
- q27-decode-c4-r3.requests.jsonl
- q27-decode-c4-r3.summary.json
- q27-decode-c4-r4.console.log
- q27-decode-c4-r4.requests.jsonl
- q27-decode-c4-r4.summary.json
- q27-decode-c4-r5.console.log
- q27-decode-c4-r5.requests.jsonl
- q27-decode-c4-r5.summary.json
- q27-known.sha256
- q27-server.env
- q27-server.failures.txt
- q27-server.log
- q27-short-r1.console.log
- q27-short-r1.requests.jsonl
- q27-short-r1.summary.json
- q27-short-r2.console.log
- q27-short-r2.requests.jsonl
- q27-short-r2.summary.json
- q27-short-r3.console.log
- q27-short-r3.requests.jsonl
- q27-short-r3.summary.json
- q27-short-r4.console.log
- q27-short-r4.requests.jsonl
- q27-short-r4.summary.json
- q27-short-r5.console.log
- q27-short-r5.requests.jsonl
- q27-short-r5.summary.json
- runner.rc
- driver.log
- final.txt
- gpu.csv
- provenance.txt
- q27-decode-c1-r1.console.log
- q27-decode-c1-r1.requests.jsonl
- q27-decode-c1-r1.summary.json
- q27-decode-c1-r2.console.log
- q27-decode-c1-r2.requests.jsonl
- q27-decode-c1-r2.summary.json
- q27-decode-c1-r3.console.log
- q27-decode-c1-r3.requests.jsonl
- q27-decode-c1-r3.summary.json
- q27-decode-c1-r4.console.log
- q27-decode-c1-r4.requests.jsonl
- q27-decode-c1-r4.summary.json
- q27-decode-c1-r5.console.log
- q27-decode-c1-r5.requests.jsonl
- q27-decode-c1-r5.summary.json
- q27-decode-c4-r1.console.log
- q27-decode-c4-r1.requests.jsonl
- q27-decode-c4-r1.summary.json
- q27-decode-c4-r2.console.log
- q27-decode-c4-r2.requests.jsonl
- q27-decode-c4-r2.summary.json
- q27-decode-c4-r3.console.log
- q27-decode-c4-r3.requests.jsonl
- q27-decode-c4-r3.summary.json
- q27-decode-c4-r4.console.log
- q27-decode-c4-r4.requests.jsonl
- q27-decode-c4-r4.summary.json
- q27-decode-c4-r5.console.log
- q27-decode-c4-r5.requests.jsonl
- q27-decode-c4-r5.summary.json
- q27-known.sha256
- q27-server.env
- q27-server.failures.txt
- q27-server.log
- q27-short-r1.console.log
- q27-short-r1.requests.jsonl
- q27-short-r1.summary.json
- q27-short-r2.console.log
- q27-short-r2.requests.jsonl
- q27-short-r2.summary.json
- q27-short-r3.console.log
- q27-short-r3.requests.jsonl
- q27-short-r3.summary.json
- q27-short-r4.console.log
- q27-short-r4.requests.jsonl
- q27-short-r4.summary.json
- q27-short-r5.console.log
- q27-short-r5.requests.jsonl
- q27-short-r5.summary.json
- runner.rc
- driver.log
- gpu.csv
- provenance.txt
- q27-bg-r1.console.log
- q27-bg-r1.requests.jsonl
- q27-bg-r1.summary.json
- q27-bg-r2.console.log
- q27-bg-r2.requests.jsonl
- q27-bg-r2.summary.json
- q27-bg-r3.console.log
- q27-bg-r3.requests.jsonl
- q27-bg-r3.summary.json
- q27-bg-r4.console.log
- q27-bg-r4.requests.jsonl
- q27-bg-r4.summary.json
- q27-bg-r5.console.log
- q27-bg-r5.requests.jsonl
- q27-bg-r5.summary.json
- q27-server.env
- q27-server.failures.txt
- q27-server.log
- q27-step-idle-r1.console.log
- q27-step-idle-r1.requests.jsonl
- q27-step-idle-r1.summary.json
- q27-step-idle-r2.console.log
- q27-step-idle-r2.requests.jsonl
- q27-step-idle-r2.summary.json
- q27-step-idle-r3.console.log
- q27-step-idle-r3.requests.jsonl
- q27-step-idle-r3.summary.json
- q27-step-idle-r4.console.log
- q27-step-idle-r4.requests.jsonl
- q27-step-idle-r4.summary.json
- q27-step-idle-r5.console.log
- q27-step-idle-r5.requests.jsonl
- q27-step-idle-r5.summary.json
- q27-under-step-prime-r1.console.log
- q27-under-step-prime-r1.requests.jsonl
- q27-under-step-prime-r1.summary.json
- q27-under-step-prime-r2.console.log
- q27-under-step-prime-r2.requests.jsonl
- q27-under-step-prime-r2.summary.json
- q27-under-step-prime-r3.console.log
- q27-under-step-prime-r3.requests.jsonl
- q27-under-step-prime-r3.summary.json
- q27-under-step-prime-r4.console.log
- q27-under-step-prime-r4.requests.jsonl
- q27-under-step-prime-r4.summary.json
- q27-under-step-prime-r5.console.log
- q27-under-step-prime-r5.requests.jsonl
- q27-under-step-prime-r5.summary.json
- runner.rc
- sanity-q27-before-reverse.console.log
- sanity-q27-before-reverse.requests.jsonl
- sanity-q27-before-reverse.summary.json
- sanity-q27-final.console.log
- sanity-q27-final.requests.jsonl
- sanity-q27-final.summary.json
- sanity-q27-forward-active-post-r1.console.log
- sanity-q27-forward-active-post-r1.requests.jsonl
- sanity-q27-forward-active-post-r1.summary.json
- sanity-q27-forward-active-post-r2.console.log
- sanity-q27-forward-active-post-r2.requests.jsonl
- sanity-q27-forward-active-post-r2.summary.json
- sanity-q27-forward-active-post-r3.console.log
- sanity-q27-forward-active-post-r3.requests.jsonl
- sanity-q27-forward-active-post-r3.summary.json
- sanity-q27-forward-active-post-r4.console.log
- sanity-q27-forward-active-post-r4.requests.jsonl
- sanity-q27-forward-active-post-r4.summary.json
- sanity-q27-forward-active-post-r5.console.log
- sanity-q27-forward-active-post-r5.requests.jsonl
- sanity-q27-forward-active-post-r5.summary.json
- sanity-q27-forward-idle-post-r1.console.log
- sanity-q27-forward-idle-post-r1.requests.jsonl
- sanity-q27-forward-idle-post-r1.summary.json
- sanity-q27-forward-idle-post-r2.console.log
- sanity-q27-forward-idle-post-r2.requests.jsonl
- sanity-q27-forward-idle-post-r2.summary.json
- sanity-q27-forward-idle-post-r3.console.log
- sanity-q27-forward-idle-post-r3.requests.jsonl
- sanity-q27-forward-idle-post-r3.summary.json
- sanity-q27-forward-idle-post-r4.console.log
- sanity-q27-forward-idle-post-r4.requests.jsonl
- sanity-q27-forward-idle-post-r4.summary.json
- sanity-q27-forward-idle-post-r5.console.log
- sanity-q27-forward-idle-post-r5.requests.jsonl
- sanity-q27-forward-idle-post-r5.summary.json
- sanity-q27-initial.console.log
- sanity-q27-initial.requests.jsonl
- sanity-q27-initial.summary.json
- sanity-q27-reverse-idle-post-r1.console.log
- sanity-q27-reverse-idle-post-r1.requests.jsonl
- sanity-q27-reverse-idle-post-r1.summary.json
- sanity-q27-reverse-idle-post-r2.console.log
- sanity-q27-reverse-idle-post-r2.requests.jsonl
- sanity-q27-reverse-idle-post-r2.summary.json
- sanity-q27-reverse-idle-post-r3.console.log
- sanity-q27-reverse-idle-post-r3.requests.jsonl
- sanity-q27-reverse-idle-post-r3.summary.json
- sanity-q27-reverse-idle-post-r4.console.log
- sanity-q27-reverse-idle-post-r4.requests.jsonl
- sanity-q27-reverse-idle-post-r4.summary.json
- sanity-q27-reverse-idle-post-r5.console.log
- sanity-q27-reverse-idle-post-r5.requests.jsonl
- sanity-q27-reverse-idle-post-r5.summary.json
- sanity-q27-reverse-prime-post-r1.console.log
- sanity-q27-reverse-prime-post-r1.requests.jsonl
- sanity-q27-reverse-prime-post-r1.summary.json
- sanity-q27-reverse-prime-post-r2.console.log
- sanity-q27-reverse-prime-post-r2.requests.jsonl
- sanity-q27-reverse-prime-post-r2.summary.json
- sanity-q27-reverse-prime-post-r3.console.log
- sanity-q27-reverse-prime-post-r3.requests.jsonl
- sanity-q27-reverse-prime-post-r3.summary.json
- sanity-q27-reverse-prime-post-r4.console.log
- sanity-q27-reverse-prime-post-r4.requests.jsonl
- sanity-q27-reverse-prime-post-r4.summary.json
- sanity-q27-reverse-prime-post-r5.console.log
- sanity-q27-reverse-prime-post-r5.requests.jsonl
- sanity-q27-reverse-prime-post-r5.summary.json
- sanity-step-before-reverse.console.log
- sanity-step-before-reverse.requests.jsonl
- sanity-step-before-reverse.summary.json
- sanity-step-final.console.log
- sanity-step-final.requests.jsonl
- sanity-step-final.summary.json
- sanity-step-forward-active-post-r1.console.log
- sanity-step-forward-active-post-r1.requests.jsonl
- sanity-step-forward-active-post-r1.summary.json
- sanity-step-forward-active-post-r2.console.log
- sanity-step-forward-active-post-r2.requests.jsonl
- sanity-step-forward-active-post-r2.summary.json
- sanity-step-forward-active-post-r3.console.log
- sanity-step-forward-active-post-r3.requests.jsonl
- sanity-step-forward-active-post-r3.summary.json
- sanity-step-forward-active-post-r4.console.log
- sanity-step-forward-active-post-r4.requests.jsonl
- sanity-step-forward-active-post-r4.summary.json
- sanity-step-forward-active-post-r5.console.log
- sanity-step-forward-active-post-r5.requests.jsonl
- sanity-step-forward-active-post-r5.summary.json
- sanity-step-forward-idle-post-r1.console.log
- sanity-step-forward-idle-post-r1.requests.jsonl
- sanity-step-forward-idle-post-r1.summary.json
- sanity-step-forward-idle-post-r2.console.log
- sanity-step-forward-idle-post-r2.requests.jsonl
- sanity-step-forward-idle-post-r2.summary.json
- sanity-step-forward-idle-post-r3.console.log
- sanity-step-forward-idle-post-r3.requests.jsonl
- sanity-step-forward-idle-post-r3.summary.json
- sanity-step-forward-idle-post-r4.console.log
- sanity-step-forward-idle-post-r4.requests.jsonl
- sanity-step-forward-idle-post-r4.summary.json
- sanity-step-forward-idle-post-r5.console.log
- sanity-step-forward-idle-post-r5.requests.jsonl
- sanity-step-forward-idle-post-r5.summary.json
- sanity-step-initial.console.log
- sanity-step-initial.requests.jsonl
- sanity-step-initial.summary.json
- sanity-step-reverse-idle-post-r1.console.log
- sanity-step-reverse-idle-post-r1.requests.jsonl
- sanity-step-reverse-idle-post-r1.summary.json
- sanity-step-reverse-idle-post-r2.console.log
- sanity-step-reverse-idle-post-r2.requests.jsonl
- sanity-step-reverse-idle-post-r2.summary.json
- sanity-step-reverse-idle-post-r3.console.log
- sanity-step-reverse-idle-post-r3.requests.jsonl
- sanity-step-reverse-idle-post-r3.summary.json
- sanity-step-reverse-idle-post-r4.console.log
- sanity-step-reverse-idle-post-r4.requests.jsonl
- sanity-step-reverse-idle-post-r4.summary.json
- sanity-step-reverse-idle-post-r5.console.log
- sanity-step-reverse-idle-post-r5.requests.jsonl
- sanity-step-reverse-idle-post-r5.summary.json
- sanity-step-reverse-prime-post-r1.console.log
- sanity-step-reverse-prime-post-r1.requests.jsonl
- sanity-step-reverse-prime-post-r1.summary.json
- sanity-step-reverse-prime-post-r2.console.log
- sanity-step-reverse-prime-post-r2.requests.jsonl
- sanity-step-reverse-prime-post-r2.summary.json
- sanity-step-reverse-prime-post-r3.console.log
- sanity-step-reverse-prime-post-r3.requests.jsonl
- sanity-step-reverse-prime-post-r3.summary.json
- sanity-step-reverse-prime-post-r4.console.log
- sanity-step-reverse-prime-post-r4.requests.jsonl
- sanity-step-reverse-prime-post-r4.summary.json
- sanity-step-reverse-prime-post-r5.console.log
- sanity-step-reverse-prime-post-r5.requests.jsonl
- sanity-step-reverse-prime-post-r5.summary.json
- step-decode-active-r1.console.log
- step-decode-active-r1.requests.jsonl
- step-decode-active-r1.summary.json
- step-decode-active-r2.console.log
- step-decode-active-r2.requests.jsonl
- step-decode-active-r2.summary.json
- step-decode-active-r3.console.log
- step-decode-active-r3.requests.jsonl
- step-decode-active-r3.summary.json
- step-decode-active-r4.console.log
- step-decode-active-r4.requests.jsonl
- step-decode-active-r4.summary.json
- step-decode-active-r5.console.log
- step-decode-active-r5.requests.jsonl
- step-decode-active-r5.summary.json
- step-decode-idle-r1.console.log
- step-decode-idle-r1.requests.jsonl
- step-decode-idle-r1.summary.json
- step-decode-idle-r2.console.log
- step-decode-idle-r2.requests.jsonl
- step-decode-idle-r2.summary.json
- step-decode-idle-r3.console.log
- step-decode-idle-r3.requests.jsonl
- step-decode-idle-r3.summary.json
- step-decode-idle-r4.console.log
- step-decode-idle-r4.requests.jsonl
- step-decode-idle-r4.summary.json
- step-decode-idle-r5.console.log
- step-decode-idle-r5.requests.jsonl
- step-decode-idle-r5.summary.json
- step-prime-r1.console.log
- step-prime-r1.requests.jsonl
- step-prime-r1.summary.json
- step-prime-r2.console.log
- step-prime-r2.requests.jsonl
- step-prime-r2.summary.json
- step-prime-r3.console.log
- step-prime-r3.requests.jsonl
- step-prime-r3.summary.json
- step-prime-r4.console.log
- step-prime-r4.requests.jsonl
- step-prime-r4.summary.json
- step-prime-r5.console.log
- step-prime-r5.requests.jsonl
- step-prime-r5.summary.json
- step-server.env
- step-server.failures.txt
- step-server.log
- step-short-active-r1.console.log
- step-short-active-r1.requests.jsonl
- step-short-active-r1.summary.json
- step-short-active-r2.console.log
- step-short-active-r2.requests.jsonl
- step-short-active-r2.summary.json
- step-short-active-r3.console.log
- step-short-active-r3.requests.jsonl
- step-short-active-r3.summary.json
- step-short-active-r4.console.log
- step-short-active-r4.requests.jsonl
- step-short-active-r4.summary.json
- step-short-active-r5.console.log
- step-short-active-r5.requests.jsonl
- step-short-active-r5.summary.json
- step-short-idle-r1.console.log
- step-short-idle-r1.requests.jsonl
- step-short-idle-r1.summary.json
- step-short-idle-r2.console.log
- step-short-idle-r2.requests.jsonl
- step-short-idle-r2.summary.json
- step-short-idle-r3.console.log
- step-short-idle-r3.requests.jsonl
- step-short-idle-r3.summary.json
- step-short-idle-r4.console.log
- step-short-idle-r4.requests.jsonl
- step-short-idle-r4.summary.json
- step-short-idle-r5.console.log
- step-short-idle-r5.requests.jsonl
- step-short-idle-r5.summary.json
- vram-both-resident-after.txt
- vram-both-resident-before.txt
- driver.log
- gpu.csv
- provenance.txt
- q27-bg-r1.console.log
- q27-bg-r1.requests.jsonl
- q27-bg-r1.summary.json
- q27-bg-r2.console.log
- q27-bg-r2.requests.jsonl
- q27-bg-r2.summary.json
- q27-server.env
- q27-server.log
- runner.rc
- sanity-q27-forward-active-post-r1.console.log
- sanity-q27-forward-active-post-r1.requests.jsonl
- sanity-q27-forward-active-post-r1.summary.json
- sanity-q27-forward-idle-post-r1.console.log
- sanity-q27-forward-idle-post-r1.requests.jsonl
- sanity-q27-forward-idle-post-r1.summary.json
- sanity-q27-initial.console.log
- sanity-q27-initial.requests.jsonl
- sanity-q27-initial.summary.json
- sanity-step-forward-active-post-r1.console.log
- sanity-step-forward-active-post-r1.requests.jsonl
- sanity-step-forward-active-post-r1.summary.json
- sanity-step-forward-idle-post-r1.console.log
- sanity-step-forward-idle-post-r1.requests.jsonl
- sanity-step-forward-idle-post-r1.summary.json
- sanity-step-initial.console.log
- sanity-step-initial.requests.jsonl
- sanity-step-initial.summary.json
- step-decode-active-r1.console.log
- step-decode-active-r1.requests.jsonl
- step-decode-active-r1.summary.json
- step-decode-idle-r1.console.log
- step-decode-idle-r1.requests.jsonl
- step-decode-idle-r1.summary.json
- step-server.env
- step-server.log
- step-short-active-r1.console.log
- step-short-active-r1.requests.jsonl
- step-short-active-r1.summary.json
- step-short-idle-r1.console.log
- step-short-idle-r1.requests.jsonl
- step-short-idle-r1.summary.json
- vram-both-resident-before.txt
- driver.log
- gpu.csv
- provenance.txt
- q27-bg-r1.console.log
- q27-bg-r1.requests.jsonl
- q27-bg-r1.summary.json
- q27-bg-r2.console.log
- q27-bg-r2.requests.jsonl
- q27-bg-r2.summary.json
- q27-bg-r3.console.log
- q27-bg-r3.requests.jsonl
- q27-bg-r3.summary.json
- q27-bg-r4.console.log
- q27-bg-r4.requests.jsonl
- q27-bg-r4.summary.json
- q27-bg-r5.console.log
- q27-bg-r5.requests.jsonl
- q27-bg-r5.summary.json
- q27-server.env
- q27-server.log
- q27-step-idle-r1.console.log
- q27-step-idle-r1.requests.jsonl
- q27-step-idle-r1.summary.json
- runner.rc
- sanity-q27-before-reverse.console.log
- sanity-q27-before-reverse.requests.jsonl
- sanity-q27-before-reverse.summary.json
- sanity-q27-forward-active-post-r1.console.log
- sanity-q27-forward-active-post-r1.requests.jsonl
- sanity-q27-forward-active-post-r1.summary.json
- sanity-q27-forward-active-post-r2.console.log
- sanity-q27-forward-active-post-r2.requests.jsonl
- sanity-q27-forward-active-post-r2.summary.json
- sanity-q27-forward-active-post-r3.console.log
- sanity-q27-forward-active-post-r3.requests.jsonl
- sanity-q27-forward-active-post-r3.summary.json
- sanity-q27-forward-active-post-r4.console.log
- sanity-q27-forward-active-post-r4.requests.jsonl
- sanity-q27-forward-active-post-r4.summary.json
- sanity-q27-forward-active-post-r5.console.log
- sanity-q27-forward-active-post-r5.requests.jsonl
- sanity-q27-forward-active-post-r5.summary.json
- sanity-q27-forward-idle-post-r1.console.log
- sanity-q27-forward-idle-post-r1.requests.jsonl
- sanity-q27-forward-idle-post-r1.summary.json
- sanity-q27-forward-idle-post-r2.console.log
- sanity-q27-forward-idle-post-r2.requests.jsonl
- sanity-q27-forward-idle-post-r2.summary.json
- sanity-q27-forward-idle-post-r3.console.log
- sanity-q27-forward-idle-post-r3.requests.jsonl
- sanity-q27-forward-idle-post-r3.summary.json
- sanity-q27-forward-idle-post-r4.console.log
- sanity-q27-forward-idle-post-r4.requests.jsonl
- sanity-q27-forward-idle-post-r4.summary.json
- sanity-q27-forward-idle-post-r5.console.log
- sanity-q27-forward-idle-post-r5.requests.jsonl
- sanity-q27-forward-idle-post-r5.summary.json
- sanity-q27-initial.console.log
- sanity-q27-initial.requests.jsonl
- sanity-q27-initial.summary.json
- sanity-q27-reverse-idle-post-r1.console.log
- sanity-q27-reverse-idle-post-r1.requests.jsonl
- sanity-q27-reverse-idle-post-r1.summary.json
- sanity-step-before-reverse.console.log
- sanity-step-before-reverse.requests.jsonl
- sanity-step-before-reverse.summary.json
- sanity-step-forward-active-post-r1.console.log
- sanity-step-forward-active-post-r1.requests.jsonl
- sanity-step-forward-active-post-r1.summary.json
- sanity-step-forward-active-post-r2.console.log
- sanity-step-forward-active-post-r2.requests.jsonl
- sanity-step-forward-active-post-r2.summary.json
- sanity-step-forward-active-post-r3.console.log
- sanity-step-forward-active-post-r3.requests.jsonl
- sanity-step-forward-active-post-r3.summary.json
- sanity-step-forward-active-post-r4.console.log
- sanity-step-forward-active-post-r4.requests.jsonl
- sanity-step-forward-active-post-r4.summary.json
- sanity-step-forward-active-post-r5.console.log
- sanity-step-forward-active-post-r5.requests.jsonl
- sanity-step-forward-active-post-r5.summary.json
- sanity-step-forward-idle-post-r1.console.log
- sanity-step-forward-idle-post-r1.requests.jsonl
- sanity-step-forward-idle-post-r1.summary.json
- sanity-step-forward-idle-post-r2.console.log
- sanity-step-forward-idle-post-r2.requests.jsonl
- sanity-step-forward-idle-post-r2.summary.json
- sanity-step-forward-idle-post-r3.console.log
- sanity-step-forward-idle-post-r3.requests.jsonl
- sanity-step-forward-idle-post-r3.summary.json
- sanity-step-forward-idle-post-r4.console.log
- sanity-step-forward-idle-post-r4.requests.jsonl
- sanity-step-forward-idle-post-r4.summary.json
- sanity-step-forward-idle-post-r5.console.log
- sanity-step-forward-idle-post-r5.requests.jsonl
- sanity-step-forward-idle-post-r5.summary.json
- sanity-step-initial.console.log
- sanity-step-initial.requests.jsonl
- sanity-step-initial.summary.json
- sanity-step-reverse-idle-post-r1.console.log
- sanity-step-reverse-idle-post-r1.requests.jsonl
- sanity-step-reverse-idle-post-r1.summary.json
- step-decode-active-r1.console.log
- step-decode-active-r1.requests.jsonl
- step-decode-active-r1.summary.json
- step-decode-active-r2.console.log
- step-decode-active-r2.requests.jsonl
- step-decode-active-r2.summary.json
- step-decode-active-r3.console.log
- step-decode-active-r3.requests.jsonl
- step-decode-active-r3.summary.json
- step-decode-active-r4.console.log
- step-decode-active-r4.requests.jsonl
- step-decode-active-r4.summary.json
- step-decode-active-r5.console.log
- step-decode-active-r5.requests.jsonl
- step-decode-active-r5.summary.json
- step-decode-idle-r1.console.log
- step-decode-idle-r1.requests.jsonl
- step-decode-idle-r1.summary.json
- step-decode-idle-r2.console.log
- step-decode-idle-r2.requests.jsonl
- step-decode-idle-r2.summary.json
- step-decode-idle-r3.console.log
- step-decode-idle-r3.requests.jsonl
- step-decode-idle-r3.summary.json
- step-decode-idle-r4.console.log
- step-decode-idle-r4.requests.jsonl
- step-decode-idle-r4.summary.json
- step-decode-idle-r5.console.log
- step-decode-idle-r5.requests.jsonl
- step-decode-idle-r5.summary.json
- step-server.env
- step-server.log
- step-short-active-r1.console.log
- step-short-active-r1.requests.jsonl
- step-short-active-r1.summary.json
- step-short-active-r2.console.log
- step-short-active-r2.requests.jsonl
- step-short-active-r2.summary.json
- step-short-active-r3.console.log
- step-short-active-r3.requests.jsonl
- step-short-active-r3.summary.json
- step-short-active-r4.console.log
- step-short-active-r4.requests.jsonl
- step-short-active-r4.summary.json
- step-short-active-r5.console.log
- step-short-active-r5.requests.jsonl
- step-short-active-r5.summary.json
- step-short-idle-r1.console.log
- step-short-idle-r1.requests.jsonl
- step-short-idle-r1.summary.json
- step-short-idle-r2.console.log
- step-short-idle-r2.requests.jsonl
- step-short-idle-r2.summary.json
- step-short-idle-r3.console.log
- step-short-idle-r3.requests.jsonl
- step-short-idle-r3.summary.json
- step-short-idle-r4.console.log
- step-short-idle-r4.requests.jsonl
- step-short-idle-r4.summary.json
- step-short-idle-r5.console.log
- step-short-idle-r5.requests.jsonl
- step-short-idle-r5.summary.json
- vram-both-resident-before.txt
- driver.log
- gpu.csv
- provenance.txt
- q27-bg-r1.console.log
- q27-bg-r1.requests.jsonl
- q27-bg-r1.summary.json
- q27-bg-r2.console.log
- q27-bg-r2.requests.jsonl
- q27-bg-r2.summary.json
- q27-bg-r3.console.log
- q27-bg-r3.requests.jsonl
- q27-bg-r3.summary.json
- q27-bg-r4.console.log
- q27-bg-r4.requests.jsonl
- q27-bg-r4.summary.json
- q27-bg-r5.console.log
- q27-bg-r5.requests.jsonl
- q27-bg-r5.summary.json
- q27-server.env
- q27-server.log
- q27-step-idle-r1.console.log
- q27-step-idle-r1.requests.jsonl
- q27-step-idle-r1.summary.json
- runner.rc
- sanity-q27-before-reverse.console.log
- sanity-q27-before-reverse.requests.jsonl
- sanity-q27-before-reverse.summary.json
- sanity-q27-forward-active-post-r1.console.log
- sanity-q27-forward-active-post-r1.requests.jsonl
- sanity-q27-forward-active-post-r1.summary.json
- sanity-q27-forward-active-post-r2.console.log
- sanity-q27-forward-active-post-r2.requests.jsonl
- sanity-q27-forward-active-post-r2.summary.json
- sanity-q27-forward-active-post-r3.console.log
- sanity-q27-forward-active-post-r3.requests.jsonl
- sanity-q27-forward-active-post-r3.summary.json
- sanity-q27-forward-active-post-r4.console.log
- sanity-q27-forward-active-post-r4.requests.jsonl
- sanity-q27-forward-active-post-r4.summary.json
- sanity-q27-forward-active-post-r5.console.log
- sanity-q27-forward-active-post-r5.requests.jsonl
- sanity-q27-forward-active-post-r5.summary.json
- sanity-q27-forward-idle-post-r1.console.log
- sanity-q27-forward-idle-post-r1.requests.jsonl
- sanity-q27-forward-idle-post-r1.summary.json
- sanity-q27-forward-idle-post-r2.console.log
- sanity-q27-forward-idle-post-r2.requests.jsonl
- sanity-q27-forward-idle-post-r2.summary.json
- sanity-q27-forward-idle-post-r3.console.log
- sanity-q27-forward-idle-post-r3.requests.jsonl
- sanity-q27-forward-idle-post-r3.summary.json
- sanity-q27-forward-idle-post-r4.console.log
- sanity-q27-forward-idle-post-r4.requests.jsonl
- sanity-q27-forward-idle-post-r4.summary.json
- sanity-q27-forward-idle-post-r5.console.log
- sanity-q27-forward-idle-post-r5.requests.jsonl
- sanity-q27-forward-idle-post-r5.summary.json
- sanity-q27-initial.console.log
- sanity-q27-initial.requests.jsonl
- sanity-q27-initial.summary.json
- sanity-q27-reverse-idle-post-r1.console.log
- sanity-q27-reverse-idle-post-r1.requests.jsonl
- sanity-q27-reverse-idle-post-r1.summary.json
- sanity-step-before-reverse.console.log
- sanity-step-before-reverse.requests.jsonl
- sanity-step-before-reverse.summary.json
- sanity-step-forward-active-post-r1.console.log
- sanity-step-forward-active-post-r1.requests.jsonl
- sanity-step-forward-active-post-r1.summary.json
- sanity-step-forward-active-post-r2.console.log
- sanity-step-forward-active-post-r2.requests.jsonl
- sanity-step-forward-active-post-r2.summary.json
- sanity-step-forward-active-post-r3.console.log
- sanity-step-forward-active-post-r3.requests.jsonl
- sanity-step-forward-active-post-r3.summary.json
- sanity-step-forward-active-post-r4.console.log
- sanity-step-forward-active-post-r4.requests.jsonl
- sanity-step-forward-active-post-r4.summary.json
- sanity-step-forward-active-post-r5.console.log
- sanity-step-forward-active-post-r5.requests.jsonl
- sanity-step-forward-active-post-r5.summary.json
- sanity-step-forward-idle-post-r1.console.log
- sanity-step-forward-idle-post-r1.requests.jsonl
- sanity-step-forward-idle-post-r1.summary.json
- sanity-step-forward-idle-post-r2.console.log
- sanity-step-forward-idle-post-r2.requests.jsonl
- sanity-step-forward-idle-post-r2.summary.json
- sanity-step-forward-idle-post-r3.console.log
- sanity-step-forward-idle-post-r3.requests.jsonl
- sanity-step-forward-idle-post-r3.summary.json
- sanity-step-forward-idle-post-r4.console.log
- sanity-step-forward-idle-post-r4.requests.jsonl
- sanity-step-forward-idle-post-r4.summary.json
- sanity-step-forward-idle-post-r5.console.log
- sanity-step-forward-idle-post-r5.requests.jsonl
- sanity-step-forward-idle-post-r5.summary.json
- sanity-step-initial.console.log
- sanity-step-initial.requests.jsonl
- sanity-step-initial.summary.json
- sanity-step-reverse-idle-post-r1.console.log
- sanity-step-reverse-idle-post-r1.requests.jsonl
- sanity-step-reverse-idle-post-r1.summary.json
- step-decode-active-r1.console.log
- step-decode-active-r1.requests.jsonl
- step-decode-active-r1.summary.json
- step-decode-active-r2.console.log
- step-decode-active-r2.requests.jsonl
- step-decode-active-r2.summary.json
- step-decode-active-r3.console.log
- step-decode-active-r3.requests.jsonl
- step-decode-active-r3.summary.json
- step-decode-active-r4.console.log
- step-decode-active-r4.requests.jsonl
- step-decode-active-r4.summary.json
- step-decode-active-r5.console.log
- step-decode-active-r5.requests.jsonl
- step-decode-active-r5.summary.json
- step-decode-idle-r1.console.log
- step-decode-idle-r1.requests.jsonl
- step-decode-idle-r1.summary.json
- step-decode-idle-r2.console.log
- step-decode-idle-r2.requests.jsonl
- step-decode-idle-r2.summary.json
- step-decode-idle-r3.console.log
- step-decode-idle-r3.requests.jsonl
- step-decode-idle-r3.summary.json
- step-decode-idle-r4.console.log
- step-decode-idle-r4.requests.jsonl
- step-decode-idle-r4.summary.json
- step-decode-idle-r5.console.log
- step-decode-idle-r5.requests.jsonl
- step-decode-idle-r5.summary.json
- step-server.env
- step-server.log
- step-short-active-r1.console.log
- step-short-active-r1.requests.jsonl
- step-short-active-r1.summary.json
- step-short-active-r2.console.log
- step-short-active-r2.requests.jsonl
- step-short-active-r2.summary.json
- step-short-active-r3.console.log
- step-short-active-r3.requests.jsonl
- step-short-active-r3.summary.json
- step-short-active-r4.console.log
- step-short-active-r4.requests.jsonl
- step-short-active-r4.summary.json
- step-short-active-r5.console.log
- step-short-active-r5.requests.jsonl
- step-short-active-r5.summary.json
- step-short-idle-r1.console.log
- step-short-idle-r1.requests.jsonl
- step-short-idle-r1.summary.json
- step-short-idle-r2.console.log
- step-short-idle-r2.requests.jsonl
- step-short-idle-r2.summary.json
- step-short-idle-r3.console.log
- step-short-idle-r3.requests.jsonl
- step-short-idle-r3.summary.json
- step-short-idle-r4.console.log
- step-short-idle-r4.requests.jsonl
- step-short-idle-r4.summary.json
- step-short-idle-r5.console.log
- step-short-idle-r5.requests.jsonl
- step-short-idle-r5.summary.json
- vram-both-resident-before.txt
- compute-apps-live.txt
- driver.log
- final-sanity-q27.console.log
- final-sanity-q27.requests.jsonl
- final-sanity-q27.summary.json
- final-sanity-step.console.log
- final-sanity-step.requests.jsonl
- final-sanity-step.summary.json
- gpu-live.txt
- gpu.csv
- live-assertions.json
- ports-live.txt
- provenance.txt
- q27-server-tail.log
- q27-server.failures.txt
- runner.rc
- running-final.txt
- soak-tail-observed.jsonl
- soak-tail.jsonl
- step-server-tail.log
- step-server.failures.txt
- artifact-manifest.log
- preexisting-step-server.log
- remote-before.log
- remote-switch-build.log
- measure.py
- PROGRESS.md
- RESULTS.md
- run-vast-block.sh
- summarize.py
- summary.json
- build-fa-scalar4.log
- build-gates.log
- build-rpcar2w8.log
- fa-ab-driver.log
- fa-ab-r1-A-base.log
- fa-ab-r1-B-scalar4.log
- fa-ab-r2-A-base.log
- fa-ab-r2-B-scalar4.log
- fa-ab-r3-A-base.log
- fa-ab-r3-B-scalar4.log
- fa-ab-r4-A-base.log
- fa-ab-r4-B-scalar4.log
- fa-ab-r5-A-base.log
- fa-ab-r5-B-scalar4.log
- fa-scalar4-k3-shakeout.log
- final-build.log
- final-gates-driver.log
- final-kernel-check.log
- final-run-gen.log
- final-run-spec.log
- microbench-lock-attempt1.log
- microbench-lock-attempt2.log
- microbench-lock-attempt3.log
- microbench-rpcar2w8-ffn-down-x3.log
- ptxas-rpcar2w8.log
- resource-fa-scalar4.log
- rp-aux-ab-driver.log
- rp-aux-ab-r1-A-base.log
- rp-aux-ab-r1-B-auxdual.log
- rp-aux-ab-r2-A-base.log
- rp-aux-ab-r2-B-auxdual.log
- rp-aux-ab-r3-A-base.log
- rp-aux-ab-r3-B-auxdual.log
- rp-aux-ab-r4-A-base.log
- rp-aux-ab-r4-B-auxdual.log
- rp-aux-ab-r5-A-base.log
- rp-aux-ab-r5-B-auxdual.log
- rp-aux-build.log
- rp-aux-k3-shakeout.log
- rp-aux-resource.txt
- sass-rpcar2w8.log
- arms.jsonl
- PROGRESS.md
- RESULTS.md
- run-final-gates.sh
- run-rp-aux-ab.sh
- PROGRESS.md
- READINESS.md
- DECISION.md
- EVIDENCE-NOTES.md
- battery-local-ci.log
- postmerge-full-matrix.log
- postmerge-teeth.log
- q27-p1.ctl.measure.log
- q27-p1.measure.log
- q27-p2.ctl.measure.log
- q27-p2.measure.log
- q27-p3.ctl.measure.log
- q27-p3.measure.log
- q9-p1.ctl.measure.log
- q9-p1.measure.log
- q9-p2.ctl.measure.log
- q9-p2.measure.log
- q9-p3.ctl.measure.log
- q9-p3.measure.log
- reverify-after-loop-refactor.log
- skip-contract-allskip.log
- skip-contract-partial.log
- teeth-f8f4-q27.log
- teeth-f8f4.log
- teeth-flag.log
- teeth-naked.log
- DESIGN.md
- metrics-after.json
- metrics-baseline.json
- resp1-greedy.json
- resp4-sampled.json
- serve-smoke.log
- serve.log
- validate-run.log
- validate.sh
- cont-B128-y0.bg.json
- cont-B128-y0.server.log
- cont-B128-y1.bg.json
- cont-B128-y1.server.log
- cont-B32-y0.bg.json
- cont-B32-y0.server.log
- cont-B32-y1.bg.json
- cont-B32-y1.server.log
- first-B128-off.bg.json
- first-B128-off.server.log
- first-B128-on.bg.json
- first-B128-on.server.log
- first-result-driver.log
- full-eval-driver.aborted-attempt1.log
- full-eval-driver.log
- full-eval-nohup.log
- gate-cargo-test.log
- gate-dbg-config.log
- gate-dbg-strict.log
- gate-runspec.log
- gate-serve-smoke.log
- ident-cont-B128-y0.bg.json
- ident-cont-B128-y0.bgtext.txt
- ident-cont-B128-y0.server.log
- ident-cont-B128-y0.txt
- ident-cont-B128-y1.bg.json
- ident-cont-B128-y1.bgtext.txt
- ident-cont-B128-y1.server.log
- ident-cont-B128-y1.txt
- ident-solo-B128-y0.server.log
- ident-solo-B128-y0.txt
- ident-solo-B128-y1.server.log
- ident-solo-B128-y1.txt
- ident-solo-B32-y0.server.log
- ident-solo-B32-y0.txt
- ident-solo-B32-y1.server.log
- ident-solo-B32-y1.txt
- iter1-B128-off.bg.json
- iter1-B128-off.server.log
- iter1-B128-on.bg.json
- iter1-B128-on.server.log
- iter1-driver.log
- points-contended.jsonl
- points-first-result.jsonl
- points-iter1.jsonl
- points-solo.jsonl
- points-thru.jsonl
- solo-B128-y0.server.log
- solo-B128-y1.server.log
- solo-B32-y1.server.log
- thru-c1-B128-y0-r1.server.log
- thru-c1-B128-y0-r2.server.log
- thru-c1-B128-y1-r1.server.log
- thru-c1-B128-y1-r2.server.log
- thru-c1-B32-y0-r1.server.log
- thru-c1-B32-y1-r1.server.log
- thru-c8-B128-y0-r1.server.log
- thru-c8-B128-y0-r2.server.log
- thru-c8-B128-y1-r1.server.log
- thru-c8-B128-y1-r2.server.log
- thru-c8-B32-y0-r1.server.log
- thru-c8-B32-y1-r1.server.log
- thru-load.log
- first-result.log
- run-first-result.sh
- run-full-eval.sh
- run-iter1.sh
- VERDICT.md
- c8-noreg.txt
- c8-off-r1-server.log
- c8-off-r2-server.log
- c8-off-r3-server.log
- c8-off-r4-server.log
- c8-off-r5-server.log
- c8-on-r1-server.log
- c8-on-r2-server.log
- c8-on-r3-server.log
- c8-on-r4-server.log
- c8-on-r5-server.log
- c8-rows.jsonl
- cargo-test.log
- dbg-config.log
- dbg-strict.log
- fix-pool-run1-rows.jsonl
- fix-pool-run1-server.log
- fix-pool-run1-vram.txt
- fix-pool-run1.txt
- fix-pool-run2-rows.jsonl
- fix-pool-run2-server.log
- fix-pool-run2.txt
- fix-pool-run3-rows.jsonl
- fix-pool-run3-server.log
- fix-pool-run3-vram.txt
- fix-pool-run3.txt
- fix-run1-rows.jsonl
- fix-run1-server.log
- fix-run1-vram.txt
- fix-run1.txt
- fix-run2-rows.jsonl
- fix-run2-server.log
- fix-run2-vram.txt
- fix-run2.txt
- fix-run3-rows.jsonl
- fix-run3-server.log
- fix-run3-vram.txt
- fix-run3.txt
- kernel-check.log
- noreg-battery-pool.txt
- noreg-battery.txt
- run-spec.log
- serve-smoke-pool.log
- serve-smoke.log
- teeth-pool-rows.jsonl
- teeth-pool-server.log
- teeth-pool.txt
- teeth-rows.jsonl
- teeth-server.log
- teeth-vram.txt
- teeth.txt
- c8-noreg.sh
- noreg-battery.sh
- RESULTS.jsonl
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- artifact-sha256.txt
- driver.log
- gate-corrected.json
- gate-run1.json
- gate-run2.json
- gate-run3.json
- workload.json
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- gate-short.json
- workload.json
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- gate-tiny.json
- workload.json
- compare_gate.py
- local-ci-perf-quick-after-nominatable-fix.log
- PROGRESS.md
- RESULTS.md
- run-5090-gate.sh
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- artifact-sha256.txt
- cold-driver.log
- compare-corrected.log
- driver.log
- gate-corrected.json
- gate-run1.json
- gate-run2.json
- gate-run3.json
- workload.json
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- gpu-samples.log
- metrics-final.json
- requests.jsonl
- server.log
- verdict.txt
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- artifact-sha256.txt
- compare-true-cold.log
- driver.log
- gate-run1.json
- gate-run2.json
- gate-run3.json
- gate-true-cold.json
- gpu-samples.log
- true-cold-verdict.txt
- verdict.txt
- workload.json
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- compare.log
- driver.log
- gate-teeth.json
- workload.json
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- burst-000.json
- burst-001.json
- burst-002.json
- burst-003.json
- burst-metrics-samples.jsonl
- metrics-final.json
- metrics-initial.json
- postburst-000.json
- sequential-000.json
- sequential-001.json
- sequential-002.json
- sequential-003.json
- sequential-004.json
- sequential-005.json
- sequential-006.json
- sequential-007.json
- sequential-008.json
- sequential-009.json
- sequential-010.json
- sequential-011.json
- client.log
- metrics-final.json
- requests.jsonl
- server.log
- artifact-sha256.txt
- build.txt
- compare.log
- driver.log
- gate-teeth.json
- gpu-samples.log
- verdict.txt
- workload.json
- turn-01-response.json
- turn-02-response.json
- turn-03-response.json
- turn-04-response.json
- metrics-final.json
- metrics-initial.json
- summary.json
- turn-01-response.json
- turn-02-response.json
- turn-03-response.json
- turn-04-response.json
- metrics-final.json
- metrics-initial.json
- summary.json
- cargo-build.log
- metrics-final-final.json
- metrics-final.json
- pi-shape-driver.log
- pi-shape-final-driver.log
- pod-driver-final.log
- pod-driver.log
- server-final.log
- server.log
- driver.log
- gpu-samples.log
- server-last.log
- affinity-driver.py
- affinity-record.json
- build.txt
- driver.log
- gpu-samples.log
- server-last.log
- verdict.txt
- affinity-lines.log
- driver.log
- driver.py
- gpu-after.log
- gpu-before.log
- metrics.txt
- record.json
- server.log
- affinity-lines.log
- driver.log
- driver.py
- gpu-after.log
- gpu-before.log
- metrics.txt
- record.json
- server.log
- before-owner-pi.log
- cargo-build-release-shared-grow.log
- cargo-build-release.log
- cargo-test-memra-server-after-shared-grow.log
- cargo-test-memra-server.log
- PROGRESS.md
- RESULTS.md
- run-pod-pi-shape.py
- run-teeth.sh
- agentworld-owngen-ids.txt
- agentworld-owngen.log
- acc-k2-p1-code-short.log
- acc-k2-p2-code-medium.log
- acc-k2-p3-agentic-long.log
- acc-k3-p1-code-short.log
- acc-k3-p2-code-medium.log
- acc-k3-p3-agentic-long.log
- acc-k4-p1-code-short.log
- acc-k4-p2-code-medium.log
- acc-k4-p3-agentic-long.log
- gate-k1-8.log
- agentworld-q4km-argmax-pp22.log
- agentworld-q4km-chat-sanity.log
- pp22.txt
- rust-review-302.txt
- aw-cell-console.log
- aw-cell.jsonl
- aw-llama-plain-p1-code-short-rep1.log
- aw-llama-plain-p1-code-short-rep2.log
- aw-llama-plain-p1-code-short-rep3.log
- aw-llama-plain-p2-code-medium-rep1.log
- aw-llama-plain-p2-code-medium-rep2.log
- aw-llama-plain-p2-code-medium-rep3.log
- aw-llama-plain-p3-agentic-long-rep1.log
- aw-llama-plain-p3-agentic-long-rep2.log
- aw-llama-plain-p3-agentic-long-rep3.log
- aw-memra-spec-p1-code-short-rep1.log
- aw-memra-spec-p1-code-short-rep2.log
- aw-memra-spec-p1-code-short-rep3.log
- aw-memra-spec-p2-code-medium-rep1.log
- aw-memra-spec-p2-code-medium-rep2.log
- aw-memra-spec-p2-code-medium-rep3.log
- aw-memra-spec-p3-agentic-long-rep1.log
- aw-memra-spec-p3-agentic-long-rep2.log
- aw-memra-spec-p3-agentic-long-rep3.log
- aw-tensor-dump.txt
- build-agentworld-draft.log
- build-draft.sh
- downloads.log
- gates-console.log
- gates-drafter.sh
- gen-corpus-chunk.sh
- kernel-check.log
- probe-mode3-resident-p2.log
- probe-mode3-slru-p2.log
- probe-resident-p2.log
- README.md
- run-bar-cell.sh
- run-gates.sh
- sha-verify.log
- summarize-cell.py
- summarize-gates.py
- summary-output.txt
- acc-k2-p1-code-short.log
- acc-k2-p2-code-medium.log
- acc-k2-p3-agentic-long.log
- acc-k3-p1-code-short.log
- acc-k3-p2-code-medium.log
- acc-k3-p3-agentic-long.log
- acc-k4-p1-code-short.log
- acc-k4-p2-code-medium.log
- acc-k4-p3-agentic-long.log
- gate-k1-8.log
- agentworld-iq4xs-argmax-pp22.log
- agentworld-iq4xs-chat-sanity.log
- pp22.txt
- rust-review-302.txt
- aw-cell-console.log
- aw-cell.jsonl
- aw-llama-plain-p1-code-short-rep1.log
- aw-llama-plain-p1-code-short-rep2.log
- aw-llama-plain-p1-code-short-rep3.log
- aw-llama-plain-p2-code-medium-rep1.log
- aw-llama-plain-p2-code-medium-rep2.log
- aw-llama-plain-p2-code-medium-rep3.log
- aw-llama-plain-p3-agentic-long-rep1.log
- aw-llama-plain-p3-agentic-long-rep2.log
- aw-llama-plain-p3-agentic-long-rep3.log
- aw-memra-spec-p1-code-short-rep1.log
- aw-memra-spec-p1-code-short-rep2.log
- aw-memra-spec-p1-code-short-rep3.log
- aw-memra-spec-p2-code-medium-rep1.log
- aw-memra-spec-p2-code-medium-rep2.log
- aw-memra-spec-p2-code-medium-rep3.log
- aw-memra-spec-p3-agentic-long-rep1.log
- aw-memra-spec-p3-agentic-long-rep2.log
- aw-memra-spec-p3-agentic-long-rep3.log
- aw-tensor-dump.txt
- downloads.log
- gates-console.log
- gates-drafter.sh
- kernel-check.log
- README.md
- run-bar-cell.sh
- run-gates.sh
- sha-verify.log
- summarize-cell.py
- summarize-gates.py
- summary-output.txt
- RECEIPTS.md
- MANIFEST.sha256
- requests.jsonl
- summary.json
- MANIFEST.sha256
- requests.jsonl
- summary.json
- MANIFEST.sha256
- requests.jsonl
- summary.json
- MANIFEST.sha256
- requests.jsonl
- summary.json
- MANIFEST.sha256
- requests.jsonl
- summary.json
- MANIFEST.sha256
- requests.jsonl
- summary.json
- MANIFEST.sha256
- requests.jsonl
- summary.json
- MANIFEST.sha256
- requests.jsonl
- summary.json
- MANIFEST.sha256
- requests.jsonl
- summary.json
- MANIFEST.sha256
- metrics-after.json
- metrics-before.json
- requests.jsonl
- summary.json
- MANIFEST.sha256
- metrics-after.json
- metrics-before.json
- requests.jsonl
- summary.json
- cargo-build-release-accounting.log
- cargo-build-release-final.log
- cargo-build-release.log
- cargo-test-memra-server-accounting.log
- cargo-test-memra-server-final.log
- cargo-test-memra-server.log
- evidence-validation.log
- gpu-preflight.log
- local-admission-run2.console.log
- local-admission.console.log
- local-cleanup.txt
- local-final-postflight.txt
- local-ledger-final.jsonl
- local-ledger-run2-preclassification.jsonl
- local-long-generation-constraint-fail.console.log
- local-long-generation-postflight.txt
- local-long-generation-probe.console.log
- local-long-generation-runtime.txt
- local-long-generation.console.log
- local-long-prompt-token-ids.console.log
- local-long-prompt.console.log
- local-metadata-limits-final.console.log
- local-metadata-limits.console.log
- local-public-gate-final.console.log
- local-public-gate.console.log
- local-server-final.log
- local-server-run2.log
- local-server.log
- long-limit-harness-static.log
- openrouter-model-field-20260813.json
- python-gateway-probe-tests.log
- python-gateway-tests-final.log
- SHA256SUMS
- shell-launchers.log
- test-context-cap.log
- test-gateway-registry-initial.log
- test-incremental-decode.log
- test-planned-registry.log
- long_limits_gate.py
- PROGRESS.md
- apikey-gates.jsonl
- apikey_gate.py
- gate-run-console.log
- meter-lines-sample.log
- RESULTS.md
- serve-smoke-console.log
- serve-st-console.log
- server-apikeys.log
- baseline-build-box1.log
- baseline-build.log
- baseline-qwen35-run-gen.log
- baseline-step35-run-gen-box1.log
- final-box1-source-compare.log
- final-build-run-spec-box1.log
- final-build-run-spec.log
- final-build.log
- final-docs-check.log
- final-generator-render.log
- final-generator-tests.log
- final-kernel-check.log
- final-memra-gguf-tests.log
- final-qwen35-comparison.log
- final-qwen35-run-gen.log
- final-qwen35-run-spec.log
- final-serve-smoke-clean.log
- final-serve-smoke.log
- final-step35-run-spec-box1.log
- final-workspace-check.log
- post-geometry-build-box1.log
- post-geometry-build-local.log
- post-geometry-comparison.log
- post-geometry-memra-gguf-tests.log
- post-geometry-qwen35-run-gen.log
- post-geometry-step35-run-gen-box1.log
- post-geometry-workspace-check.log
- BASELINES.md
- GEOMETRY.md
- PROGRESS.md
- REPORT.md
- activation-q27-eager-env.txt
- activation-q27-eager-load.log
- activation-q27-eager-metrics.json
- activation-q27-eager-server.log
- activation-points.jsonl
- arm-invariant.txt
- SHA256SUMS.input
- full_hit_cell.py
- mixed_cell.py
- pair_gate.py
- PROGRESS.md
- RESULTS.md
- .upstream-sweep-since
- BW24-BUILD-MAP.md
- INDEX.md
- INFERENCE-FEATURE-MAP.md
- SOTA-ADOPTION-2026-07.md
- SOTA-SWEEP-2026-07-13.md
- .gitattributes
- .gitignore
- .ignore
- AGENTS.md
- ARCHITECTURE-H100.md
- ARCHITECTURE.md
- bench_vllm.py
- Cargo.lock
- Cargo.toml
- CITATION.cff
- CLAUDE.md
- CONTRIBUTING.md
- LICENSE
- README.md
- SECURITY.md
// repository documentation
Was this content helpful?
(0 ratings)
