csukuangfj commited on
Commit
d3aafcd
·
1 Parent(s): c9afb24

add git commit id

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -2,12 +2,21 @@
2
  license: apache-2.0
3
  ---
4
 
5
- This repo contains pre-built static onnxruntime libs for iOS.
 
 
 
 
 
 
 
6
 
7
  Please see
8
  https://github.com/k2-fsa/sherpa-onnx
9
  for its usage.
10
 
 
 
11
  # How to build xcframework
12
 
13
  ```bash
 
2
  license: apache-2.0
3
  ---
4
 
5
+ This repo contains pre-built static onnxruntime libs for iOS using the following
6
+ commit:
7
+
8
+ ```
9
+ commit 62ee0c8110882c6153921c87e36774273fe0a75e (HEAD -> main, github/main)
10
+ Author: Jian Chen <cjian@microsoft.com>
11
+ Date: Wed Feb 22 19:42:36 2023 -0800
12
+ ```
13
 
14
  Please see
15
  https://github.com/k2-fsa/sherpa-onnx
16
  for its usage.
17
 
18
+
19
+
20
  # How to build xcframework
21
 
22
  ```bash