Skip to content

Commit

Permalink
docs: update the reference link and remove extra lines (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: Dong, Xiaocheng <[email protected]>
  • Loading branch information
dongx1x authored Oct 19, 2023
1 parent 8936dac commit a0e719a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion cnap/core/modelprovider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

"""A Model Provider module.
This module contains the definition of the ModelProvider class, which encapsulates
Expand Down
6 changes: 2 additions & 4 deletions docs/How_to_Protect_AI_Models_in_Cloud_Native_Environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ and the 12 bytes header:
uint32 IV length | uint32 tag length | uint32 data length
---|---|---

```
Some sample code for encryption:

```Python
Expand Down Expand Up @@ -258,6 +256,6 @@ Intel’s TDX technology can provide a TEE running environment, and CCNP can sim

# References

1. Model Provider: https://github.com/intel/cloud-native-ai-pipeline/blob/main/cnap/core/keybroker.py
2. Key broker client: https://github.com/intel/cloud-native-ai-pipeline/blob/main/cnap/core/keybroker.py
1. Model Provider: https://github.com/intel/cloud-native-ai-pipeline/blob/main/cnap/core/modelprovider.py
2. Key Broker Client: https://github.com/intel/cloud-native-ai-pipeline/blob/main/cnap/core/keybroker.py
3. CCNP: https://github.com/intel/confidential-cloud-native-primitives

0 comments on commit a0e719a

Please sign in to comment.