Skip to content

Commit 75c8006

Browse files
Fixing formatting
1 parent c322292 commit 75c8006

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/machine-learning/how-to-homomorphic-encryption-seal.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ In a Jupyter notebook
5252

5353
2. Install homomorphic encryption library for secure inferencing.
5454

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).
59+
60+
```python
61+
!pip install encrypted-inference==0.9
62+
```
6363

6464
## Configure the inferencing environment
6565

0 commit comments

Comments
 (0)