Skip to content

Commit 1422ff9

Browse files
RodgerZhuedmundsongHsy-Intelzzzqc1234
authored
Confidential ai (#312)
* Create README.md Create confidential_ai and readme structure * Update README.md * Update system architecture and demo workflow into readme Update system architecture and demo workflow into readme * Update README.md Fix typo and image link issues * Update README.md Update one line miss for CR * Update arch flow and design document 1. Add measurement into design architecture flow. 2. Add security design overview into README.md * Create #README.md# * Remove intermediate files and update deployment diagram Remove intermediate files and update deployment diagram * Add attestation service for confidential AI solution Signed-off-by: Yunge Zhu <[email protected]> * Add quote generation componment (#291) * Update Readme (#294) * update readme * update picure name * update issue link * update link * update links * update * update pictures * Add Chinese version * Update README_CN.md * Update readme_cn (#295) * update readme * update picure name * update issue link * update link * update links * update * update pictures * update readme_cn * update * update (#297) * update readme * update picure name * update issue link * update link * update links * update * update pictures * update readme_cn * update * update * update --------- Co-authored-by: Zhu Yunge <[email protected]> * rename to tdx_measurement_plugin (#298) * Update readme (#299) * update readme * update picure name * update issue link * update link * update links * update * update pictures * update readme_cn * update * update * update * fix format * update open-webui work flow * update flow --------- Co-authored-by: Zhu Yunge <[email protected]> * Create v0.5.20-feature-cc-tdx-v1.0.patch # Feature patch (cc-tdx v1.0) based on tag 0.5.20: Introducing support for confidential computing VMs on TDX * Update Confidential AI Flow.png * update patchfile (#301) * update readme * update picure name * update issue link * update link * update links * update * update pictures * update readme_cn * update * update * update * fix format * update open-webui work flow * update flow * update * Add patch readme * fix quotedata undefine error --------- Co-authored-by: Zhu Yunge <[email protected]> * Revert "update patchfile (#301)" (#303) This reverts commit ef5634f. * Update readme and patch (#306) Signed-off-by: Yunge Zhu <[email protected]> * Update README.md * Update README.md Refine article contents (English version) * Update README_CN.md * Update patch & quote funation (#307) * Update README_CN.md * Add files via upload * Update README_CN.md * Update README.md * Update README.md * Update README_CN.md * Update README.md * Update README.md * Update README_CN.md * Update README.md * Update README_CN.md * Update README.md * Update README.md --------- Signed-off-by: Yunge Zhu <[email protected]> Co-authored-by: Song, Edmund <[email protected]> Co-authored-by: Hsy-Intel <[email protected]> Co-authored-by: zzzqc1234 <[email protected]>
1 parent 4ea5981 commit 1422ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cczoo/confidential_ai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Based Attestation Service, it is used to verify the security status of the model
6969

7070

7171
### Secuity Design
72-
#### Measure Service Exeuction Environment
72+
#### Measure Service Execution Environment
7373
Intel Trust Domain Extensions (TDX) enhance virtual machine (VM) by isolating each VM within a hardware-protected trust domain (TD). During the boot process, the TDX module uses two sets of registers to record the status of the TD VM instance.
7474

7575
- MRTD: Build Time Measurement Register to capture measurements related to the initial configuration and boot image of a TD VM.
@@ -274,7 +274,7 @@ cd <work_dir>/open-webui/backend/ && ./dev.sh
274274
[global]
275275
index-url = https://mirrors.aliyun.com/pypi/simple/
276276
```
277-
2. When compiling open-webui, if you encounter Cannot find package, you can try the following command (note that pyodide is replaced with the actual package name):
277+
2. When compiling open-webui, if you encounter the problem ofCannot finding the package, you can try the following command (note that pyodide is replaced with the actual package name):
278278
```bash
279279
npm install pyodide
280280
```

0 commit comments

Comments
 (0)