microsoft/onnxruntime-extensions
Publicmirrored from https://github.com/microsoft/onnxruntime-extensionsAvailable
nuget/NativeNuget.nuspec
72lines · modecode
| 1 | <?xml version='1.0' encoding='utf-8'?> |
| 2 | <package> |
| 3 | <metadata> |
| 4 | <id>Microsoft.ML.OnnxRuntime.Extensions</id> |
| 5 | <version>0.8.0-alpha</version> |
| 6 | <authors>Microsoft</authors> |
| 7 | <owners>Microsoft</owners> |
| 8 | <description>ONNX Runtime Extensions NuGet Package</description> |
| 9 | <releaseNotes> |
| 10 | General |
| 11 | 1. New custom operators: Whisper, DrawBoundingBoxes, RobertaTokenizer, ClipTokenizer, EncodeImage, DecodeImage |
| 12 | 2. Optional input/output support |
| 13 | 3. ORT custom operator C++ stub generation tool |
| 14 | 4. Operator implementation and documentation improved. |
| 15 | |
| 16 | Mobile |
| 17 | 1. Android package: Maven |
| 18 | 2. iOS package: CocoaPods |
| 19 | 3. PrePostProcessor tool for mobile model |
| 20 | 4. Super-resolution model pre- / post- processing end-to-end examples |
| 21 | </releaseNotes> |
| 22 | <copyright>© Microsoft Corporation. All rights reserved.</copyright> |
| 23 | <tags>ONNX ONNXRuntime AI Machine Learning</tags> |
| 24 | <icon>ORT_icon_for_light_bg.png</icon> |
| 25 | <license type="file">LICENSE.txt</license> |
| 26 | <readme>README.md</readme> |
| 27 | <projectUrl>https://github.com/Microsoft/onnxruntime-extensions</projectUrl> |
| 28 | <repository type="git" url="https://github.com/Microsoft/onnxruntime-extensions.git" commit="COMMIT_ID" /> |
| 29 | </metadata> |
| 30 | <files> |
| 31 | <file src="LICENSE.txt" target="LICENSE.txt" /> |
| 32 | <file src="README.md" target="README.md" /> |
| 33 | <file src="ORT_icon_for_light_bg.png" target="ORT_icon_for_light_bg.png" /> |
| 34 | <file src="..\ThirdPartyNotices.txt" target="ThirdPartyNotices.txt" /> |
| 35 | <!-- |
| 36 | NOTE: If you wish to create a local nuget package for testing, update the relevant src paths below |
| 37 | to point to the local build you wish to test, and comment out the entries for any platforms you don't |
| 38 | need in the nuget package. |
| 39 | Run `nuget pack NativeNuget.nuspec` from this directory to produce the package for local testing. |
| 40 | --> |
| 41 | <!-- Windows and Linux via netstandard --> |
| 42 | <file src="..\nuget-artifacts\onnxruntime-extensions-win-x64\lib\ortextensions.dll" target="runtimes\win-x64\native" /> |
| 43 | <file src="..\nuget-artifacts\onnxruntime-extensions-win-x86\lib\ortextensions.dll" target="runtimes\win-x86\native" /> |
| 44 | <file src="..\nuget-artifacts\onnxruntime-extensions-win-arm64\lib\ortextensions.dll" target="runtimes\win-arm64\native" /> |
| 45 | <file src="..\nuget-artifacts\onnxruntime-extensions-win-arm\lib\ortextensions.dll" target="runtimes\win-arm\native" /> |
| 46 | <file src="..\nuget-artifacts\onnxruntime-extensions-linux-aarch64\lib\libortextensions.so" target="runtimes\linux-arm64\native" /> |
| 47 | <file src="..\nuget-artifacts\onnxruntime-extensions-linux-x64\lib\libortextensions.so" target="runtimes\linux-x64\native" /> |
| 48 | <file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.props" target="build\netstandard1.1" /> |
| 49 | <file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.props" target="build\netstandard2.0" /> |
| 50 | <file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\netstandard1.1" /> |
| 51 | <file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\netstandard2.0" /> |
| 52 | <!-- Android via Xamarin/MAUI --> |
| 53 | <file src="..\nuget-artifacts\onnxruntime-extensions-android\onnxruntime-extensions.aar" target="runtimes\android\native" /> |
| 54 | <file src="targets\monoandroid11.0\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\monoandroid11.0" /> |
| 55 | <file src="targets\monoandroid11.0\Microsoft.ML.OnnxRuntime.Extensions.targets" target="buildTransitive\monoandroid11.0" /> |
| 56 | <file src="targets\net6.0-android\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\net6.0-android31.0" /> |
| 57 | <file src="targets\net6.0-android\Microsoft.ML.OnnxRuntime.Extensions.targets" target="buildTransitive\net6.0-android31.0" /> |
| 58 | <!-- iOS via Xamarin/MAUI. --> |
| 59 | <file src="..\nuget-artifacts\onnxruntime_extensions.xcframework\**" target="runtimes\ios\native\onnxruntime_extensions.xcframework" /> |
| 60 | <file src="targets\xamarinios10\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\xamarinios10" /> |
| 61 | <file src="targets\xamarinios10\Microsoft.ML.OnnxRuntime.Extensions.targets" target="buildTransitive\xamarinios10" /> |
| 62 | <file src="targets\net6.0-ios\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\net6.0-ios15.4" /> |
| 63 | <file src="targets\net6.0-ios\Microsoft.ML.OnnxRuntime.Extensions.targets" target="buildTransitive\net6.0-ios15.4" /> |
| 64 | <!-- .net 6 macOS --> |
| 65 | <file src="..\nuget-artifacts\onnxruntime-extensions-osx-x86_64\lib\libortextensions.dylib" target="runtimes\osx.10.14-x64\native" /> |
| 66 | <!-- TODO: Fix build error to include arm target |
| 67 | <file src="..\nuget-artifacts\onnxruntime-extensions-osx-arm64\lib\libortextensions.dylib" target="runtimes\osx.10.14-arm64\native"/> |
| 68 | --> |
| 69 | <file src="targets\net6.0-macos\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\net6.0-macos12.3" /> |
| 70 | <file src="targets\net6.0-macos\Microsoft.ML.OnnxRuntime.Extensions.targets" target="buildTransitive\net6.0-macos12.3" /> |
| 71 | </files> |
| 72 | </package> |
| 73 | |