Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,16 @@ _io32: model input is fp32, model will convert the input to fp16, perform ops in
|
|
14 |
|
15 |
_io16: model input is fp16, perform ops in fp16 and write the final result in fp16
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
```csharp
|
18 |
// csharp example
|
19 |
// Create Pipeline
|
|
|
14 |
|
15 |
_io16: model input is fp16, perform ops in fp16 and write the final result in fp16
|
16 |
|
17 |
+
## Running
|
18 |
+
|
19 |
+
### 1. Using Amuse GUI Application
|
20 |
+
|
21 |
+
Use Amuse GUI application to run it: https://www.amuse-ai.com/
|
22 |
+
use _io32 model to run with Amuse application
|
23 |
+
|
24 |
+
|
25 |
+
### 2. Inference Demo
|
26 |
+
|
27 |
```csharp
|
28 |
// csharp example
|
29 |
// Create Pipeline
|