ONNX
thecollabagepatch commited on
Commit
02e995a
·
verified ·
1 Parent(s): 90db34c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -1,5 +1,16 @@
1
- ---
2
- license: other
3
- license_name: stability-ai
4
- license_link: https://stability.ai/license
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: stability-ai
4
+ license_link: https://stability.ai/license
5
+ ---
6
+
7
+ attempting to run stable-audio-open-small with onnxruntime in swift/IOS
8
+
9
+ this is a mess. these models run successfully in python when validating em. haven't gotten the iphone to stop crashing yet.
10
+
11
+ when using the fp16_tools version, the diffusion component crashes the iphone on step 0.
12
+
13
+ when using the initial version, the decoder ((autoencoder_arm.onnx)) crashes the iphone.
14
+
15
+ nothing to see here, yet... just wanted a place to store these.
16
+