hishamchow commited on
Commit
a9c9263
·
verified ·
1 Parent(s): 2025463

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -21,10 +21,13 @@ _io16: model input is fp16, perform ops in fp16 and write the final result in fp
21
  ## Running
22
 
23
  ### 1. Using Amuse GUI Application
 
24
  Use Amuse GUI application to run it: https://www.amuse-ai.com/
 
 
25
 
 
26
 
27
- ### 2. C# Inference Demo
28
  https://github.com/TensorStack-AI/OnnxStack
29
 
30
  ```
 
21
  ## Running
22
 
23
  ### 1. Using Amuse GUI Application
24
+
25
  Use Amuse GUI application to run it: https://www.amuse-ai.com/
26
+ use _io32 model to run with Amuse application
27
+
28
 
29
+ ### 2. Inference Demo
30
 
 
31
  https://github.com/TensorStack-AI/OnnxStack
32
 
33
  ```