hishamchow commited on
Commit
e7599ab
·
verified ·
1 Parent(s): 86376ca

Update README.md

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