Skip to content

Commit

Permalink
CU-8693u6b4u: Add mising test-helper file
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed Feb 13, 2024
1 parent 58d4e93 commit f9c2660
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/utils/ner/helper.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import pkg_resources

TORCH_VERSION = pkg_resources.get_distribution("torch").version
CPU_ONLY_TORCH_URL = "https://download.pytorch.org/whl/cpu/"

0 comments on commit f9c2660

Please sign in to comment.