We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01796f3 commit a822353Copy full SHA for a822353
README.md
@@ -7,6 +7,10 @@ It can be installed from Pypi with:
7
pip install rxn-opennmt-py
8
```
9
10
+Links:
11
+* [GitHub repository](https://github.com/rxn4chemistry/OpenNMT-py)
12
+* [PyPI package](https://pypi.org/project/rxn-opennmt-py/)
13
+
14
## OpenNMT-py
15
16
This is a [Pytorch](https://github.com/pytorch/pytorch)
setup.py
@@ -16,9 +16,7 @@
packages=find_packages(),
17
project_urls={
18
"Documentation": "http://opennmt.net/OpenNMT-py/",
19
- "Forum": "http://forum.opennmt.net/",
20
- "Gitter": "https://gitter.im/OpenNMT/OpenNMT-py",
21
- "Source": "https://github.com/OpenNMT/OpenNMT-py/",
+ "Source": "https://github.com/rxn4chemistry/OpenNMT-py/",
22
},
23
install_requires=[
24
"six",
0 commit comments