Skip to content

Commit

Permalink
fix: try to fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoCode012 committed Jan 2, 2025
1 parent 0f5d2bf commit b884f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/utils/data/sft.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
process_datasets_for_packing,
)

LOG = logging.getLogger("axolotl.utils.data.sft")
LOG = logging.getLogger(__name__)


@retry_on_request_exceptions(max_retries=3, delay=5)
Expand Down

0 comments on commit b884f98

Please sign in to comment.