Dashboard
Welcome to Mnemos - Your AI Memory Management System
Overview
Total Memories
2,845
All stored memories
Recent (7 Days)
0
Newly added memories
Memory Types
4
Most common: semantic
Types Breakdown
2,245
semantic
537
procedural
50
episodic
13
document
Quick Capture
Recent Memories
View all"""Tests for the get_params_util module.""" from unittest.mock import Mock import pytest import torch from transformer_lens.model_bridge.get_params_util import get_bridge_params class TestGetBrid...
"""Tests for `benchmark_gated_hooks_fire`. The benchmark's job: exercise every cfg-gated attention hook on every verified architecture and fail if the hook was registered but never fired. This replac...
"""Tests for ``build_bridge_from_module`` free function. Signature, defaults, and behavior must stay aligned with dev-4.x so that the v4 merge is a no-op for users importing from this module. """ fro...
"""Regression test: every adapter's hook aliases resolve to a real HookPoint. Catches bugs where an alias target path doesn't navigate to a HookPoint (the complementary case to Tier 2, which catches...
"""Tests for ArchitectureAdapter._qkvo_weight_conversions() factory method.""" import torch from transformer_lens.model_bridge.architecture_adapter import ArchitectureAdapter class _FakeCfg: d...