Commit Graph

102 Commits

Author SHA1 Message Date
Edward Chen 55f888f73c Update to ONNX Runtime 1.20 release (#25) 2024-11-27 13:43:40 -08:00
edgchen1 f3a18089c2 exclude objectivec/docs in Package.swift 2024-11-26 14:59:15 -08:00
edgchen1 93228a1552 add objectivec/test and objectivec/docs 2024-11-26 14:58:49 -08:00
edgchen1 149f4a677e Revert "remove nonexistent exclude path 'test'"
This reverts commit 5b8bc9df59.
2024-11-26 14:53:17 -08:00
edgchen1 5b8bc9df59 remove nonexistent exclude path 'test' 2024-11-26 10:30:32 -08:00
edgchen1 f2910f23d6 update ORT and ORT download URLs and checksums 2024-11-26 09:44:35 -08:00
edgchen1 5d78f490a6 Copy objectivec/ from ORT v1.20. 2024-11-26 09:38:56 -08:00
Edward Chen bbc428e168 Update to ORT 1.19.2. (#22) 2024-09-09 15:28:18 -07:00
edgchen1 5f84804f94 Update to ORT 1.19.2. 2024-09-06 14:13:40 -07:00
Scott McKay 6493bb55b6 Update for ORT 1.19.0 release (#21) 2024-08-28 15:46:43 +10:00
Edward Chen 6ede16e8fe use python3 in example command 2024-08-27 09:35:34 -07:00
edgchen1 cdcfd87885 update pod archive links and checksums to ORT 1.19.0 and ORT-ext 0.12.0. 2024-08-19 11:21:44 -07:00
edgchen1 88bd5af009 update comments, variable names, increase min ios version to 13. 2024-08-19 11:12:07 -07:00
Edward Chen 68c6912edf Use Xcode 14.3.1 in CI pipelines. 2024-08-19 09:48:56 -07:00
Rachel Guo 11c7dd6dd4 Update to 1.18.0 resources (#17)
* update to 1.18.0 resources

* Update Package.swift

Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>

* update

---------

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
2024-06-04 15:41:38 -07:00
Rachel Guo ce64739c6d Update macos spm test in CI with new release packages (#14)
* update test commands for spm cis for macos builds

* update with release package

* update checksum

---------

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
2024-02-13 17:56:54 -08:00
Rachel Guo b93c9584a8 Update user spm dependency version number in Package.swift (#8)
* update version number in Package.swift

* add comment for pointing to latest spm version

---------

Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
2024-01-03 09:18:13 -08:00
Rachel Guo ff46084dea Add changes for configuring macos support in spm (#12)
* add changes for configuring macos support in spm

* test latest version downloading artifacts

* update back to using latest from main

* update using latestfrombranch

---------

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
2024-01-03 09:17:36 -08:00
Rachel Guo 12d49c9ea7 Minor updates for SPM dev pipelines (#10)
* update spm dev pipelins for sparse checkout directories

* updates pr comments

* minor updates

* minor fix

* fix directory

---------

Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
2023-10-09 14:44:50 -07:00
Edward Chen 58f03db64f Update readme note about directories copied from ORT. (#11) 2023-10-06 17:15:32 -07:00
Edward Chen 12789c11b5 Update readme note about directories copied from ORT. 2023-10-06 10:22:31 -07:00
Rachel Guo ed51541c0b Remove unsafe flags in Package.swift (#9)
remove unsafe flags

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
2023-09-26 13:17:06 -07:00
Rachel Guo 4d2b60a528 Update to latest 1.16.0 ORT release (#7)
* update to latest 1.16.0 ort release

* minor update

* update to ext-c 0.9.0 release pod

* update

* update comments

---------

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
2023-09-22 16:52:05 -07:00
Rachel Guo c76787fd3e Enable SPM support for Ext and configure pipelines for extensions target testing (#3)
* initial ext files

* add a workable version of spm for extensions

* update

* update pipeline

* update pipelines

* fix dev/release pipelines for extensions pod

* fix dev pipelines for extensions pod

* fix release pipelines for extensions pod

* fix dev  pipelines for extensions pod

* adding empty include folder for configuring extensions target path

* test

* test

* test

* revert pipeline changes

* revert gitignore changes

* add ext pod binary target for release pipeline

* add pipeline for extensions

* update

* update package.swift

* update latest from branch

* update

* fix

* fix

* update

* try dummy empty file

* test

* update package.swift to use fatalerror

* syntax

* try gitignore revert

* update gitignore

* add -list

* onnxruntime-Package

* update using onnxruntime-Package

* update dev pipeline

* fix dev pipelines

* syntax

* pull extensions/

* update pipelines again

* syntax

* variables

* fix

* fix -r

* update Package.swift

* update Package.swift

* minor update

* address pr comments

* minor updates

* fix

* refine messages

* syntax

* syntax again

* address pr comments partial

* address pr comments

* add .h header file and notes

* minor updates

* syncing objc source files and add code to register custom ops using function pointer

* format

* move to the header for function doc

---------

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
2023-08-11 10:07:43 -07:00
Rachel Guo 7acc38c99c Enable ORT SPM dependency to be added via version tag (#4)
* enable spm dependency to be added via version tag

* update

---------

Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
2023-08-01 10:06:33 -07:00
Rachel Guo cdaadfe0c3 Merge pull request #1 from microsoft/yguo/add-initial-files
Create initial contents for new onnxruntime-swift-package-manager repo
2023-07-25 10:39:29 -07:00
rachguo 19f678db0d fix 2023-07-20 14:54:22 -07:00
rachguo 9346c78a2d fix 2023-07-20 14:46:40 -07:00
rachguo 9150411089 fix 2023-07-20 14:42:36 -07:00
rachguo 2f2ac39c10 fix quotes 2023-07-20 14:27:40 -07:00
rachguo df05c923ee add separate ci for latest main local testing 2023-07-20 14:20:58 -07:00
rachguo 7007553ecd use and add readme 2023-07-20 12:52:36 -07:00
rachguo cb9b5836b1 rm version.txt 2023-07-20 12:24:25 -07:00
rachguo 2d19b75463 remove test/ docs/ etc. 2023-07-20 11:30:22 -07:00
rachguo f3396b6ce4 Revert "remove not required files"
This reverts commit 071c82ffd7.
2023-07-19 15:12:23 -07:00
rachguo 071c82ffd7 remove not required files 2023-07-19 15:07:53 -07:00
rachguo c07d49294b address pr comments 2023-07-19 14:27:05 -07:00
rachguo ff358ee37a update Package.swift and move pipelines 2023-07-19 13:48:48 -07:00
rachguo 6dcdf0b6b4 fix typo and update 2023-07-14 14:10:13 -07:00
rachguo 89e64e07ed fix 2023-07-14 13:57:46 -07:00
rachguo 21422d0f9b try latest option 2023-07-14 13:38:18 -07:00
rachguo 5cb8d22771 update 2023-07-14 12:20:14 -07:00
rachguo 6ea8518d8b naming 2023-07-14 12:10:30 -07:00
rachguo 2c68b6f379 indentation 2023-07-14 12:07:09 -07:00
rachguo ed90065a80 update version.txt 2023-07-14 12:02:56 -07:00
rachguo 6c53f44d9e remove scripts files not needed any more 2023-07-14 12:01:13 -07:00
rachguo 25ef7acc60 format yml 2023-07-14 11:56:20 -07:00
rachguo 9f58d76d7c sync repo source code with rel-1.15.0 and update yml files into two stages 2023-07-14 11:45:08 -07:00
rachguo a2f312d30e update 2023-07-13 14:20:43 -07:00
rachguo 859c3e345d update 2023-07-13 14:15:50 -07:00