Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarko committed Jan 9, 2019
1 parent 2a56bea commit 73bcbd4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ There are several config files:
3. update `model.config` with the new model (on `t2t-transformer` the systemd scripts expects that file in `/opt/lindat_tranformer_service`)
4. restart both - `sudo systemctl restart tensorflow_serving`, `sudo systemctl restart transformer`
5. check serving logs for oom errors `sudo journalctl -f -u tensorflow_serving`; if you see them before translating anything, search for a way to dynamically swap the models; if you see them when translating you might try fiddling with `batching.config`


## Notes
The first version (where the translation was run as a shell script) was based on https://beenje.github.io/blog/posts/running-background-tasks-with-flask-and-rq/ - the look and forms are still based on that

0 comments on commit 73bcbd4

Please sign in to comment.