Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/llmcompressor/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
PreTrainedTokenizer | BaseImageProcessor | FeatureExtractionMixin | ProcessorMixin
)

a=1

Comment on lines +21 to +22
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This variable a and the following blank line appear to be temporary code for debugging. This should be removed before merging to keep the module clean and avoid polluting the global namespace.

# Supported dataset types, IterableDataset is a streamed dataset
DatasetType = Dataset | DatasetDict | IterableDataset

Expand Down
Loading