@qvac/translation-nmtcpp 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/marian.js CHANGED
@@ -18,6 +18,21 @@ class TranslationInterface {
18
18
  outputCb,
19
19
  transitionCb
20
20
  )
21
+
22
+ // Set up C++ → JS logger
23
+ this._loggerInitialized = false
24
+ if (transitionCb && typeof transitionCb === 'object') {
25
+ binding.setLogger((priority, message) => {
26
+ // Map C++ priority levels to logger methods
27
+ // Priority: ERROR=0, WARNING=1, INFO=2, DEBUG=3
28
+ const levels = ['error', 'warn', 'info', 'debug']
29
+ const level = levels[priority] || 'info'
30
+ if (typeof transitionCb[level] === 'function') {
31
+ transitionCb[level](message)
32
+ }
33
+ })
34
+ this._loggerInitialized = true
35
+ }
21
36
  }
22
37
 
23
38
  /**
@@ -177,6 +192,12 @@ class TranslationInterface {
177
192
  }
178
193
 
179
194
  try {
195
+ // Clean up logger before destroying instance
196
+ if (this._loggerInitialized) {
197
+ binding.releaseLogger()
198
+ this._loggerInitialized = false
199
+ }
200
+
180
201
  binding.destroyInstance(this._handle)
181
202
  this._handle = null
182
203
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qvac/translation-nmtcpp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "translation addon for qvac",
5
5
  "addon": true,
6
6
  "engines": {
@@ -7,7 +7,7 @@
7
7
  ],
8
8
  "current_versions": [
9
9
  {
10
- "version": "0.1.2"
10
+ "version": "0.1.3"
11
11
  }
12
12
  ],
13
13
  "exported_symbols": [
@@ -346,6 +346,7 @@
346
346
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagINSt3__16vectorINS3_12basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS8_ISA_EEEEE9dummy_varE",
347
347
  "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
348
348
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagIxE9dummy_varE",
349
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13logger_async_E",
349
350
  "__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
350
351
  "__ZZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINS0_11string_viewENSt3__14pairIS4_S4_EEEENS1_10StringHashENS1_8StringEqENS5_9allocatorINS6_IKS4_S7_EEEEE18GetPolicyFunctionsEvE5value",
351
352
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagIlE9dummy_varE",
@@ -357,6 +358,7 @@
357
358
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagIdE9dummy_varE",
358
359
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagItE9dummy_varE",
359
360
  "__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEEE10instances_E",
361
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger16async_initiated_E",
360
362
  "__ZGVZN6google8protobuf8internal12ShutdownData3getEvE4data",
361
363
  "__ZN13sentencepiece10normalizer10Normalizer19kMaxTrieResultsSizeE",
362
364
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagImE9dummy_varE",
@@ -389,6 +391,7 @@
389
391
  "__ZN6google8protobuf22Base64UnescapeInternalEPKciPciPKa",
390
392
  "__ZNK13sentencepiece26ImmutableSentencePieceText6piecesEv",
391
393
  "__ZNK6google8protobuf8internal12ExtensionSet9Extension53InternalSerializeMessageSetItemWithCachedSizesToArrayEPKNS0_11MessageLiteEPKS2_iPhPNS0_2io19EpsCopyOutputStreamE",
394
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel9setUseGpuEb",
392
395
  "__ZN13sentencepiece7unigram7LatticeC2Ev",
393
396
  "__ZN4absl12lts_2024072215CommandLineFlag9ParseFromENS0_11string_viewEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
394
397
  "_ggml_backend_dev_count",
@@ -782,7 +785,6 @@
782
785
  "__ZN6google8protobuf8internal12FieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
783
786
  "_ggml_scale",
784
787
  "__ZN6google8protobuf8internal12ExtensionSetC1EPNS0_5ArenaE",
785
- "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC2IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
786
788
  "__ZN6google8protobuf8internal17PackedInt32ParserEPvPKcPNS1_12ParseContextE",
787
789
  "__ZN13sentencepiece17SentencePieceTextC1EPN6google8protobuf5ArenaEb",
788
790
  "__ZN6google8protobuf11LogSilencerD1Ev",
@@ -842,7 +844,6 @@
842
844
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
843
845
  "_ggml_set_1d",
844
846
  "__ZN6google8protobuf8internal23SerializeNotImplementedEi",
845
- "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC1IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
846
847
  "__ZN4absl12lts_202407227uint128C2Ef",
847
848
  "__ZN4absl12lts_2024072214flags_internal23RegisterCommandLineFlagERNS0_15CommandLineFlagEPKc",
848
849
  "__ZN6google8protobuf8internal12FieldSkipper15SkipUnknownEnumEii",
@@ -1222,13 +1223,13 @@
1222
1223
  "_ggml_backend_sched_set_tensor_backend",
1223
1224
  "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPtPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1224
1225
  "__ZNK6google8protobuf2io18IstreamInputStream9ByteCountEv",
1225
- "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1226
1226
  "__ZN13sentencepiece10ModelProtoC1EPN6google8protobuf5ArenaEb",
1227
1227
  "__ZN13sentencepiece4util6StatusC2Ev",
1228
1228
  "_ggml_cpu_has_avx512_vbmi",
1229
- "_ggml_backend_reg_name",
1229
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1230
1230
  "__ZN6google8protobuf10SimpleItoaEl",
1231
1231
  "__ZN4absl12lts_2024072214flags_internal19NumLeakedFlagValuesEv",
1232
+ "_ggml_backend_reg_name",
1232
1233
  "_ggml_vec_dot_tq1_0_q8_K_generic",
1233
1234
  "_ggml_rope_ext_back",
1234
1235
  "__ZN4absl12lts_2024072218container_internal17ClearBackingArrayERNS1_12CommonFieldsERKNS1_15PolicyFunctionsEbb",
@@ -1549,6 +1550,7 @@
1549
1550
  "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE4loadIJNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEENS5_13unordered_mapISB_NS5_7variantIJdxEEENS5_4hashISB_EENS5_8equal_toISB_EENS9_INS5_4pairIKSB_SE_EEEEEEEEEvDpT_",
1550
1551
  "__ZN6google8protobuf8internal12ExtensionSet9SetUInt32EihjPKNS0_15FieldDescriptorE",
1551
1552
  "__ZNK6google8protobuf14FatalException4whatEv",
1553
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC2IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEbP10js_value_sST_ST_EEEDpT_",
1552
1554
  "__ZN6google8protobuf8internal14WireFormatLite22WriteGroupMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1553
1555
  "_ggml_is_contiguous_0",
1554
1556
  "__ZN6google8protobuf8internal12ExtensionSet11ReleaseLastEi",
@@ -2069,6 +2071,7 @@
2069
2071
  "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC1ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2070
2072
  "__ZN13sentencepiece17SentencePieceText12InternalSwapEPS0_",
2071
2073
  "_ggml_rope_multi",
2074
+ "__ZN35qvac_lib_inference_addon_mlc_marian13releaseLoggerEP8js_env_sP18js_callback_info_s",
2072
2075
  "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6reloadEv",
2073
2076
  "__ZN6google8protobuf2io16ArrayInputStreamC1EPKvii",
2074
2077
  "__ZN6google8protobuf4util15status_internal17IsUnauthenticatedERKNS2_6StatusE",
@@ -2080,11 +2083,11 @@
2080
2083
  "_quantize_row_q5_0",
2081
2084
  "_ggml_backend_sched_set_eval_callback",
2082
2085
  "__ZN13sentencepiece7unigram7LatticeC1Ev",
2086
+ "__ZN35qvac_lib_inference_addon_mlc_marian9setLoggerEP8js_env_sP18js_callback_info_s",
2083
2087
  "__ZN4absl12lts_2024072214flags_internal16FinalizeRegistryEv",
2084
2088
  "__ZN6google8protobuf8internal13VerifyVersionEiiPKc",
2085
2089
  "__ZN13sentencepiece22SentencePieceProcessorD1Ev",
2086
2090
  "__ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv",
2087
- "_ggml_scale_inplace",
2088
2091
  "__ZNK6google8protobuf20stringpiece_internal11StringPiece17find_first_not_ofES2_m",
2089
2092
  "__ZN4absl12lts_2024072214flags_internal21PrivateHandleAccessor18ValidateInputValueERKNS0_15CommandLineFlagENS0_11string_viewE",
2090
2093
  "__ZN4absl12lts_2024072214flags_internal26ShortProgramInvocationNameEv",
@@ -2093,6 +2096,7 @@
2093
2096
  "__ZN14beam_candidateC1ERKNSt3__16vectorIiNS0_9allocatorIiEEEEf",
2094
2097
  "_ggml_gelu_quick_inplace",
2095
2098
  "__ZNK13sentencepiece17SentencePieceText12ByteSizeLongEv",
2099
+ "_ggml_scale_inplace",
2096
2100
  "_ggml_dup_inplace",
2097
2101
  "__ZN4absl12lts_2024072214flags_internal21PrivateHandleAccessor24IsSpecifiedOnCommandLineERKNS0_15CommandLineFlagE",
2098
2102
  "_ggml_new_tensor_2d",
@@ -2605,6 +2609,7 @@
2605
2609
  "__ZN6google8protobuf8internal24RepeatedStringTypeTraits23GetDefaultRepeatedFieldEv",
2606
2610
  "_ggml_unary_op_name",
2607
2611
  "__ZN13sentencepiece10ModelProto9MergeFromERKS0_",
2612
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC1IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEbP10js_value_sST_ST_EEEDpT_",
2608
2613
  "__ZN4absl12lts_2024072219str_format_internal10AppendPackEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2609
2614
  "__ZN4absl12lts_202407225MutexD2Ev",
2610
2615
  "_ggml_backend_dev_backend_reg",
@@ -3079,6 +3084,7 @@
3079
3084
  "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedEv",
3080
3085
  "__ZN6google8protobuf13RepeatedFieldIyE7ReserveEi",
3081
3086
  "__ZN6google8protobuf13RepeatedFieldIbEaSERKS2_",
3087
+ "__ZZN28qvac_lib_inference_addon_cpp6logger8JsLogger13releaseLoggerEP8js_env_sP18js_callback_info_sENUlP11uv_handle_sE_8__invokeES7_",
3082
3088
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEj",
3083
3089
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3084
3090
  "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEv",
@@ -3147,6 +3153,7 @@
3147
3153
  "__ZNK6google8protobuf13RepeatedFieldIdE4dataEv",
3148
3154
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEpLEl",
3149
3155
  "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEi",
3156
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13asyncCallbackEP10uv_async_s",
3150
3157
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEmIEl",
3151
3158
  "__ZN6google8protobuf13RepeatedFieldIdE4rendEv",
3152
3159
  "__ZN6google8protobuf13RepeatedFieldIfE6ResizeEiRKf",
@@ -3509,6 +3516,7 @@
3509
3516
  "__ZN6google8protobuf13RepeatedFieldIbEC2EOS2_",
3510
3517
  "__ZN6google8protobuf8internal16RepeatedIteratorIbEpLEl",
3511
3518
  "__ZN6google8protobuf13RepeatedFieldIfE15UnsafeArenaSwapEPS2_",
3519
+ "__ZZZN28qvac_lib_inference_addon_cpp6logger8JsLogger9setLoggerEP8js_env_sP18js_callback_info_sENKUlvE0_clEvENUlP11uv_handle_sE_8__invokeES8_",
3512
3520
  "__ZNK6google8protobuf8internal16RepeatedIteratorIbEptEv",
3513
3521
  "__ZNK6google8protobuf13RepeatedFieldIdE8CapacityEv",
3514
3522
  "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEES6_",
@@ -7,7 +7,7 @@
7
7
  ],
8
8
  "current_versions": [
9
9
  {
10
- "version": "0.1.2"
10
+ "version": "0.1.3"
11
11
  }
12
12
  ],
13
13
  "exported_symbols": [
@@ -361,6 +361,7 @@
361
361
  "__ZTSN13sentencepiece10filesystem17PosixReadableFileE",
362
362
  "__ZTIN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEE",
363
363
  "__ZTSN6google8protobuf8internal12ExtensionSet8KeyValueE",
364
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13logger_async_E",
364
365
  "__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
365
366
  "__ZZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINS0_11string_viewENSt3__14pairIS4_S4_EEEENS1_10StringHashENS1_8StringEqENS5_9allocatorINS6_IKS4_S7_EEEEE18GetPolicyFunctionsEvE5value",
366
367
  "__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q4_0Lx4ELx4EL9ggml_type8EEE",
@@ -422,10 +423,12 @@
422
423
  "__ZTIN6google8protobuf2io19CopyingOutputStreamE",
423
424
  "__ZTIN13sentencepiece5model8FreeListINS_7unigram7Lattice4NodeEEE",
424
425
  "__ZTSNSt3__120__shared_ptr_emplaceIN13sentencepiece22NBestSentencePieceTextENS_9allocatorIS2_EEEE",
426
+ "__ZTSNSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp6logger8JsLogger5StateENS_9allocatorIS4_EEEE",
425
427
  "__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q4_KLx8ELx8EL9ggml_type15EEE",
426
428
  "__ZTSN13sentencepiece10filesystem17PosixWritableFileE",
427
429
  "__ZTSNSt3__110__function6__baseIFvRN4absl12lts_2024072215CommandLineFlagEEEE",
428
430
  "__ZTSNSt3__110__function6__baseIFP11ggml_cgraphvEEE",
431
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger16async_initiated_E",
429
432
  "__ZTSN6google8protobuf13RepeatedFieldIyEE",
430
433
  "__ZTSN6google8protobuf13RepeatedFieldIfEE",
431
434
  "__ZTSNSt3__110__function6__funcIZN4absl12lts_2024072214flags_internal13FlagSaverImpl16SaveFromRegistryEvEUlRNS3_15CommandLineFlagEE_NS_9allocatorIS8_EEFvS7_EEE",
@@ -433,6 +436,7 @@
433
436
  "__ZTIN13sentencepiece10filesystem12ReadableFileE",
434
437
  "__ZGVZN6google8protobuf8internal12ShutdownData3getEvE4data",
435
438
  "__ZTIFbN4absl12lts_2024072211string_viewEE",
439
+ "__ZTINSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp6logger8JsLogger5StateENS_9allocatorIS4_EEEE",
436
440
  "__ZTSN13sentencepiece10filesystem12ReadableFileE",
437
441
  "__ZN13sentencepiece10normalizer10Normalizer19kMaxTrieResultsSizeE",
438
442
  "__ZTIN6google8protobuf8internal16InternalMetadata9ContainerINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEE",
@@ -502,6 +506,7 @@
502
506
  "__ZN6google8protobuf22Base64UnescapeInternalEPKciPciPKa",
503
507
  "__ZNK13sentencepiece26ImmutableSentencePieceText6piecesEv",
504
508
  "__ZNK6google8protobuf8internal12ExtensionSet9Extension53InternalSerializeMessageSetItemWithCachedSizesToArrayEPKNS0_11MessageLiteEPKS2_iPhPNS0_2io19EpsCopyOutputStreamE",
509
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel9setUseGpuEb",
505
510
  "__ZN13sentencepiece7unigram7LatticeC2Ev",
506
511
  "__ZN4absl12lts_2024072215CommandLineFlag9ParseFromENS0_11string_viewEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
507
512
  "_ggml_backend_dev_count",
@@ -894,7 +899,6 @@
894
899
  "__ZN6google8protobuf8internal12FieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
895
900
  "_ggml_scale",
896
901
  "__ZN6google8protobuf8internal12ExtensionSetC1EPNS0_5ArenaE",
897
- "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC2IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
898
902
  "__ZN6google8protobuf8internal17PackedInt32ParserEPvPKcPNS1_12ParseContextE",
899
903
  "__ZN13sentencepiece17SentencePieceTextC1EPN6google8protobuf5ArenaEb",
900
904
  "__ZN6google8protobuf11LogSilencerD1Ev",
@@ -954,7 +958,6 @@
954
958
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
955
959
  "_ggml_set_1d",
956
960
  "__ZN6google8protobuf8internal23SerializeNotImplementedEi",
957
- "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC1IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
958
961
  "__ZN4absl12lts_202407227uint128C2Ef",
959
962
  "__ZN4absl12lts_2024072214flags_internal23RegisterCommandLineFlagERNS0_15CommandLineFlagEPKc",
960
963
  "__ZN6google8protobuf8internal12FieldSkipper15SkipUnknownEnumEii",
@@ -1334,14 +1337,14 @@
1334
1337
  "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPtPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1335
1338
  "_ggml_gemv_q4_K_8x8_q8_K_generic",
1336
1339
  "__ZNK6google8protobuf2io18IstreamInputStream9ByteCountEv",
1337
- "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1338
1340
  "__ZN13sentencepiece10ModelProtoC1EPN6google8protobuf5ArenaEb",
1339
1341
  "__ZN13sentencepiece4util6StatusC2Ev",
1340
1342
  "_ggml_cpu_has_avx512_vbmi",
1341
- "_ggml_backend_reg_name",
1343
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1342
1344
  "__ZN6google8protobuf10SimpleItoaEl",
1343
1345
  "__ZN4absl12lts_2024072214flags_internal19NumLeakedFlagValuesEv",
1344
1346
  "_ggml_vec_dot_tq1_0_q8_K_generic",
1347
+ "_ggml_backend_reg_name",
1345
1348
  "_ggml_rope_ext_back",
1346
1349
  "__ZN4absl12lts_2024072218container_internal17ClearBackingArrayERNS1_12CommonFieldsERKNS1_15PolicyFunctionsEbb",
1347
1350
  "_ggml_backend_load_all",
@@ -1659,6 +1662,7 @@
1659
1662
  "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE4loadIJNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEENS5_13unordered_mapISB_NS5_7variantIJdxEEENS5_4hashISB_EENS5_8equal_toISB_EENS9_INS5_4pairIKSB_SE_EEEEEEEEEvDpT_",
1660
1663
  "__ZN6google8protobuf8internal12ExtensionSet9SetUInt32EihjPKNS0_15FieldDescriptorE",
1661
1664
  "__ZNK6google8protobuf14FatalException4whatEv",
1665
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC2IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEbP10js_value_sST_ST_EEEDpT_",
1662
1666
  "__ZN6google8protobuf8internal14WireFormatLite22WriteGroupMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1663
1667
  "_ggml_is_contiguous_0",
1664
1668
  "__ZN6google8protobuf8internal12ExtensionSet11ReleaseLastEi",
@@ -2178,6 +2182,7 @@
2178
2182
  "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC1ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2179
2183
  "__ZN13sentencepiece17SentencePieceText12InternalSwapEPS0_",
2180
2184
  "_ggml_rope_multi",
2185
+ "__ZN35qvac_lib_inference_addon_mlc_marian13releaseLoggerEP8js_env_sP18js_callback_info_s",
2181
2186
  "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6reloadEv",
2182
2187
  "__ZN6google8protobuf2io16ArrayInputStreamC1EPKvii",
2183
2188
  "__ZN6google8protobuf4util15status_internal17IsUnauthenticatedERKNS2_6StatusE",
@@ -2189,11 +2194,11 @@
2189
2194
  "_quantize_row_q5_0",
2190
2195
  "_ggml_backend_sched_set_eval_callback",
2191
2196
  "__ZN13sentencepiece7unigram7LatticeC1Ev",
2197
+ "__ZN35qvac_lib_inference_addon_mlc_marian9setLoggerEP8js_env_sP18js_callback_info_s",
2192
2198
  "__ZN4absl12lts_2024072214flags_internal16FinalizeRegistryEv",
2193
2199
  "__ZN6google8protobuf8internal13VerifyVersionEiiPKc",
2194
2200
  "__ZN13sentencepiece22SentencePieceProcessorD1Ev",
2195
2201
  "__ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv",
2196
- "_ggml_scale_inplace",
2197
2202
  "__ZNK6google8protobuf20stringpiece_internal11StringPiece17find_first_not_ofES2_m",
2198
2203
  "__ZN4absl12lts_2024072214flags_internal21PrivateHandleAccessor18ValidateInputValueERKNS0_15CommandLineFlagENS0_11string_viewE",
2199
2204
  "__ZN4absl12lts_2024072214flags_internal26ShortProgramInvocationNameEv",
@@ -2202,6 +2207,7 @@
2202
2207
  "__ZN14beam_candidateC1ERKNSt3__16vectorIiNS0_9allocatorIiEEEEf",
2203
2208
  "_ggml_gelu_quick_inplace",
2204
2209
  "__ZNK13sentencepiece17SentencePieceText12ByteSizeLongEv",
2210
+ "_ggml_scale_inplace",
2205
2211
  "_ggml_dup_inplace",
2206
2212
  "__ZN4absl12lts_2024072214flags_internal21PrivateHandleAccessor24IsSpecifiedOnCommandLineERKNS0_15CommandLineFlagE",
2207
2213
  "_ggml_new_tensor_2d",
@@ -2714,6 +2720,7 @@
2714
2720
  "__ZN6google8protobuf8internal24RepeatedStringTypeTraits23GetDefaultRepeatedFieldEv",
2715
2721
  "_ggml_unary_op_name",
2716
2722
  "__ZN13sentencepiece10ModelProto9MergeFromERKS0_",
2723
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC1IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEbP10js_value_sST_ST_EEEDpT_",
2717
2724
  "_ggml_gemm_q4_K_8x8_q8_K_generic",
2718
2725
  "__ZN4absl12lts_2024072219str_format_internal10AppendPackEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2719
2726
  "__ZN4absl12lts_202407225MutexD2Ev",
@@ -2879,13 +2886,13 @@
2879
2886
  "__ZN6google8protobuf2io17ArrayOutputStream4NextEPPvPi",
2880
2887
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC2ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
2881
2888
  "__Z37qvacLibInferenceAddonMlcMarianExportsP8js_env_sP10js_value_s",
2882
- "_ggml_backend_reg_get_proc_address",
2883
- "_ggml_cpu_has_dotprod",
2884
2889
  "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneLibC11DescriptionEv",
2890
+ "_ggml_backend_reg_get_proc_address",
2885
2891
  "_ggml_compute_forward_rms_norm",
2886
2892
  "_ggml_mul_inplace",
2887
2893
  "__ZNK13sentencepiece10normalizer10Normalizer9NormalizeEN4absl12lts_2024072211string_viewEPNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEPNS5_6vectorImNS9_ImEEEE",
2888
2894
  "__ZN13sentencepiece10ModelProto8CopyFromERKS0_",
2895
+ "_ggml_cpu_has_dotprod",
2889
2896
  "_ggml_unravel_index",
2890
2897
  "_ggml_backend_dev_description",
2891
2898
  "_ggml_conv_1d_dw",
@@ -3188,6 +3195,7 @@
3188
3195
  "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedEv",
3189
3196
  "__ZN6google8protobuf13RepeatedFieldIyE7ReserveEi",
3190
3197
  "__ZN6google8protobuf13RepeatedFieldIbEaSERKS2_",
3198
+ "__ZZN28qvac_lib_inference_addon_cpp6logger8JsLogger13releaseLoggerEP8js_env_sP18js_callback_info_sENUlP11uv_handle_sE_8__invokeES7_",
3191
3199
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEj",
3192
3200
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3193
3201
  "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEv",
@@ -3256,6 +3264,7 @@
3256
3264
  "__ZNK6google8protobuf13RepeatedFieldIdE4dataEv",
3257
3265
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEpLEl",
3258
3266
  "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEi",
3267
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13asyncCallbackEP10uv_async_s",
3259
3268
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEmIEl",
3260
3269
  "__ZN6google8protobuf13RepeatedFieldIdE4rendEv",
3261
3270
  "__ZN6google8protobuf13RepeatedFieldIfE6ResizeEiRKf",
@@ -3618,6 +3627,7 @@
3618
3627
  "__ZN6google8protobuf13RepeatedFieldIbEC2EOS2_",
3619
3628
  "__ZN6google8protobuf8internal16RepeatedIteratorIbEpLEl",
3620
3629
  "__ZN6google8protobuf13RepeatedFieldIfE15UnsafeArenaSwapEPS2_",
3630
+ "__ZZZN28qvac_lib_inference_addon_cpp6logger8JsLogger9setLoggerEP8js_env_sP18js_callback_info_sENKUlvE0_clEvENUlP11uv_handle_sE_8__invokeES8_",
3621
3631
  "__ZNK6google8protobuf8internal16RepeatedIteratorIbEptEv",
3622
3632
  "__ZNK6google8protobuf13RepeatedFieldIdE8CapacityEv",
3623
3633
  "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEES6_",
@@ -7,7 +7,7 @@
7
7
  ],
8
8
  "current_versions": [
9
9
  {
10
- "version": "0.1.2"
10
+ "version": "0.1.3"
11
11
  }
12
12
  ],
13
13
  "exported_symbols": [
@@ -345,6 +345,7 @@
345
345
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagINSt3__16vectorINS3_12basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS8_ISA_EEEEE9dummy_varE",
346
346
  "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
347
347
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagIxE9dummy_varE",
348
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13logger_async_E",
348
349
  "__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
349
350
  "__ZZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINS0_11string_viewENSt3__14pairIS4_S4_EEEENS1_10StringHashENS1_8StringEqENS5_9allocatorINS6_IKS4_S7_EEEEE18GetPolicyFunctionsEvE5value",
350
351
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagIlE9dummy_varE",
@@ -355,6 +356,7 @@
355
356
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagIdE9dummy_varE",
356
357
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagItE9dummy_varE",
357
358
  "__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEEE10instances_E",
359
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger16async_initiated_E",
358
360
  "__ZGVZN6google8protobuf8internal12ShutdownData3getEvE4data",
359
361
  "__ZN13sentencepiece10normalizer10Normalizer19kMaxTrieResultsSizeE",
360
362
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagImE9dummy_varE",
@@ -387,6 +389,7 @@
387
389
  "__ZN6google8protobuf22Base64UnescapeInternalEPKciPciPKa",
388
390
  "__ZNK13sentencepiece26ImmutableSentencePieceText6piecesEv",
389
391
  "__ZNK6google8protobuf8internal12ExtensionSet9Extension53InternalSerializeMessageSetItemWithCachedSizesToArrayEPKNS0_11MessageLiteEPKS2_iPhPNS0_2io19EpsCopyOutputStreamE",
392
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel9setUseGpuEb",
390
393
  "__ZN13sentencepiece7unigram7LatticeC2Ev",
391
394
  "__ZN4absl12lts_2024072215CommandLineFlag9ParseFromENS0_11string_viewEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
392
395
  "_ggml_backend_dev_count",
@@ -778,7 +781,6 @@
778
781
  "__ZN6google8protobuf8internal12FieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
779
782
  "_ggml_scale",
780
783
  "__ZN6google8protobuf8internal12ExtensionSetC1EPNS0_5ArenaE",
781
- "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC2IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
782
784
  "__ZN6google8protobuf8internal17PackedInt32ParserEPvPKcPNS1_12ParseContextE",
783
785
  "__ZN13sentencepiece17SentencePieceTextC1EPN6google8protobuf5ArenaEb",
784
786
  "__ZN6google8protobuf11LogSilencerD1Ev",
@@ -838,7 +840,6 @@
838
840
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
839
841
  "_ggml_set_1d",
840
842
  "__ZN6google8protobuf8internal23SerializeNotImplementedEi",
841
- "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC1IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
842
843
  "__ZN4absl12lts_202407227uint128C2Ef",
843
844
  "__ZN6google8protobuf8internal12FieldSkipper15SkipUnknownEnumEii",
844
845
  "_ggml_compute_forward_cos",
@@ -1216,13 +1217,13 @@
1216
1217
  "_ggml_backend_sched_set_tensor_backend",
1217
1218
  "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPtPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1218
1219
  "__ZNK6google8protobuf2io18IstreamInputStream9ByteCountEv",
1219
- "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1220
1220
  "__ZN13sentencepiece10ModelProtoC1EPN6google8protobuf5ArenaEb",
1221
1221
  "__ZN13sentencepiece4util6StatusC2Ev",
1222
1222
  "_ggml_cpu_has_avx512_vbmi",
1223
- "_ggml_backend_reg_name",
1223
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1224
1224
  "__ZN6google8protobuf10SimpleItoaEl",
1225
1225
  "__ZN4absl12lts_2024072214flags_internal19NumLeakedFlagValuesEv",
1226
+ "_ggml_backend_reg_name",
1226
1227
  "_ggml_vec_dot_tq1_0_q8_K_generic",
1227
1228
  "_ggml_rope_ext_back",
1228
1229
  "__ZN4absl12lts_2024072218container_internal17ClearBackingArrayERNS1_12CommonFieldsERKNS1_15PolicyFunctionsEbb",
@@ -1542,6 +1543,7 @@
1542
1543
  "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE4loadIJNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEENS5_13unordered_mapISB_NS5_7variantIJdxEEENS5_4hashISB_EENS5_8equal_toISB_EENS9_INS5_4pairIKSB_SE_EEEEEEEEEvDpT_",
1543
1544
  "__ZN6google8protobuf8internal12ExtensionSet9SetUInt32EihjPKNS0_15FieldDescriptorE",
1544
1545
  "__ZNK6google8protobuf14FatalException4whatEv",
1546
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC2IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEbP10js_value_sST_ST_EEEDpT_",
1545
1547
  "__ZN6google8protobuf8internal14WireFormatLite22WriteGroupMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1546
1548
  "_ggml_is_contiguous_0",
1547
1549
  "__ZN6google8protobuf8internal12ExtensionSet11ReleaseLastEi",
@@ -2056,6 +2058,7 @@
2056
2058
  "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC1ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2057
2059
  "__ZN13sentencepiece17SentencePieceText12InternalSwapEPS0_",
2058
2060
  "_ggml_rope_multi",
2061
+ "__ZN35qvac_lib_inference_addon_mlc_marian13releaseLoggerEP8js_env_sP18js_callback_info_s",
2059
2062
  "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6reloadEv",
2060
2063
  "__ZN6google8protobuf2io16ArrayInputStreamC1EPKvii",
2061
2064
  "__ZN6google8protobuf4util15status_internal17IsUnauthenticatedERKNS2_6StatusE",
@@ -2067,6 +2070,7 @@
2067
2070
  "_quantize_row_q5_0",
2068
2071
  "_ggml_backend_sched_set_eval_callback",
2069
2072
  "__ZN13sentencepiece7unigram7LatticeC1Ev",
2073
+ "__ZN35qvac_lib_inference_addon_mlc_marian9setLoggerEP8js_env_sP18js_callback_info_s",
2070
2074
  "__ZN6google8protobuf8internal13VerifyVersionEiiPKc",
2071
2075
  "__ZN13sentencepiece22SentencePieceProcessorD1Ev",
2072
2076
  "__ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv",
@@ -2585,6 +2589,7 @@
2585
2589
  "__ZN6google8protobuf8internal24RepeatedStringTypeTraits23GetDefaultRepeatedFieldEv",
2586
2590
  "_ggml_unary_op_name",
2587
2591
  "__ZN13sentencepiece10ModelProto9MergeFromERKS0_",
2592
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC1IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEbP10js_value_sST_ST_EEEDpT_",
2588
2593
  "__ZN4absl12lts_2024072219str_format_internal10AppendPackEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2589
2594
  "__ZN4absl12lts_202407225MutexD2Ev",
2590
2595
  "_ggml_backend_dev_backend_reg",
@@ -3058,6 +3063,7 @@
3058
3063
  "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedEv",
3059
3064
  "__ZN6google8protobuf13RepeatedFieldIyE7ReserveEi",
3060
3065
  "__ZN6google8protobuf13RepeatedFieldIbEaSERKS2_",
3066
+ "__ZZN28qvac_lib_inference_addon_cpp6logger8JsLogger13releaseLoggerEP8js_env_sP18js_callback_info_sENUlP11uv_handle_sE_8__invokeES7_",
3061
3067
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEj",
3062
3068
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3063
3069
  "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEv",
@@ -3126,6 +3132,7 @@
3126
3132
  "__ZNK6google8protobuf13RepeatedFieldIdE4dataEv",
3127
3133
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEpLEl",
3128
3134
  "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEi",
3135
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13asyncCallbackEP10uv_async_s",
3129
3136
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEmIEl",
3130
3137
  "__ZN6google8protobuf13RepeatedFieldIdE4rendEv",
3131
3138
  "__ZN6google8protobuf13RepeatedFieldIfE6ResizeEiRKf",
@@ -3490,6 +3497,7 @@
3490
3497
  "__ZN6google8protobuf13RepeatedFieldIbEC2EOS2_",
3491
3498
  "__ZN6google8protobuf8internal16RepeatedIteratorIbEpLEl",
3492
3499
  "__ZN6google8protobuf13RepeatedFieldIfE15UnsafeArenaSwapEPS2_",
3500
+ "__ZZZN28qvac_lib_inference_addon_cpp6logger8JsLogger9setLoggerEP8js_env_sP18js_callback_info_sENKUlvE0_clEvENUlP11uv_handle_sE_8__invokeES8_",
3493
3501
  "__ZNK6google8protobuf8internal16RepeatedIteratorIbEptEv",
3494
3502
  "__ZNK6google8protobuf13RepeatedFieldIdE8CapacityEv",
3495
3503
  "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEES6_",
@@ -7,7 +7,7 @@
7
7
  ],
8
8
  "current_versions": [
9
9
  {
10
- "version": "0.1.2"
10
+ "version": "0.1.3"
11
11
  }
12
12
  ],
13
13
  "exported_symbols": [
@@ -345,6 +345,7 @@
345
345
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagINSt3__16vectorINS3_12basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS8_ISA_EEEEE9dummy_varE",
346
346
  "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
347
347
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagIxE9dummy_varE",
348
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13logger_async_E",
348
349
  "__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
349
350
  "__ZZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINS0_11string_viewENSt3__14pairIS4_S4_EEEENS1_10StringHashENS1_8StringEqENS5_9allocatorINS6_IKS4_S7_EEEEE18GetPolicyFunctionsEvE5value",
350
351
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagIlE9dummy_varE",
@@ -355,6 +356,7 @@
355
356
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagIdE9dummy_varE",
356
357
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagItE9dummy_varE",
357
358
  "__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEEE10instances_E",
359
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger16async_initiated_E",
358
360
  "__ZGVZN6google8protobuf8internal12ShutdownData3getEvE4data",
359
361
  "__ZN13sentencepiece10normalizer10Normalizer19kMaxTrieResultsSizeE",
360
362
  "__ZN4absl12lts_2024072213base_internal11FastTypeTagImE9dummy_varE",
@@ -387,6 +389,7 @@
387
389
  "__ZN6google8protobuf22Base64UnescapeInternalEPKciPciPKa",
388
390
  "__ZNK13sentencepiece26ImmutableSentencePieceText6piecesEv",
389
391
  "__ZNK6google8protobuf8internal12ExtensionSet9Extension53InternalSerializeMessageSetItemWithCachedSizesToArrayEPKNS0_11MessageLiteEPKS2_iPhPNS0_2io19EpsCopyOutputStreamE",
392
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel9setUseGpuEb",
390
393
  "__ZN13sentencepiece7unigram7LatticeC2Ev",
391
394
  "__ZN4absl12lts_2024072215CommandLineFlag9ParseFromENS0_11string_viewEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
392
395
  "_ggml_backend_dev_count",
@@ -778,7 +781,6 @@
778
781
  "__ZN6google8protobuf8internal12FieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
779
782
  "_ggml_scale",
780
783
  "__ZN6google8protobuf8internal12ExtensionSetC1EPNS0_5ArenaE",
781
- "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC2IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
782
784
  "__ZN6google8protobuf8internal17PackedInt32ParserEPvPKcPNS1_12ParseContextE",
783
785
  "__ZN13sentencepiece17SentencePieceTextC1EPN6google8protobuf5ArenaEb",
784
786
  "__ZN6google8protobuf11LogSilencerD1Ev",
@@ -838,7 +840,6 @@
838
840
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
839
841
  "_ggml_set_1d",
840
842
  "__ZN6google8protobuf8internal23SerializeNotImplementedEi",
841
- "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC1IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
842
843
  "__ZN4absl12lts_202407227uint128C2Ef",
843
844
  "__ZN6google8protobuf8internal12FieldSkipper15SkipUnknownEnumEii",
844
845
  "_ggml_compute_forward_cos",
@@ -1216,13 +1217,13 @@
1216
1217
  "_ggml_backend_sched_set_tensor_backend",
1217
1218
  "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPtPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1218
1219
  "__ZNK6google8protobuf2io18IstreamInputStream9ByteCountEv",
1219
- "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1220
1220
  "__ZN13sentencepiece10ModelProtoC1EPN6google8protobuf5ArenaEb",
1221
1221
  "__ZN13sentencepiece4util6StatusC2Ev",
1222
1222
  "_ggml_cpu_has_avx512_vbmi",
1223
- "_ggml_backend_reg_name",
1223
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1224
1224
  "__ZN6google8protobuf10SimpleItoaEl",
1225
1225
  "__ZN4absl12lts_2024072214flags_internal19NumLeakedFlagValuesEv",
1226
+ "_ggml_backend_reg_name",
1226
1227
  "_ggml_vec_dot_tq1_0_q8_K_generic",
1227
1228
  "_ggml_rope_ext_back",
1228
1229
  "__ZN4absl12lts_2024072218container_internal17ClearBackingArrayERNS1_12CommonFieldsERKNS1_15PolicyFunctionsEbb",
@@ -1542,6 +1543,7 @@
1542
1543
  "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE4loadIJNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEENS5_13unordered_mapISB_NS5_7variantIJdxEEENS5_4hashISB_EENS5_8equal_toISB_EENS9_INS5_4pairIKSB_SE_EEEEEEEEEvDpT_",
1543
1544
  "__ZN6google8protobuf8internal12ExtensionSet9SetUInt32EihjPKNS0_15FieldDescriptorE",
1544
1545
  "__ZNK6google8protobuf14FatalException4whatEv",
1546
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC2IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEbP10js_value_sST_ST_EEEDpT_",
1545
1547
  "__ZN6google8protobuf8internal14WireFormatLite22WriteGroupMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1546
1548
  "_ggml_is_contiguous_0",
1547
1549
  "__ZN6google8protobuf8internal12ExtensionSet11ReleaseLastEi",
@@ -2056,6 +2058,7 @@
2056
2058
  "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC1ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2057
2059
  "__ZN13sentencepiece17SentencePieceText12InternalSwapEPS0_",
2058
2060
  "_ggml_rope_multi",
2061
+ "__ZN35qvac_lib_inference_addon_mlc_marian13releaseLoggerEP8js_env_sP18js_callback_info_s",
2059
2062
  "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6reloadEv",
2060
2063
  "__ZN6google8protobuf2io16ArrayInputStreamC1EPKvii",
2061
2064
  "__ZN6google8protobuf4util15status_internal17IsUnauthenticatedERKNS2_6StatusE",
@@ -2067,6 +2070,7 @@
2067
2070
  "_quantize_row_q5_0",
2068
2071
  "_ggml_backend_sched_set_eval_callback",
2069
2072
  "__ZN13sentencepiece7unigram7LatticeC1Ev",
2073
+ "__ZN35qvac_lib_inference_addon_mlc_marian9setLoggerEP8js_env_sP18js_callback_info_s",
2070
2074
  "__ZN6google8protobuf8internal13VerifyVersionEiiPKc",
2071
2075
  "__ZN13sentencepiece22SentencePieceProcessorD1Ev",
2072
2076
  "__ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv",
@@ -2585,6 +2589,7 @@
2585
2589
  "__ZN6google8protobuf8internal24RepeatedStringTypeTraits23GetDefaultRepeatedFieldEv",
2586
2590
  "_ggml_unary_op_name",
2587
2591
  "__ZN13sentencepiece10ModelProto9MergeFromERKS0_",
2592
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC1IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEbP10js_value_sST_ST_EEEDpT_",
2588
2593
  "__ZN4absl12lts_2024072219str_format_internal10AppendPackEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2589
2594
  "__ZN4absl12lts_202407225MutexD2Ev",
2590
2595
  "_ggml_backend_dev_backend_reg",
@@ -3058,6 +3063,7 @@
3058
3063
  "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedEv",
3059
3064
  "__ZN6google8protobuf13RepeatedFieldIyE7ReserveEi",
3060
3065
  "__ZN6google8protobuf13RepeatedFieldIbEaSERKS2_",
3066
+ "__ZZN28qvac_lib_inference_addon_cpp6logger8JsLogger13releaseLoggerEP8js_env_sP18js_callback_info_sENUlP11uv_handle_sE_8__invokeES7_",
3061
3067
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEj",
3062
3068
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3063
3069
  "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEv",
@@ -3126,6 +3132,7 @@
3126
3132
  "__ZNK6google8protobuf13RepeatedFieldIdE4dataEv",
3127
3133
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEpLEl",
3128
3134
  "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEi",
3135
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13asyncCallbackEP10uv_async_s",
3129
3136
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEmIEl",
3130
3137
  "__ZN6google8protobuf13RepeatedFieldIdE4rendEv",
3131
3138
  "__ZN6google8protobuf13RepeatedFieldIfE6ResizeEiRKf",
@@ -3490,6 +3497,7 @@
3490
3497
  "__ZN6google8protobuf13RepeatedFieldIbEC2EOS2_",
3491
3498
  "__ZN6google8protobuf8internal16RepeatedIteratorIbEpLEl",
3492
3499
  "__ZN6google8protobuf13RepeatedFieldIfE15UnsafeArenaSwapEPS2_",
3500
+ "__ZZZN28qvac_lib_inference_addon_cpp6logger8JsLogger9setLoggerEP8js_env_sP18js_callback_info_sENKUlvE0_clEvENUlP11uv_handle_sE_8__invokeES8_",
3493
3501
  "__ZNK6google8protobuf8internal16RepeatedIteratorIbEptEv",
3494
3502
  "__ZNK6google8protobuf13RepeatedFieldIdE8CapacityEv",
3495
3503
  "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEES6_",
@@ -7,7 +7,7 @@
7
7
  ],
8
8
  "current_versions": [
9
9
  {
10
- "version": "0.1.2"
10
+ "version": "0.1.3"
11
11
  }
12
12
  ],
13
13
  "exported_symbols": [
@@ -364,6 +364,7 @@
364
364
  "__ZTIN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEE",
365
365
  "__ZTSN6google8protobuf8internal12ExtensionSet8KeyValueE",
366
366
  "__ZTSNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE",
367
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13logger_async_E",
367
368
  "__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
368
369
  "__ZZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINS0_11string_viewENSt3__14pairIS4_S4_EEEENS1_10StringHashENS1_8StringEqENS5_9allocatorINS6_IKS4_S7_EEEEE18GetPolicyFunctionsEvE5value",
369
370
  "__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q4_0Lx4ELx4EL9ggml_type8EEE",
@@ -427,9 +428,11 @@
427
428
  "__ZTIN6google8protobuf2io19CopyingOutputStreamE",
428
429
  "__ZTIN13sentencepiece5model8FreeListINS_7unigram7Lattice4NodeEEE",
429
430
  "__ZTSNSt3__120__shared_ptr_emplaceIN13sentencepiece22NBestSentencePieceTextENS_9allocatorIS2_EEEE",
431
+ "__ZTSNSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp6logger8JsLogger5StateENS_9allocatorIS4_EEEE",
430
432
  "__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q4_KLx8ELx8EL9ggml_type15EEE",
431
433
  "__ZTSN13sentencepiece10filesystem17PosixWritableFileE",
432
434
  "__ZTSNSt3__110__function6__baseIFP11ggml_cgraphvEEE",
435
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger16async_initiated_E",
433
436
  "__ZTSNSt3__119basic_ostringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
434
437
  "__ZTSN6google8protobuf13RepeatedFieldIyEE",
435
438
  "__ZTSNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
@@ -439,6 +442,7 @@
439
442
  "__ZTINSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE",
440
443
  "__ZGVZN6google8protobuf8internal12ShutdownData3getEvE4data",
441
444
  "__ZTIFbN4absl12lts_2024072211string_viewEE",
445
+ "__ZTINSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp6logger8JsLogger5StateENS_9allocatorIS4_EEEE",
442
446
  "__ZTSN13sentencepiece10filesystem12ReadableFileE",
443
447
  "__ZN13sentencepiece10normalizer10Normalizer19kMaxTrieResultsSizeE",
444
448
  "__ZTIN6google8protobuf8internal16InternalMetadata9ContainerINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEE",
@@ -508,6 +512,7 @@
508
512
  "__ZN6google8protobuf22Base64UnescapeInternalEPKciPciPKa",
509
513
  "__ZNK13sentencepiece26ImmutableSentencePieceText6piecesEv",
510
514
  "__ZNK6google8protobuf8internal12ExtensionSet9Extension53InternalSerializeMessageSetItemWithCachedSizesToArrayEPKNS0_11MessageLiteEPKS2_iPhPNS0_2io19EpsCopyOutputStreamE",
515
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel9setUseGpuEb",
511
516
  "__ZN13sentencepiece7unigram7LatticeC2Ev",
512
517
  "__ZN4absl12lts_2024072215CommandLineFlag9ParseFromENS0_11string_viewEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
513
518
  "_ggml_backend_dev_count",
@@ -898,7 +903,6 @@
898
903
  "__ZN6google8protobuf8internal12FieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
899
904
  "_ggml_scale",
900
905
  "__ZN6google8protobuf8internal12ExtensionSetC1EPNS0_5ArenaE",
901
- "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC2IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
902
906
  "__ZN6google8protobuf8internal17PackedInt32ParserEPvPKcPNS1_12ParseContextE",
903
907
  "__ZN13sentencepiece17SentencePieceTextC1EPN6google8protobuf5ArenaEb",
904
908
  "__ZN6google8protobuf11LogSilencerD1Ev",
@@ -958,7 +962,6 @@
958
962
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
959
963
  "_ggml_set_1d",
960
964
  "__ZN6google8protobuf8internal23SerializeNotImplementedEi",
961
- "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC1IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
962
965
  "__ZN4absl12lts_202407227uint128C2Ef",
963
966
  "__ZN6google8protobuf8internal12FieldSkipper15SkipUnknownEnumEii",
964
967
  "_ggml_compute_forward_cos",
@@ -1117,13 +1120,13 @@
1117
1120
  "_ggml_vec_dot_iq2_xxs_q8_K",
1118
1121
  "__ZN4absl12lts_2024072213ToDoubleHoursENS0_8DurationE",
1119
1122
  "__ZN6google8protobuf8internal14WireFormatLite9Int32SizeERKNS0_13RepeatedFieldIiEE",
1120
- "_ggml_backend_sched_reserve",
1121
1123
  "_ggml_backend_sched_new",
1122
- "_ggml_rms_norm",
1124
+ "_ggml_backend_sched_reserve",
1123
1125
  "__ZNK35qvac_lib_inference_addon_mlc_marian16TranslationModel20runtimeStatsToStringEv",
1124
1126
  "__ZN13sentencepiece17SentencePieceTextC2EPN6google8protobuf5ArenaEb",
1125
1127
  "__ZNK6google8protobuf8internal12ExtensionSet19GetRawRepeatedFieldEiPKv",
1126
1128
  "__ZN6google8protobuf8internal11SerialArena16AllocateNewBlockEmPKNS1_16AllocationPolicyE",
1129
+ "_ggml_rms_norm",
1127
1130
  "_ggml_compute_forward_map_custom3",
1128
1131
  "__ZN6google8protobuf11safe_strtodEPKcPd",
1129
1132
  "_ggml_hash_set_free",
@@ -1336,13 +1339,13 @@
1336
1339
  "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPtPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1337
1340
  "_ggml_gemv_q4_K_8x8_q8_K_generic",
1338
1341
  "__ZNK6google8protobuf2io18IstreamInputStream9ByteCountEv",
1339
- "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1340
1342
  "__ZN13sentencepiece10ModelProtoC1EPN6google8protobuf5ArenaEb",
1341
1343
  "__ZN13sentencepiece4util6StatusC2Ev",
1342
1344
  "_ggml_cpu_has_avx512_vbmi",
1343
- "_ggml_backend_reg_name",
1345
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1344
1346
  "__ZN6google8protobuf10SimpleItoaEl",
1345
1347
  "__ZN4absl12lts_2024072214flags_internal19NumLeakedFlagValuesEv",
1348
+ "_ggml_backend_reg_name",
1346
1349
  "_ggml_vec_dot_tq1_0_q8_K_generic",
1347
1350
  "_ggml_rope_ext_back",
1348
1351
  "__ZN4absl12lts_2024072218container_internal17ClearBackingArrayERNS1_12CommonFieldsERKNS1_15PolicyFunctionsEbb",
@@ -1660,6 +1663,7 @@
1660
1663
  "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE4loadIJNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEENS5_13unordered_mapISB_NS5_7variantIJdxEEENS5_4hashISB_EENS5_8equal_toISB_EENS9_INS5_4pairIKSB_SE_EEEEEEEEEvDpT_",
1661
1664
  "__ZN6google8protobuf8internal12ExtensionSet9SetUInt32EihjPKNS0_15FieldDescriptorE",
1662
1665
  "__ZNK6google8protobuf14FatalException4whatEv",
1666
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC2IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEbP10js_value_sST_ST_EEEDpT_",
1663
1667
  "__ZN6google8protobuf8internal14WireFormatLite22WriteGroupMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1664
1668
  "_ggml_is_contiguous_0",
1665
1669
  "__ZN6google8protobuf8internal12ExtensionSet11ReleaseLastEi",
@@ -2173,6 +2177,7 @@
2173
2177
  "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC1ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2174
2178
  "__ZN13sentencepiece17SentencePieceText12InternalSwapEPS0_",
2175
2179
  "_ggml_rope_multi",
2180
+ "__ZN35qvac_lib_inference_addon_mlc_marian13releaseLoggerEP8js_env_sP18js_callback_info_s",
2176
2181
  "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6reloadEv",
2177
2182
  "__ZN6google8protobuf2io16ArrayInputStreamC1EPKvii",
2178
2183
  "__ZN6google8protobuf4util15status_internal17IsUnauthenticatedERKNS2_6StatusE",
@@ -2184,6 +2189,7 @@
2184
2189
  "_quantize_row_q5_0",
2185
2190
  "_ggml_backend_sched_set_eval_callback",
2186
2191
  "__ZN13sentencepiece7unigram7LatticeC1Ev",
2192
+ "__ZN35qvac_lib_inference_addon_mlc_marian9setLoggerEP8js_env_sP18js_callback_info_s",
2187
2193
  "__ZN6google8protobuf8internal13VerifyVersionEiiPKc",
2188
2194
  "__ZN13sentencepiece22SentencePieceProcessorD1Ev",
2189
2195
  "__ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv",
@@ -2702,6 +2708,7 @@
2702
2708
  "__ZN6google8protobuf8internal24RepeatedStringTypeTraits23GetDefaultRepeatedFieldEv",
2703
2709
  "_ggml_unary_op_name",
2704
2710
  "__ZN13sentencepiece10ModelProto9MergeFromERKS0_",
2711
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC1IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEbP10js_value_sST_ST_EEEDpT_",
2705
2712
  "_ggml_gemm_q4_K_8x8_q8_K_generic",
2706
2713
  "__ZN4absl12lts_2024072219str_format_internal10AppendPackEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2707
2714
  "__ZN4absl12lts_202407225MutexD2Ev",
@@ -3175,6 +3182,7 @@
3175
3182
  "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedEv",
3176
3183
  "__ZN6google8protobuf13RepeatedFieldIyE7ReserveEi",
3177
3184
  "__ZN6google8protobuf13RepeatedFieldIbEaSERKS2_",
3185
+ "__ZZN28qvac_lib_inference_addon_cpp6logger8JsLogger13releaseLoggerEP8js_env_sP18js_callback_info_sENUlP11uv_handle_sE_8__invokeES7_",
3178
3186
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEj",
3179
3187
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3180
3188
  "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEv",
@@ -3243,6 +3251,7 @@
3243
3251
  "__ZNK6google8protobuf13RepeatedFieldIdE4dataEv",
3244
3252
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEpLEl",
3245
3253
  "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEi",
3254
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13asyncCallbackEP10uv_async_s",
3246
3255
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEmIEl",
3247
3256
  "__ZN6google8protobuf13RepeatedFieldIdE4rendEv",
3248
3257
  "__ZN6google8protobuf13RepeatedFieldIfE6ResizeEiRKf",
@@ -3607,6 +3616,7 @@
3607
3616
  "__ZN6google8protobuf13RepeatedFieldIbEC2EOS2_",
3608
3617
  "__ZN6google8protobuf8internal16RepeatedIteratorIbEpLEl",
3609
3618
  "__ZN6google8protobuf13RepeatedFieldIfE15UnsafeArenaSwapEPS2_",
3619
+ "__ZZZN28qvac_lib_inference_addon_cpp6logger8JsLogger9setLoggerEP8js_env_sP18js_callback_info_sENKUlvE0_clEvENUlP11uv_handle_sE_8__invokeES8_",
3610
3620
  "__ZNK6google8protobuf8internal16RepeatedIteratorIbEptEv",
3611
3621
  "__ZNK6google8protobuf13RepeatedFieldIdE8CapacityEv",
3612
3622
  "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEES6_",