You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-homomorphic-encryption-seal.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,14 +52,14 @@ In a Jupyter notebook
52
52
53
53
2. Install homomorphic encryption library for secure inferencing.
54
54
55
-
> [!NOTE]
56
-
> The `encrypted-inference` package is currently in preview.
57
-
58
-
[`encrypted-inference`](https://pypi.org/project/encrypted-inference) is a homomorphic encryption library based on [Microsoft SEAL](https://github.com/Microsoft/SEAL).
59
-
60
-
```python
61
-
!pip install encrypted-inference==0.9
62
-
```
55
+
> [!NOTE]
56
+
> The `encrypted-inference` package is currently in preview.
57
+
58
+
[`encrypted-inference`](https://pypi.org/project/encrypted-inference) is a homomorphic encryption library based on [Microsoft SEAL](https://github.com/Microsoft/SEAL).
0 commit comments