Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ ONNX model
-> InferEdge-Runtime C++ execution/result export
-> InferEdgeLab compare/API/job/deployment_decision
-> optional InferEdgeAIGuard diagnosis evidence

Supporting sidecar:
InferEdgeEnv -> local-first run evidence registry / comparability checker
```

## 이 레포의 역할
Expand Down Expand Up @@ -90,6 +93,9 @@ cmake --build build -j
- **InferEdgeForge:** Runtime이 실행할 artifact와 manifest/metadata provenance를 생성합니다.
- **InferEdgeLab:** Runtime result JSON을 분석해 compare/report/API/job/deployment decision을 생성합니다.
- **InferEdgeAIGuard:** Runtime provenance와 Forge provenance를 비교해 optional diagnosis evidence를 제공합니다.
- **InferEdgeEnv:** benchmark run evidence를 local artifact와 SQLite registry로 고정하고 비교 가능성을 판정하는 run evidence registry / comparability layer입니다.

포트폴리오 경계: InferEdgeLab은 validation / decision layer이고, InferEdgeEnv는 run evidence registry / comparability layer입니다. Runtime은 execution/result export를 소유하고, Env는 benchmark evidence가 신뢰 가능하고 비교 가능한 형태인지 관리합니다.

## Jetson Evidence Track

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ ONNX model
-> InferEdgeLab compare / API / job workflow / deployment_decision
-> optional InferEdgeAIGuard provenance diagnosis
-> deploy / review / blocked decision

Supporting sidecar:
InferEdgeEnv -> local-first run evidence registry / comparability checker
```

In that pipeline, Runtime is responsible for the execution boundary: it validates or runs model/artifact inputs, measures latency, exports Lab-compatible result JSON, and can emit dry-run worker response payloads for Lab integration smoke tests.
Expand All @@ -78,6 +81,8 @@ Planned later:

Runtime does not own comparison policy or final deployment judgement. InferEdgeLab owns `deployment_decision`, while Runtime supplies trustworthy execution and profiling evidence.

Portfolio boundary: InferEdgeLab is the validation / decision layer. InferEdgeEnv is the run evidence registry / comparability layer; it records whether benchmark evidence can be trusted and compared without replacing Runtime execution or Lab deployment decisions.

## Current Capabilities

- C++17 + CMake build
Expand Down
Loading