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: docs/guides/how-to-build-simulation-env.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This document introduces how to build a edge-cloud AI simulation environment(e.g
4
4
5
5
## Introduction to `simulation controller`
6
6
7
-
the`simulation controller` is the core module of system simulation. The simulation controller has been supplemented, which build and deploy local edge-cloud simulation environment with K8s.
7
+
The`simulation controller` is the core module of system simulation. The simulation controller has been supplemented, which build and deploy local edge-cloud simulation environment with K8s.
Copy file name to clipboardExpand all lines: docs/guides/how-to-contribute-algorithms.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,17 @@ Ianvs serves as testing tools for test objects, e.g., algorithms. Ianvs does NOT
4
4
5
5
For algorithm contributors, you can:
6
6
7
-
1. Release a repo independent of ianvs, but the interface should still follow the SIG AI algorithm interface to launch ianvs. Here are two examples showing how to develop an algorithm for testing in Ianvs.
8
-
Here are two examples show how to development algorithm for testing in Ianvs.
9
-
*[incremental-learning]
7
+
1. Release a repo independent of ianvs, but the interface should still follow the SIG AI algorithm interface to launch ianvs. Here are few examples showing how to develop an algorithm for testing in Ianvs:
8
+
*[cloud-edge-collaborative-inference-for-llm]
10
9
*[single-task-learning]
11
-
2. Integrated the targeted algorithm into sedna so that ianvs can use it directly. in this case, you can connect with sedna owners for help.
10
+
*[incremental-learning]
11
+
2. Integrate the targeted algorithm into sedna so that ianvs can use it directly. In this case, you can connect with sedna owners for help.
12
12
13
13
Also, if a new algorithm has already been integrated into Sedna, it can be used in Ianvs directly.
It can be found that for a test, we need to set up the three fields:
@@ -62,11 +66,12 @@ That means, if you want to test on a different dataset, different model, or diff
62
66
63
67
## Add a new test environment
64
68
65
-
Please refer to the examples directory, [pcb-aoi](https://github.com/kubeedge/ianvs/tree/main/examples/pcb-aoi) is a scenario for testing.
69
+
Please refer to the examples directory, [cloud-edge-collaborative-inference-for-llm](https://github.com/kubeedge/ianvs/tree/main/examples/cloud-edge-collaborative-inference-for-llm) is a scenario for testing.
66
70
We can regard it as a subject for a student that needs to take an exam, the test env is like an examination paper,
67
71
and the test job is like the student.
68
72
69
-
For a subject `pcb-aoi`, a new examination paper could be added to the subdirectory, on the same level as a `benchmarking job`.
73
+
For a subject `cloud-edge-collaborative-inference-for-llm`, a new examination paper could be added to the subdirectory, on the same level as a `benchmarking job`.
74
+
70
75
The detailed steps could be the following:
71
76
72
77
1. Copy `benchmarking job` and name `benchmarking job_2` or any other intuitive name.
0 commit comments