Skip to content

Commit ec5ed2a

Browse files
authored
Update kenlm to newest sha
1 parent 74fd62a commit ec5ed2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/accuracy_checker/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ def prepare_requirements():
122122
tests_require=[read("requirements-test.in")],
123123
cmdclass={'test': PyTest, 'install_core': CoreInstall},
124124
extras_require={'extra': _extras + ['pycocotools>=2.0.2', 'crf_beam;platform_system=="Linux"', 'torch>=0.4.0', 'torchvision>=0.2.1', 'lpips', 'soundfile', "torchmetrics", "diffusers",
125-
'kenlm @ git+https://github.com/kpu/kenlm.git@716251e7cac9feebba1138639420089a73d008a5#egg=kenlm']}
125+
'kenlm @ git+https://github.com/kpu/kenlm.git@4cb443e60b7bf2c0ddf3c745378f76cb59e254e5#egg=kenlm']}
126126
)

0 commit comments

Comments
 (0)