jfrery-zama
commited on
Commit
·
c85d79c
1
Parent(s):
f3bcea6
chore: fix python version server
Browse files
app.py
CHANGED
@@ -14,7 +14,10 @@ import subprocess
|
|
14 |
import shutil
|
15 |
import time
|
16 |
|
17 |
-
|
|
|
|
|
|
|
18 |
|
19 |
# Wait 5 sec for the server to start
|
20 |
time.sleep(5)
|
|
|
14 |
import shutil
|
15 |
import time
|
16 |
|
17 |
+
# This repository's directory
|
18 |
+
REPO_DIR = Path(__file__).parent
|
19 |
+
|
20 |
+
subprocess.Popen(["uvicorn", "server:app"], cwd=REPO_DIR)
|
21 |
|
22 |
# Wait 5 sec for the server to start
|
23 |
time.sleep(5)
|
sentiment_fhe_model/deployment/client.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f8beae6d9bb5b3ec454dd868a644fb90ea09efefa42f1c016d82ae92f8ab732
|
3 |
+
size 128047
|
sentiment_fhe_model/deployment/server.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d1d588333062510d6f7075419228a940c4b6a0005e0f9345ef599cb3b6d0748
|
3 |
+
size 9550
|
sentiment_fhe_model/deployment/versions.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"concrete-ml": "1.1.0", "concrete-python": "1.1.0rc1", "python": "3.
|
|
|
1 |
+
{"concrete-ml": "1.1.0", "concrete-python": "1.1.0rc1", "python": "3.9.16"}
|