Skip to content

Commit

Permalink
feat: update fastdeploy (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Nov 28, 2024
1 parent 1827904 commit 55ca480
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 deletions.
1 change: 1 addition & 0 deletions maadeps/runtime_android.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from .vcpkg import triplet

exclude = [
"*onnxruntime_providers_shared*",
"*opencv_img_hash*",
]

Expand Down
1 change: 1 addition & 0 deletions maadeps/runtime_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from .common import resdir

exclude = [
"*onnxruntime_providers_shared*",
"*opencv_img_hash*",
]

Expand Down
1 change: 1 addition & 0 deletions maadeps/runtime_macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import subprocess

exclude = [
"*onnxruntime_providers_shared*",
"*opencv_img_hash*",
]

Expand Down
1 change: 1 addition & 0 deletions maadeps/runtime_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


exclude = [
"bin/onnxruntime_providers_shared_maa.dll",
"bin/opencv_img_hash*_maa.dll",
"*.pdb",
# mingw gcc-libs
Expand Down
6 changes: 3 additions & 3 deletions vcpkg-overlay/ports/maa-fastdeploy/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO MaaAssistantArknights/FastDeploy
REF 2896b6d3641c18218209c496ea149a773373fa8b
SHA512 2d8a9072763b9ccf7968dd43aa0077fcf45659caa1f90db7af6b1cbf7a74872729625a74faefee09b655ff9ec17fe9f589935335f3c393412e9e9b93feef8a1f
REPO MaaXYZ/FastDeploy
REF 913653fa90021dc9e3e8dd733fc27339d8a79dae
SHA512 e7f9e8361b38109937a3fb61b41bca2486d35b6db496ef57812a411590a4cda2adf4894db67c37f9e4c442efb4d3d15101b10663656b5abccd5c2d56a4d52b12
)

vcpkg_cmake_configure(
Expand Down
7 changes: 3 additions & 4 deletions vcpkg-overlay/ports/maa-fastdeploy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "maa-fastdeploy",
"version": "2024-05-29",
"port-version": 1,
"description": "derp learning routines",
"homepage": "https://github.com/MaaAssistantArknights/FastDeploy",
"version": "1.0.7",
"port-version": 7,
"homepage": "https://github.com/PaddlePaddle/FastDeploy",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ if("coreml" IN_LIST FEATURES)
vcpkg_from_github(
OUT_SOURCE_PATH COREMLTOOLS_ROOT
REPO apple/coremltools
REF 8.0
SHA512 ed1c5140d8b613632dcc408b789176ec95c11e3e1a504df92d1f7930e79e6eb9de8a42c18cf19bb115e52d5c4c64ed22e61e6bb1e8d97ebb8291a6c1e8c42920
REF 8.1
SHA512 666f93eb29abdebba93e686486f4cd92f8e9e1a07e835b8e6cb652e6d0ba3ab2bd62d8743e7b121375abcb5f26939c0ac57f0262c28ac3b3aa8c17b75b93fbfd
)
endif()
message(STATUS "Using CoreML: ${COREMLTOOLS_ROOT}")
Expand Down
3 changes: 2 additions & 1 deletion vcpkg-overlay/ports/maa-onnxruntime/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "maa-onnxruntime",
"version-semver": "1.19.2",
"version-semver": "1.19.2",
"port-version": 1,
"description": "ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator",
"homepage": "https://onnxruntime.ai/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "maa-meta",
"version": "2024-07-31",
"version": "2.6.6",
"description": "meta manifest that tracks dependencies for MaaFramework",
"homepage": "https://github.com/MaaXYZ/MaaDeps",
"license": null,
Expand Down

0 comments on commit 55ca480

Please sign in to comment.