Skip to content

Commit

Permalink
update models
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-w-conrad committed Dec 9, 2024
1 parent da57fb2 commit 84deeae
Show file tree
Hide file tree
Showing 43 changed files with 9 additions and 5 deletions.
Binary file modified lib/android/arm64-v8a/libpv_cheetah.so
Binary file not shown.
Binary file modified lib/android/armeabi-v7a/libpv_cheetah.so
Binary file not shown.
Binary file modified lib/android/x86/libpv_cheetah.so
Binary file not shown.
Binary file modified lib/android/x86_64/libpv_cheetah.so
Binary file not shown.
10 changes: 5 additions & 5 deletions lib/ios/PvCheetah.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>PvCheetah.framework/PvCheetah</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PvCheetah.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>PvCheetah.framework/PvCheetah</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PvCheetah.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ PV_API pv_status_t pv_get_error_stack(
*/
PV_API void pv_free_error_stack(char **message_stack);

PV_API void pv_set_sdk(const char *sdk);

#ifdef __cplusplus
}

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ PV_API pv_status_t pv_get_error_stack(
*/
PV_API void pv_free_error_stack(char **message_stack);

PV_API void pv_set_sdk(const char *sdk);

#ifdef __cplusplus
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified lib/java/linux/x86_64/libpv_cheetah_jni.so
Binary file not shown.
Binary file modified lib/java/mac/arm64/libpv_cheetah_jni.dylib
Binary file not shown.
Binary file modified lib/java/mac/x86_64/libpv_cheetah_jni.dylib
Binary file not shown.
Binary file modified lib/java/raspberry-pi/cortex-a53-aarch64/libpv_cheetah_jni.so
Binary file not shown.
Binary file modified lib/java/raspberry-pi/cortex-a53/libpv_cheetah_jni.so
Binary file not shown.
Binary file modified lib/java/raspberry-pi/cortex-a72-aarch64/libpv_cheetah_jni.so
Binary file not shown.
Binary file modified lib/java/raspberry-pi/cortex-a72/libpv_cheetah_jni.so
Binary file not shown.
Binary file modified lib/java/raspberry-pi/cortex-a76-aarch64/libpv_cheetah_jni.so
Binary file not shown.
Binary file modified lib/java/raspberry-pi/cortex-a76/libpv_cheetah_jni.so
Binary file not shown.
Binary file not shown.
Binary file modified lib/linux/x86_64/libpv_cheetah.so
Binary file not shown.
Binary file modified lib/mac/arm64/libpv_cheetah.dylib
Binary file not shown.
Binary file modified lib/mac/x86_64/libpv_cheetah.dylib
Binary file not shown.
Binary file modified lib/node/linux/x86_64/pv_cheetah.node
Binary file not shown.
Binary file modified lib/node/mac/arm64/pv_cheetah.node
Binary file not shown.
Binary file modified lib/node/mac/x86_64/pv_cheetah.node
Binary file not shown.
Binary file modified lib/node/raspberry-pi/cortex-a53-aarch64/pv_cheetah.node
Binary file not shown.
Binary file modified lib/node/raspberry-pi/cortex-a53/pv_cheetah.node
Binary file not shown.
Binary file modified lib/node/raspberry-pi/cortex-a72-aarch64/pv_cheetah.node
Binary file not shown.
Binary file modified lib/node/raspberry-pi/cortex-a72/pv_cheetah.node
Binary file not shown.
Binary file modified lib/node/raspberry-pi/cortex-a76-aarch64/pv_cheetah.node
Binary file not shown.
Binary file modified lib/node/raspberry-pi/cortex-a76/pv_cheetah.node
Binary file not shown.
Binary file modified lib/node/windows/amd64/pv_cheetah.node
Binary file not shown.
Binary file modified lib/raspberry-pi/cortex-a53-aarch64/libpv_cheetah.so
Binary file not shown.
Binary file modified lib/raspberry-pi/cortex-a53/libpv_cheetah.so
Binary file not shown.
Binary file modified lib/raspberry-pi/cortex-a72-aarch64/libpv_cheetah.so
Binary file not shown.
Binary file modified lib/raspberry-pi/cortex-a72/libpv_cheetah.so
Binary file not shown.
Binary file modified lib/raspberry-pi/cortex-a76-aarch64/libpv_cheetah.so
Binary file not shown.
Binary file modified lib/raspberry-pi/cortex-a76/libpv_cheetah.so
Binary file not shown.
Binary file modified lib/wasm/pv_cheetah.wasm
Binary file not shown.
Binary file modified lib/wasm/pv_cheetah_simd.wasm
Binary file not shown.
Binary file modified lib/windows/amd64/libpv_cheetah.dll
Binary file not shown.

0 comments on commit 84deeae

Please sign in to comment.