detllm
Deterministic-mode checks for LLM inference: measure run/batch variance, generate repro packs, and explain why outputs differ.
File Explorer
- ci.yml
- todo-issues.yml
- __init__.py
- analysis.py
- render.py
- __init__.py
- base.py
- hf.py
- vllm.py
- __init__.py
- main.py
- __init__.py
- artifacts.py
- capabilities.py
- deterministic.py
- env.py
- models.py
- __init__.py
- diff.py
- __init__.py
- planner.py
- render.py
- __init__.py
- diagnose.py
- render_text.py
- replay.py
- __init__.py
- phase.py
- render.py
- runner.py
- __init__.py
- render_text.py
- report.py
- __init__.py
- analysis.json
- artifact_inspection.json
- determinism_applied.json
- diagnosis.json
- doctor_report.json
- env_snapshot.json
- experiment_plan.json
- phase_diagram.json
- project_config.json
- replay.json
- report.json
- run_config.json
- trace_row.json
- __init__.py
- io.py
- __init__.py
- config.py
- doctor.py
- init.py
- inspect.py
- render.py
- __init__.py
- api.py
- logging.py
- version.py
- analysis.md
- determinism_boundary.md
- examples.md
- experiment_planner.md
- flight_recorder.md
- onboarding.md
- phase_diagram.md
- python_api.md
- troubleshooting.md
- verification.md
- versioning.md
- vllm.md
- phase_diagram.json
- basic.jsonl
- research_debugging.jsonl
- python_api.py
- quickstart.sh
- README.md
- todo_issues.py
- test_hf_e2e.py
- test_analysis_api_cli.py
- test_analysis_core.py
- test_api.py
- test_capabilities.py
- test_check_logic.py
- test_cli.py
- test_cli_diff.py
- test_cli_report.py
- test_deterministic.py
- test_diff.py
- test_env.py
- test_examples_docs.py
- test_experiment_planner_api_cli.py
- test_experiment_planner_core.py
- test_flight_recorder_diagnose.py
- test_flight_recorder_replay.py
- test_phase_api_cli.py
- test_phase_core.py
- test_scores_diff.py
- test_topk_capture.py
- test_usability_cli.py
- test_usability_config_init.py
- test_usability_doctor_inspect.py
- test_vllm_backend.py
- conftest.py
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- demo.gif
- detLLM_logo.png
- LICENSE
- Makefile
- pyproject.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
