Skip to content

Commit

Permalink
lint pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Jintao-Huang committed Jan 22, 2025
1 parent be02e59 commit 397bb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/llm/dataset/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def __getitem__(self, idx: int) -> Dict[str, Any]:
import traceback
logger.info(traceback.format_exc())
logger.warning('👆👆👆There are errors in the template.encode, '
'and another piece of data will be randomly selected.')
'and another piece of data will be randomly selected.')
self._traceback_counter += 1

def __len__(self) -> int:
Expand Down

0 comments on commit 397bb7f

Please sign in to comment.