Skip to content

Commit 4abbc08

Browse files
committed
v2.0 libs
1 parent 96a42e9 commit 4abbc08

File tree

46 files changed

+30
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+30
-17
lines changed

include/picovoice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 Picovoice Inc.
2+
Copyright 2024-2025 Picovoice Inc.
33
44
You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE"
55
file accompanying this source.

include/pv_picollm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ PV_API int32_t pv_picollm_max_top_choices(void);
289289
* Gets a list of hardware devices that can be specified when calling `pv_picollm_init`
290290
*
291291
* @param[out] hardware_devices Array of available hardware devices. Devices are NULL terminated strings.
292-
* The array must be freed using `pv_xpu_free_hardware_devices`.
292+
* The array must be freed using `pv_picollm_free_hardware_devices`.
293293
* @param[out] num_hardware_devices The number of devices in the `hardware_devices` array.
294294
* @return Status code. Returns `PV_STATUS_OUT_OF_MEMORY`, `PV_STATUS_INVALID_ARGUMENT`, `PV_STATUS_INVALID_STATE`,
295295
* `PV_STATUS_RUNTIME_ERROR`, `PV_STATUS_ACTIVATION_ERROR`, `PV_STATUS_ACTIVATION_LIMIT_REACHED`,
-4.02 KB
Binary file not shown.
10.1 KB
Binary file not shown.

lib/android/x86/libpv_picollm.so

17 KB
Binary file not shown.
-12.6 KB
Binary file not shown.

lib/ios/PvPicoLLM.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>PvPicoLLM.framework/PvPicoLLM</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>PvPicoLLM.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
2326
<string>PvPicoLLM.framework/PvPicoLLM</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>PvPicoLLM.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

lib/ios/PvPicoLLM.xcframework/ios-arm64/PvPicoLLM.framework/Headers/pv_picollm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ PV_API int32_t pv_picollm_max_top_choices(void);
289289
* Gets a list of hardware devices that can be specified when calling `pv_picollm_init`
290290
*
291291
* @param[out] hardware_devices Array of available hardware devices. Devices are NULL terminated strings.
292-
* The array must be freed using `pv_xpu_free_hardware_devices`.
292+
* The array must be freed using `pv_picollm_free_hardware_devices`.
293293
* @param[out] num_hardware_devices The number of devices in the `hardware_devices` array.
294294
* @return Status code. Returns `PV_STATUS_OUT_OF_MEMORY`, `PV_STATUS_INVALID_ARGUMENT`, `PV_STATUS_INVALID_STATE`,
295295
* `PV_STATUS_RUNTIME_ERROR`, `PV_STATUS_ACTIVATION_ERROR`, `PV_STATUS_ACTIVATION_LIMIT_REACHED`,
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)