Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
romanbredehoft-zama
commited on
Commit
•
6b4986a
1
Parent(s):
6318eaa
Update Concrete ML to latest version (1.4.0)
Browse files- deployment_files/model/client.zip +2 -2
- deployment_files/model/server.zip +2 -2
- deployment_files/model/versions.json +1 -1
- requirements.txt +1 -1
- utils/model.py +0 -1
deployment_files/model/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:76110947432822aee936f0ff2e2ef0f3a716e86296b8295d27a92054ed2bfcda
|
3 |
+
size 28784
|
deployment_files/model/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:4d6621095b150af778049d8cf7640cf063445584e5d29abac42acf94357effc9
|
3 |
+
size 1937
|
deployment_files/model/versions.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"concrete-python": "2.5
|
|
|
1 |
+
{"concrete-python": "2.5", "concrete-ml": "1.4.0", "python": "3.10.11"}
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
gradio==3.40.1
|
2 |
-
concrete-ml==1.
|
|
|
1 |
gradio==3.40.1
|
2 |
+
concrete-ml==1.4.0
|
utils/model.py
CHANGED
@@ -97,7 +97,6 @@ class MultiInputModel:
|
|
97 |
single_precision=False,
|
98 |
fhe_simulation=False,
|
99 |
fhe_execution=True,
|
100 |
-
jit=False,
|
101 |
)
|
102 |
|
103 |
self._is_compiled = True
|
|
|
97 |
single_precision=False,
|
98 |
fhe_simulation=False,
|
99 |
fhe_execution=True,
|
|
|
100 |
)
|
101 |
|
102 |
self._is_compiled = True
|