We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8dd3d commit f931d37Copy full SHA for f931d37
setup.py
@@ -12,7 +12,7 @@
12
keywords='BERT NLP deep learning google metric',
13
license='MIT',
14
url="https://github.com/neulab/code-bert-score",
15
- download_url = 'https://github.com/neulab/code-bert-score/archive/refs/tags/v0.4.0.zip',
+ download_url = 'https://github.com/neulab/code-bert-score/archive/refs/tags/v0.4.0.tar.gz',
16
packages=find_packages(exclude=["*.tests", "*.tests.*",
17
"tests.*", "tests"]),
18
install_requires=['torch>=1.0.0',
0 commit comments