From bfb75ecb77ef09027efb2d77fb163f1c3dffe817 Mon Sep 17 00:00:00 2001 From: Doron Adler Date: Thu, 13 May 2021 13:56:05 +0000 Subject: [PATCH] Updated checkpoint TS --- hebrew-gpt_neo-tiny/tiny.e-gayon.com/site/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hebrew-gpt_neo-tiny/tiny.e-gayon.com/site/main.py b/hebrew-gpt_neo-tiny/tiny.e-gayon.com/site/main.py index 7946cc2..d53b33f 100755 --- a/hebrew-gpt_neo-tiny/tiny.e-gayon.com/site/main.py +++ b/hebrew-gpt_neo-tiny/tiny.e-gayon.com/site/main.py @@ -19,7 +19,7 @@ def robots(): @app.route('/checkpoint') def checkpoint(): - return ("20210512-1729") + return ("20210513-1654") #return send_file('hebrew-gpt_neo-tiny/counter', mimetype='text/plain') @app.route('/', methods=['GET', 'POST'])