Skip to content

Commit

Permalink
Security considerations and a bit of cleanup (OpenNMT#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoishernandez authored Sep 22, 2021
1 parent 71026eb commit a55f246
Show file tree
Hide file tree
Showing 32 changed files with 12 additions and 6,954 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# OpenNMT-py: Open-Source Neural Machine Translation

[![Build Status](https://github.com/OpenNMT/OpenNMT-py/workflows/Lint%20&%20Tests/badge.svg)](https://github.com/OpenNMT/OpenNMT-py/actions)
[![Run on FH](https://img.shields.io/badge/Run%20on-FloydHub-blue.svg)](https://floydhub.com/run?template=https://github.com/OpenNMT/OpenNMT-py)
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://opennmt.net/OpenNMT-py/)
[![Gitter](https://badges.gitter.im/OpenNMT/OpenNMT-py.svg)](https://gitter.im/OpenNMT/OpenNMT-py?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Forum](https://img.shields.io/badge/discourse-online-green.svg)](https://forum.opennmt.net/)
Expand Down Expand Up @@ -59,7 +58,6 @@ Table of Contents
* [Setup](#setup)
* [Features](#features)
* [Quickstart](#quickstart)
* [Alternative: Run on FloydHub](#alternative-run-on-floydhub)
* [Pretrained embeddings](#pretrained-embeddings-eg-glove)
* [Pretrained models](#pretrained-models)
* [Acknowledgements](#acknowledgements)
Expand Down Expand Up @@ -236,13 +234,6 @@ onmt_release_model -model toy-ende/run/model_step_1000.pt -output toy-ende/run/m

The release script can also export checkpoints to [CTranslate2](https://github.com/OpenNMT/CTranslate2), a fast inference engine for Transformer models. See the `-format` command line option.

## Alternative: Run on FloydHub

[![Run on FloydHub](https://static.floydhub.com/button/button.svg)](https://floydhub.com/run?template=https://github.com/OpenNMT/OpenNMT-py)

Click this button to open a Workspace on [FloydHub](https://www.floydhub.com/?utm_medium=readme&utm_source=opennmt-py&utm_campaign=jul_2018) for training/testing your code.


## Pretrained embeddings (e.g. GloVe)

Please see the FAQ: [How to use GloVe pre-trained embeddings in OpenNMT-py](http://opennmt.net/OpenNMT-py/FAQ.html#how-do-i-use-pretrained-embeddings-e-g-glove)
Expand Down
12 changes: 12 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 2.2.x | :white_check_mark: |
| 1.2.x | :x: |

## Reporting a Vulnerability

Please open an issue, or contact one of the maintainers via [gitter](https://gitter.im/OpenNMT/OpenNMT-py).
2 changes: 0 additions & 2 deletions floyd.yml

This file was deleted.

1 change: 0 additions & 1 deletion floyd_requirements.txt

This file was deleted.

220 changes: 0 additions & 220 deletions tools/detokenize.perl

This file was deleted.

Loading

0 comments on commit a55f246

Please sign in to comment.