dp-fusion-lib/.github/ISSUE_TEMPLATE/bug_report.md
rushil-thareja d012046d85 Initial release v0.1.0
- Token-level differential privacy for LLMs
  - Integration with Document Privacy API
  - Comprehensive test suite and documentation
  - Examples and Jupyter notebook included
2025-12-23 17:02:06 +04:00

622 B

name about title labels assignees
Bug Report Report a bug or unexpected behavior [BUG] bug

Description

A clear description of the bug.

Environment

  • Python version:
  • PyTorch version:
  • Transformers version:
  • dp-fusion-lib version:
  • OS:
  • GPU (if applicable):

Steps to Reproduce

# Minimal code to reproduce the issue
from dp_fusion_lib import DPFusion

# ...

Expected Behavior

What you expected to happen.

Actual Behavior

What actually happened.

Error Traceback

Paste full traceback here

Additional Context

Any other context about the problem.