LLMDebugger
Enrichment pendingLDB: A Large Language Model Debugger via Verifying Runtime Execution Step by Step (ACL'24)
GraphCanon updated today · GitHub synced today
588
Stars
56
Forks
5
Open issues
7
Watchers
1y
Last push
Python Apache-2.0Created Feb 25, 2024
Trust & integrity
Full report- Maintenance
- Dormant (669d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Personal account
- As of today · Source: github_public_v1
- Security (OSV)
- No criticals
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
LDB: A Large Language Model Debugger via Verifying Runtime Execution Step by Step (ACL'24)
Capability facts
- Languages
- python
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Python runtimePython
Source: README excerpt (regex_v1, Jul 11, 2026)
conda create -n ldb python=3.10Source link
Tags
README
📦 Installation
conda create -n ldb python=3.10
conda activate ldb
python -m pip install -r requirements.txt