Skip to content

Commit

Permalink
docs: update changelog with info about previous pr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paluchasz committed Dec 17, 2024
1 parent f1caa48 commit b07667d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_changelog.d/pytorch_memory_issue.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix issue with TransformersModelForTokenClassificationNerStep when processing large amounts of documents. The fix offloads tensors onto cpu before performin the torch.cat operation which lead to a zero tensor before.

0 comments on commit b07667d

Please sign in to comment.