@qvac/translation-nmtcpp 0.1.2 → 0.1.4

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.4",
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.4"
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",
@@ -480,6 +483,7 @@
480
483
  "__ZN4absl12lts_202407225Mutex11AwaitCommonERKNS0_9ConditionENS0_24synchronization_internal13KernelTimeoutE",
481
484
  "__ZN6google8protobuf4util15status_internal6StatusC1ERKS3_",
482
485
  "__ZN6google8protobuf11MessageLite21ParsePartialFromArrayEPKvi",
486
+ "__Z13modelIsMarian7e_model",
483
487
  "_ggml_hash_set_new",
484
488
  "__ZN6google8protobuf4util15status_internal18UnimplementedErrorENS0_20stringpiece_internal11StringPieceE",
485
489
  "__ZN13sentencepiece22NBestSentencePieceTextC2EPN6google8protobuf5ArenaEb",
@@ -782,7 +786,6 @@
782
786
  "__ZN6google8protobuf8internal12FieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
783
787
  "_ggml_scale",
784
788
  "__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
789
  "__ZN6google8protobuf8internal17PackedInt32ParserEPvPKcPNS1_12ParseContextE",
787
790
  "__ZN13sentencepiece17SentencePieceTextC1EPN6google8protobuf5ArenaEb",
788
791
  "__ZN6google8protobuf11LogSilencerD1Ev",
@@ -842,7 +845,6 @@
842
845
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
843
846
  "_ggml_set_1d",
844
847
  "__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
848
  "__ZN4absl12lts_202407227uint128C2Ef",
847
849
  "__ZN4absl12lts_2024072214flags_internal23RegisterCommandLineFlagERNS0_15CommandLineFlagEPKc",
848
850
  "__ZN6google8protobuf8internal12FieldSkipper15SkipUnknownEnumEii",
@@ -1222,13 +1224,13 @@
1222
1224
  "_ggml_backend_sched_set_tensor_backend",
1223
1225
  "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPtPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1224
1226
  "__ZNK6google8protobuf2io18IstreamInputStream9ByteCountEv",
1225
- "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1226
1227
  "__ZN13sentencepiece10ModelProtoC1EPN6google8protobuf5ArenaEb",
1227
1228
  "__ZN13sentencepiece4util6StatusC2Ev",
1228
1229
  "_ggml_cpu_has_avx512_vbmi",
1229
- "_ggml_backend_reg_name",
1230
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1230
1231
  "__ZN6google8protobuf10SimpleItoaEl",
1231
1232
  "__ZN4absl12lts_2024072214flags_internal19NumLeakedFlagValuesEv",
1233
+ "_ggml_backend_reg_name",
1232
1234
  "_ggml_vec_dot_tq1_0_q8_K_generic",
1233
1235
  "_ggml_rope_ext_back",
1234
1236
  "__ZN4absl12lts_2024072218container_internal17ClearBackingArrayERNS1_12CommonFieldsERKNS1_15PolicyFunctionsEbb",
@@ -1549,6 +1551,7 @@
1549
1551
  "__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
1552
  "__ZN6google8protobuf8internal12ExtensionSet9SetUInt32EihjPKNS0_15FieldDescriptorE",
1551
1553
  "__ZNK6google8protobuf14FatalException4whatEv",
1554
+ "__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
1555
  "__ZN6google8protobuf8internal14WireFormatLite22WriteGroupMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1553
1556
  "_ggml_is_contiguous_0",
1554
1557
  "__ZN6google8protobuf8internal12ExtensionSet11ReleaseLastEi",
@@ -2069,6 +2072,7 @@
2069
2072
  "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC1ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2070
2073
  "__ZN13sentencepiece17SentencePieceText12InternalSwapEPS0_",
2071
2074
  "_ggml_rope_multi",
2075
+ "__ZN35qvac_lib_inference_addon_mlc_marian13releaseLoggerEP8js_env_sP18js_callback_info_s",
2072
2076
  "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6reloadEv",
2073
2077
  "__ZN6google8protobuf2io16ArrayInputStreamC1EPKvii",
2074
2078
  "__ZN6google8protobuf4util15status_internal17IsUnauthenticatedERKNS2_6StatusE",
@@ -2080,11 +2084,11 @@
2080
2084
  "_quantize_row_q5_0",
2081
2085
  "_ggml_backend_sched_set_eval_callback",
2082
2086
  "__ZN13sentencepiece7unigram7LatticeC1Ev",
2087
+ "__ZN35qvac_lib_inference_addon_mlc_marian9setLoggerEP8js_env_sP18js_callback_info_s",
2083
2088
  "__ZN4absl12lts_2024072214flags_internal16FinalizeRegistryEv",
2084
2089
  "__ZN6google8protobuf8internal13VerifyVersionEiiPKc",
2085
2090
  "__ZN13sentencepiece22SentencePieceProcessorD1Ev",
2086
2091
  "__ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv",
2087
- "_ggml_scale_inplace",
2088
2092
  "__ZNK6google8protobuf20stringpiece_internal11StringPiece17find_first_not_ofES2_m",
2089
2093
  "__ZN4absl12lts_2024072214flags_internal21PrivateHandleAccessor18ValidateInputValueERKNS0_15CommandLineFlagENS0_11string_viewE",
2090
2094
  "__ZN4absl12lts_2024072214flags_internal26ShortProgramInvocationNameEv",
@@ -2093,6 +2097,7 @@
2093
2097
  "__ZN14beam_candidateC1ERKNSt3__16vectorIiNS0_9allocatorIiEEEEf",
2094
2098
  "_ggml_gelu_quick_inplace",
2095
2099
  "__ZNK13sentencepiece17SentencePieceText12ByteSizeLongEv",
2100
+ "_ggml_scale_inplace",
2096
2101
  "_ggml_dup_inplace",
2097
2102
  "__ZN4absl12lts_2024072214flags_internal21PrivateHandleAccessor24IsSpecifiedOnCommandLineERKNS0_15CommandLineFlagE",
2098
2103
  "_ggml_new_tensor_2d",
@@ -2605,6 +2610,7 @@
2605
2610
  "__ZN6google8protobuf8internal24RepeatedStringTypeTraits23GetDefaultRepeatedFieldEv",
2606
2611
  "_ggml_unary_op_name",
2607
2612
  "__ZN13sentencepiece10ModelProto9MergeFromERKS0_",
2613
+ "__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
2614
  "__ZN4absl12lts_2024072219str_format_internal10AppendPackEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2609
2615
  "__ZN4absl12lts_202407225MutexD2Ev",
2610
2616
  "_ggml_backend_dev_backend_reg",
@@ -3079,6 +3085,7 @@
3079
3085
  "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedEv",
3080
3086
  "__ZN6google8protobuf13RepeatedFieldIyE7ReserveEi",
3081
3087
  "__ZN6google8protobuf13RepeatedFieldIbEaSERKS2_",
3088
+ "__ZZN28qvac_lib_inference_addon_cpp6logger8JsLogger13releaseLoggerEP8js_env_sP18js_callback_info_sENUlP11uv_handle_sE_8__invokeES7_",
3082
3089
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEj",
3083
3090
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3084
3091
  "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEv",
@@ -3147,6 +3154,7 @@
3147
3154
  "__ZNK6google8protobuf13RepeatedFieldIdE4dataEv",
3148
3155
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEpLEl",
3149
3156
  "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEi",
3157
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13asyncCallbackEP10uv_async_s",
3150
3158
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEmIEl",
3151
3159
  "__ZN6google8protobuf13RepeatedFieldIdE4rendEv",
3152
3160
  "__ZN6google8protobuf13RepeatedFieldIfE6ResizeEiRKf",
@@ -3509,6 +3517,7 @@
3509
3517
  "__ZN6google8protobuf13RepeatedFieldIbEC2EOS2_",
3510
3518
  "__ZN6google8protobuf8internal16RepeatedIteratorIbEpLEl",
3511
3519
  "__ZN6google8protobuf13RepeatedFieldIfE15UnsafeArenaSwapEPS2_",
3520
+ "__ZZZN28qvac_lib_inference_addon_cpp6logger8JsLogger9setLoggerEP8js_env_sP18js_callback_info_sENKUlvE0_clEvENUlP11uv_handle_sE_8__invokeES8_",
3512
3521
  "__ZNK6google8protobuf8internal16RepeatedIteratorIbEptEv",
3513
3522
  "__ZNK6google8protobuf13RepeatedFieldIdE8CapacityEv",
3514
3523
  "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEES6_",
@@ -7,7 +7,7 @@
7
7
  ],
8
8
  "current_versions": [
9
9
  {
10
- "version": "0.1.2"
10
+ "version": "0.1.4"
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",
@@ -593,6 +598,7 @@
593
598
  "__ZN4absl12lts_202407225Mutex11AwaitCommonERKNS0_9ConditionENS0_24synchronization_internal13KernelTimeoutE",
594
599
  "__ZN6google8protobuf4util15status_internal6StatusC1ERKS3_",
595
600
  "__ZN6google8protobuf11MessageLite21ParsePartialFromArrayEPKvi",
601
+ "__Z13modelIsMarian7e_model",
596
602
  "_ggml_hash_set_new",
597
603
  "__ZN6google8protobuf4util15status_internal18UnimplementedErrorENS0_20stringpiece_internal11StringPieceE",
598
604
  "__ZN13sentencepiece22NBestSentencePieceTextC2EPN6google8protobuf5ArenaEb",
@@ -894,7 +900,6 @@
894
900
  "__ZN6google8protobuf8internal12FieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
895
901
  "_ggml_scale",
896
902
  "__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
903
  "__ZN6google8protobuf8internal17PackedInt32ParserEPvPKcPNS1_12ParseContextE",
899
904
  "__ZN13sentencepiece17SentencePieceTextC1EPN6google8protobuf5ArenaEb",
900
905
  "__ZN6google8protobuf11LogSilencerD1Ev",
@@ -954,7 +959,6 @@
954
959
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
955
960
  "_ggml_set_1d",
956
961
  "__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
962
  "__ZN4absl12lts_202407227uint128C2Ef",
959
963
  "__ZN4absl12lts_2024072214flags_internal23RegisterCommandLineFlagERNS0_15CommandLineFlagEPKc",
960
964
  "__ZN6google8protobuf8internal12FieldSkipper15SkipUnknownEnumEii",
@@ -1334,14 +1338,14 @@
1334
1338
  "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPtPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1335
1339
  "_ggml_gemv_q4_K_8x8_q8_K_generic",
1336
1340
  "__ZNK6google8protobuf2io18IstreamInputStream9ByteCountEv",
1337
- "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1338
1341
  "__ZN13sentencepiece10ModelProtoC1EPN6google8protobuf5ArenaEb",
1339
1342
  "__ZN13sentencepiece4util6StatusC2Ev",
1340
1343
  "_ggml_cpu_has_avx512_vbmi",
1341
- "_ggml_backend_reg_name",
1344
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1342
1345
  "__ZN6google8protobuf10SimpleItoaEl",
1343
1346
  "__ZN4absl12lts_2024072214flags_internal19NumLeakedFlagValuesEv",
1344
1347
  "_ggml_vec_dot_tq1_0_q8_K_generic",
1348
+ "_ggml_backend_reg_name",
1345
1349
  "_ggml_rope_ext_back",
1346
1350
  "__ZN4absl12lts_2024072218container_internal17ClearBackingArrayERNS1_12CommonFieldsERKNS1_15PolicyFunctionsEbb",
1347
1351
  "_ggml_backend_load_all",
@@ -1659,6 +1663,7 @@
1659
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_",
1660
1664
  "__ZN6google8protobuf8internal12ExtensionSet9SetUInt32EihjPKNS0_15FieldDescriptorE",
1661
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_",
1662
1667
  "__ZN6google8protobuf8internal14WireFormatLite22WriteGroupMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1663
1668
  "_ggml_is_contiguous_0",
1664
1669
  "__ZN6google8protobuf8internal12ExtensionSet11ReleaseLastEi",
@@ -2178,6 +2183,7 @@
2178
2183
  "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC1ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2179
2184
  "__ZN13sentencepiece17SentencePieceText12InternalSwapEPS0_",
2180
2185
  "_ggml_rope_multi",
2186
+ "__ZN35qvac_lib_inference_addon_mlc_marian13releaseLoggerEP8js_env_sP18js_callback_info_s",
2181
2187
  "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6reloadEv",
2182
2188
  "__ZN6google8protobuf2io16ArrayInputStreamC1EPKvii",
2183
2189
  "__ZN6google8protobuf4util15status_internal17IsUnauthenticatedERKNS2_6StatusE",
@@ -2189,11 +2195,11 @@
2189
2195
  "_quantize_row_q5_0",
2190
2196
  "_ggml_backend_sched_set_eval_callback",
2191
2197
  "__ZN13sentencepiece7unigram7LatticeC1Ev",
2198
+ "__ZN35qvac_lib_inference_addon_mlc_marian9setLoggerEP8js_env_sP18js_callback_info_s",
2192
2199
  "__ZN4absl12lts_2024072214flags_internal16FinalizeRegistryEv",
2193
2200
  "__ZN6google8protobuf8internal13VerifyVersionEiiPKc",
2194
2201
  "__ZN13sentencepiece22SentencePieceProcessorD1Ev",
2195
2202
  "__ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv",
2196
- "_ggml_scale_inplace",
2197
2203
  "__ZNK6google8protobuf20stringpiece_internal11StringPiece17find_first_not_ofES2_m",
2198
2204
  "__ZN4absl12lts_2024072214flags_internal21PrivateHandleAccessor18ValidateInputValueERKNS0_15CommandLineFlagENS0_11string_viewE",
2199
2205
  "__ZN4absl12lts_2024072214flags_internal26ShortProgramInvocationNameEv",
@@ -2202,6 +2208,7 @@
2202
2208
  "__ZN14beam_candidateC1ERKNSt3__16vectorIiNS0_9allocatorIiEEEEf",
2203
2209
  "_ggml_gelu_quick_inplace",
2204
2210
  "__ZNK13sentencepiece17SentencePieceText12ByteSizeLongEv",
2211
+ "_ggml_scale_inplace",
2205
2212
  "_ggml_dup_inplace",
2206
2213
  "__ZN4absl12lts_2024072214flags_internal21PrivateHandleAccessor24IsSpecifiedOnCommandLineERKNS0_15CommandLineFlagE",
2207
2214
  "_ggml_new_tensor_2d",
@@ -2714,6 +2721,7 @@
2714
2721
  "__ZN6google8protobuf8internal24RepeatedStringTypeTraits23GetDefaultRepeatedFieldEv",
2715
2722
  "_ggml_unary_op_name",
2716
2723
  "__ZN13sentencepiece10ModelProto9MergeFromERKS0_",
2724
+ "__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
2725
  "_ggml_gemm_q4_K_8x8_q8_K_generic",
2718
2726
  "__ZN4absl12lts_2024072219str_format_internal10AppendPackEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2719
2727
  "__ZN4absl12lts_202407225MutexD2Ev",
@@ -2879,13 +2887,13 @@
2879
2887
  "__ZN6google8protobuf2io17ArrayOutputStream4NextEPPvPi",
2880
2888
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC2ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
2881
2889
  "__Z37qvacLibInferenceAddonMlcMarianExportsP8js_env_sP10js_value_s",
2882
- "_ggml_backend_reg_get_proc_address",
2883
- "_ggml_cpu_has_dotprod",
2884
2890
  "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneLibC11DescriptionEv",
2891
+ "_ggml_backend_reg_get_proc_address",
2885
2892
  "_ggml_compute_forward_rms_norm",
2886
2893
  "_ggml_mul_inplace",
2887
2894
  "__ZNK13sentencepiece10normalizer10Normalizer9NormalizeEN4absl12lts_2024072211string_viewEPNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEPNS5_6vectorImNS9_ImEEEE",
2888
2895
  "__ZN13sentencepiece10ModelProto8CopyFromERKS0_",
2896
+ "_ggml_cpu_has_dotprod",
2889
2897
  "_ggml_unravel_index",
2890
2898
  "_ggml_backend_dev_description",
2891
2899
  "_ggml_conv_1d_dw",
@@ -3188,6 +3196,7 @@
3188
3196
  "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedEv",
3189
3197
  "__ZN6google8protobuf13RepeatedFieldIyE7ReserveEi",
3190
3198
  "__ZN6google8protobuf13RepeatedFieldIbEaSERKS2_",
3199
+ "__ZZN28qvac_lib_inference_addon_cpp6logger8JsLogger13releaseLoggerEP8js_env_sP18js_callback_info_sENUlP11uv_handle_sE_8__invokeES7_",
3191
3200
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEj",
3192
3201
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3193
3202
  "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEv",
@@ -3256,6 +3265,7 @@
3256
3265
  "__ZNK6google8protobuf13RepeatedFieldIdE4dataEv",
3257
3266
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEpLEl",
3258
3267
  "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEi",
3268
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13asyncCallbackEP10uv_async_s",
3259
3269
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEmIEl",
3260
3270
  "__ZN6google8protobuf13RepeatedFieldIdE4rendEv",
3261
3271
  "__ZN6google8protobuf13RepeatedFieldIfE6ResizeEiRKf",
@@ -3618,6 +3628,7 @@
3618
3628
  "__ZN6google8protobuf13RepeatedFieldIbEC2EOS2_",
3619
3629
  "__ZN6google8protobuf8internal16RepeatedIteratorIbEpLEl",
3620
3630
  "__ZN6google8protobuf13RepeatedFieldIfE15UnsafeArenaSwapEPS2_",
3631
+ "__ZZZN28qvac_lib_inference_addon_cpp6logger8JsLogger9setLoggerEP8js_env_sP18js_callback_info_sENKUlvE0_clEvENUlP11uv_handle_sE_8__invokeES8_",
3621
3632
  "__ZNK6google8protobuf8internal16RepeatedIteratorIbEptEv",
3622
3633
  "__ZNK6google8protobuf13RepeatedFieldIdE8CapacityEv",
3623
3634
  "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEES6_",
@@ -7,7 +7,7 @@
7
7
  ],
8
8
  "current_versions": [
9
9
  {
10
- "version": "0.1.2"
10
+ "version": "0.1.4"
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",
@@ -478,6 +481,7 @@
478
481
  "__ZN4absl12lts_202407225Mutex11AwaitCommonERKNS0_9ConditionENS0_24synchronization_internal13KernelTimeoutE",
479
482
  "__ZN6google8protobuf4util15status_internal6StatusC1ERKS3_",
480
483
  "__ZN6google8protobuf11MessageLite21ParsePartialFromArrayEPKvi",
484
+ "__Z13modelIsMarian7e_model",
481
485
  "_ggml_hash_set_new",
482
486
  "__ZN6google8protobuf4util15status_internal18UnimplementedErrorENS0_20stringpiece_internal11StringPieceE",
483
487
  "__ZN13sentencepiece22NBestSentencePieceTextC2EPN6google8protobuf5ArenaEb",
@@ -778,7 +782,6 @@
778
782
  "__ZN6google8protobuf8internal12FieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
779
783
  "_ggml_scale",
780
784
  "__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
785
  "__ZN6google8protobuf8internal17PackedInt32ParserEPvPKcPNS1_12ParseContextE",
783
786
  "__ZN13sentencepiece17SentencePieceTextC1EPN6google8protobuf5ArenaEb",
784
787
  "__ZN6google8protobuf11LogSilencerD1Ev",
@@ -838,7 +841,6 @@
838
841
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
839
842
  "_ggml_set_1d",
840
843
  "__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
844
  "__ZN4absl12lts_202407227uint128C2Ef",
843
845
  "__ZN6google8protobuf8internal12FieldSkipper15SkipUnknownEnumEii",
844
846
  "_ggml_compute_forward_cos",
@@ -1216,13 +1218,13 @@
1216
1218
  "_ggml_backend_sched_set_tensor_backend",
1217
1219
  "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPtPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1218
1220
  "__ZNK6google8protobuf2io18IstreamInputStream9ByteCountEv",
1219
- "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1220
1221
  "__ZN13sentencepiece10ModelProtoC1EPN6google8protobuf5ArenaEb",
1221
1222
  "__ZN13sentencepiece4util6StatusC2Ev",
1222
1223
  "_ggml_cpu_has_avx512_vbmi",
1223
- "_ggml_backend_reg_name",
1224
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1224
1225
  "__ZN6google8protobuf10SimpleItoaEl",
1225
1226
  "__ZN4absl12lts_2024072214flags_internal19NumLeakedFlagValuesEv",
1227
+ "_ggml_backend_reg_name",
1226
1228
  "_ggml_vec_dot_tq1_0_q8_K_generic",
1227
1229
  "_ggml_rope_ext_back",
1228
1230
  "__ZN4absl12lts_2024072218container_internal17ClearBackingArrayERNS1_12CommonFieldsERKNS1_15PolicyFunctionsEbb",
@@ -1542,6 +1544,7 @@
1542
1544
  "__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
1545
  "__ZN6google8protobuf8internal12ExtensionSet9SetUInt32EihjPKNS0_15FieldDescriptorE",
1544
1546
  "__ZNK6google8protobuf14FatalException4whatEv",
1547
+ "__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
1548
  "__ZN6google8protobuf8internal14WireFormatLite22WriteGroupMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1546
1549
  "_ggml_is_contiguous_0",
1547
1550
  "__ZN6google8protobuf8internal12ExtensionSet11ReleaseLastEi",
@@ -2056,6 +2059,7 @@
2056
2059
  "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC1ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2057
2060
  "__ZN13sentencepiece17SentencePieceText12InternalSwapEPS0_",
2058
2061
  "_ggml_rope_multi",
2062
+ "__ZN35qvac_lib_inference_addon_mlc_marian13releaseLoggerEP8js_env_sP18js_callback_info_s",
2059
2063
  "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6reloadEv",
2060
2064
  "__ZN6google8protobuf2io16ArrayInputStreamC1EPKvii",
2061
2065
  "__ZN6google8protobuf4util15status_internal17IsUnauthenticatedERKNS2_6StatusE",
@@ -2067,6 +2071,7 @@
2067
2071
  "_quantize_row_q5_0",
2068
2072
  "_ggml_backend_sched_set_eval_callback",
2069
2073
  "__ZN13sentencepiece7unigram7LatticeC1Ev",
2074
+ "__ZN35qvac_lib_inference_addon_mlc_marian9setLoggerEP8js_env_sP18js_callback_info_s",
2070
2075
  "__ZN6google8protobuf8internal13VerifyVersionEiiPKc",
2071
2076
  "__ZN13sentencepiece22SentencePieceProcessorD1Ev",
2072
2077
  "__ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv",
@@ -2585,6 +2590,7 @@
2585
2590
  "__ZN6google8protobuf8internal24RepeatedStringTypeTraits23GetDefaultRepeatedFieldEv",
2586
2591
  "_ggml_unary_op_name",
2587
2592
  "__ZN13sentencepiece10ModelProto9MergeFromERKS0_",
2593
+ "__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
2594
  "__ZN4absl12lts_2024072219str_format_internal10AppendPackEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2589
2595
  "__ZN4absl12lts_202407225MutexD2Ev",
2590
2596
  "_ggml_backend_dev_backend_reg",
@@ -3058,6 +3064,7 @@
3058
3064
  "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedEv",
3059
3065
  "__ZN6google8protobuf13RepeatedFieldIyE7ReserveEi",
3060
3066
  "__ZN6google8protobuf13RepeatedFieldIbEaSERKS2_",
3067
+ "__ZZN28qvac_lib_inference_addon_cpp6logger8JsLogger13releaseLoggerEP8js_env_sP18js_callback_info_sENUlP11uv_handle_sE_8__invokeES7_",
3061
3068
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEj",
3062
3069
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3063
3070
  "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEv",
@@ -3126,6 +3133,7 @@
3126
3133
  "__ZNK6google8protobuf13RepeatedFieldIdE4dataEv",
3127
3134
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEpLEl",
3128
3135
  "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEi",
3136
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13asyncCallbackEP10uv_async_s",
3129
3137
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEmIEl",
3130
3138
  "__ZN6google8protobuf13RepeatedFieldIdE4rendEv",
3131
3139
  "__ZN6google8protobuf13RepeatedFieldIfE6ResizeEiRKf",
@@ -3490,6 +3498,7 @@
3490
3498
  "__ZN6google8protobuf13RepeatedFieldIbEC2EOS2_",
3491
3499
  "__ZN6google8protobuf8internal16RepeatedIteratorIbEpLEl",
3492
3500
  "__ZN6google8protobuf13RepeatedFieldIfE15UnsafeArenaSwapEPS2_",
3501
+ "__ZZZN28qvac_lib_inference_addon_cpp6logger8JsLogger9setLoggerEP8js_env_sP18js_callback_info_sENKUlvE0_clEvENUlP11uv_handle_sE_8__invokeES8_",
3493
3502
  "__ZNK6google8protobuf8internal16RepeatedIteratorIbEptEv",
3494
3503
  "__ZNK6google8protobuf13RepeatedFieldIdE8CapacityEv",
3495
3504
  "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEES6_",
@@ -7,7 +7,7 @@
7
7
  ],
8
8
  "current_versions": [
9
9
  {
10
- "version": "0.1.2"
10
+ "version": "0.1.4"
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",
@@ -478,6 +481,7 @@
478
481
  "__ZN4absl12lts_202407225Mutex11AwaitCommonERKNS0_9ConditionENS0_24synchronization_internal13KernelTimeoutE",
479
482
  "__ZN6google8protobuf4util15status_internal6StatusC1ERKS3_",
480
483
  "__ZN6google8protobuf11MessageLite21ParsePartialFromArrayEPKvi",
484
+ "__Z13modelIsMarian7e_model",
481
485
  "_ggml_hash_set_new",
482
486
  "__ZN6google8protobuf4util15status_internal18UnimplementedErrorENS0_20stringpiece_internal11StringPieceE",
483
487
  "__ZN13sentencepiece22NBestSentencePieceTextC2EPN6google8protobuf5ArenaEb",
@@ -778,7 +782,6 @@
778
782
  "__ZN6google8protobuf8internal12FieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
779
783
  "_ggml_scale",
780
784
  "__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
785
  "__ZN6google8protobuf8internal17PackedInt32ParserEPvPKcPNS1_12ParseContextE",
783
786
  "__ZN13sentencepiece17SentencePieceTextC1EPN6google8protobuf5ArenaEb",
784
787
  "__ZN6google8protobuf11LogSilencerD1Ev",
@@ -838,7 +841,6 @@
838
841
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
839
842
  "_ggml_set_1d",
840
843
  "__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
844
  "__ZN4absl12lts_202407227uint128C2Ef",
843
845
  "__ZN6google8protobuf8internal12FieldSkipper15SkipUnknownEnumEii",
844
846
  "_ggml_compute_forward_cos",
@@ -1216,13 +1218,13 @@
1216
1218
  "_ggml_backend_sched_set_tensor_backend",
1217
1219
  "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPtPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1218
1220
  "__ZNK6google8protobuf2io18IstreamInputStream9ByteCountEv",
1219
- "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1220
1221
  "__ZN13sentencepiece10ModelProtoC1EPN6google8protobuf5ArenaEb",
1221
1222
  "__ZN13sentencepiece4util6StatusC2Ev",
1222
1223
  "_ggml_cpu_has_avx512_vbmi",
1223
- "_ggml_backend_reg_name",
1224
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1224
1225
  "__ZN6google8protobuf10SimpleItoaEl",
1225
1226
  "__ZN4absl12lts_2024072214flags_internal19NumLeakedFlagValuesEv",
1227
+ "_ggml_backend_reg_name",
1226
1228
  "_ggml_vec_dot_tq1_0_q8_K_generic",
1227
1229
  "_ggml_rope_ext_back",
1228
1230
  "__ZN4absl12lts_2024072218container_internal17ClearBackingArrayERNS1_12CommonFieldsERKNS1_15PolicyFunctionsEbb",
@@ -1542,6 +1544,7 @@
1542
1544
  "__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
1545
  "__ZN6google8protobuf8internal12ExtensionSet9SetUInt32EihjPKNS0_15FieldDescriptorE",
1544
1546
  "__ZNK6google8protobuf14FatalException4whatEv",
1547
+ "__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
1548
  "__ZN6google8protobuf8internal14WireFormatLite22WriteGroupMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1546
1549
  "_ggml_is_contiguous_0",
1547
1550
  "__ZN6google8protobuf8internal12ExtensionSet11ReleaseLastEi",
@@ -2056,6 +2059,7 @@
2056
2059
  "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC1ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2057
2060
  "__ZN13sentencepiece17SentencePieceText12InternalSwapEPS0_",
2058
2061
  "_ggml_rope_multi",
2062
+ "__ZN35qvac_lib_inference_addon_mlc_marian13releaseLoggerEP8js_env_sP18js_callback_info_s",
2059
2063
  "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6reloadEv",
2060
2064
  "__ZN6google8protobuf2io16ArrayInputStreamC1EPKvii",
2061
2065
  "__ZN6google8protobuf4util15status_internal17IsUnauthenticatedERKNS2_6StatusE",
@@ -2067,6 +2071,7 @@
2067
2071
  "_quantize_row_q5_0",
2068
2072
  "_ggml_backend_sched_set_eval_callback",
2069
2073
  "__ZN13sentencepiece7unigram7LatticeC1Ev",
2074
+ "__ZN35qvac_lib_inference_addon_mlc_marian9setLoggerEP8js_env_sP18js_callback_info_s",
2070
2075
  "__ZN6google8protobuf8internal13VerifyVersionEiiPKc",
2071
2076
  "__ZN13sentencepiece22SentencePieceProcessorD1Ev",
2072
2077
  "__ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv",
@@ -2585,6 +2590,7 @@
2585
2590
  "__ZN6google8protobuf8internal24RepeatedStringTypeTraits23GetDefaultRepeatedFieldEv",
2586
2591
  "_ggml_unary_op_name",
2587
2592
  "__ZN13sentencepiece10ModelProto9MergeFromERKS0_",
2593
+ "__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
2594
  "__ZN4absl12lts_2024072219str_format_internal10AppendPackEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2589
2595
  "__ZN4absl12lts_202407225MutexD2Ev",
2590
2596
  "_ggml_backend_dev_backend_reg",
@@ -3058,6 +3064,7 @@
3058
3064
  "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedEv",
3059
3065
  "__ZN6google8protobuf13RepeatedFieldIyE7ReserveEi",
3060
3066
  "__ZN6google8protobuf13RepeatedFieldIbEaSERKS2_",
3067
+ "__ZZN28qvac_lib_inference_addon_cpp6logger8JsLogger13releaseLoggerEP8js_env_sP18js_callback_info_sENUlP11uv_handle_sE_8__invokeES7_",
3061
3068
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEj",
3062
3069
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3063
3070
  "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEv",
@@ -3126,6 +3133,7 @@
3126
3133
  "__ZNK6google8protobuf13RepeatedFieldIdE4dataEv",
3127
3134
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEpLEl",
3128
3135
  "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEi",
3136
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13asyncCallbackEP10uv_async_s",
3129
3137
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEmIEl",
3130
3138
  "__ZN6google8protobuf13RepeatedFieldIdE4rendEv",
3131
3139
  "__ZN6google8protobuf13RepeatedFieldIfE6ResizeEiRKf",
@@ -3490,6 +3498,7 @@
3490
3498
  "__ZN6google8protobuf13RepeatedFieldIbEC2EOS2_",
3491
3499
  "__ZN6google8protobuf8internal16RepeatedIteratorIbEpLEl",
3492
3500
  "__ZN6google8protobuf13RepeatedFieldIfE15UnsafeArenaSwapEPS2_",
3501
+ "__ZZZN28qvac_lib_inference_addon_cpp6logger8JsLogger9setLoggerEP8js_env_sP18js_callback_info_sENKUlvE0_clEvENUlP11uv_handle_sE_8__invokeES8_",
3493
3502
  "__ZNK6google8protobuf8internal16RepeatedIteratorIbEptEv",
3494
3503
  "__ZNK6google8protobuf13RepeatedFieldIdE8CapacityEv",
3495
3504
  "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEES6_",
@@ -7,7 +7,7 @@
7
7
  ],
8
8
  "current_versions": [
9
9
  {
10
- "version": "0.1.2"
10
+ "version": "0.1.4"
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",
@@ -599,6 +604,7 @@
599
604
  "__ZN4absl12lts_202407225Mutex11AwaitCommonERKNS0_9ConditionENS0_24synchronization_internal13KernelTimeoutE",
600
605
  "__ZN6google8protobuf4util15status_internal6StatusC1ERKS3_",
601
606
  "__ZN6google8protobuf11MessageLite21ParsePartialFromArrayEPKvi",
607
+ "__Z13modelIsMarian7e_model",
602
608
  "_ggml_hash_set_new",
603
609
  "__ZN6google8protobuf4util15status_internal18UnimplementedErrorENS0_20stringpiece_internal11StringPieceE",
604
610
  "__ZN13sentencepiece22NBestSentencePieceTextC2EPN6google8protobuf5ArenaEb",
@@ -898,7 +904,6 @@
898
904
  "__ZN6google8protobuf8internal12FieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
899
905
  "_ggml_scale",
900
906
  "__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
907
  "__ZN6google8protobuf8internal17PackedInt32ParserEPvPKcPNS1_12ParseContextE",
903
908
  "__ZN13sentencepiece17SentencePieceTextC1EPN6google8protobuf5ArenaEb",
904
909
  "__ZN6google8protobuf11LogSilencerD1Ev",
@@ -958,7 +963,6 @@
958
963
  "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
959
964
  "_ggml_set_1d",
960
965
  "__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
966
  "__ZN4absl12lts_202407227uint128C2Ef",
963
967
  "__ZN6google8protobuf8internal12FieldSkipper15SkipUnknownEnumEii",
964
968
  "_ggml_compute_forward_cos",
@@ -1117,13 +1121,13 @@
1117
1121
  "_ggml_vec_dot_iq2_xxs_q8_K",
1118
1122
  "__ZN4absl12lts_2024072213ToDoubleHoursENS0_8DurationE",
1119
1123
  "__ZN6google8protobuf8internal14WireFormatLite9Int32SizeERKNS0_13RepeatedFieldIiEE",
1120
- "_ggml_backend_sched_reserve",
1121
1124
  "_ggml_backend_sched_new",
1122
- "_ggml_rms_norm",
1125
+ "_ggml_backend_sched_reserve",
1123
1126
  "__ZNK35qvac_lib_inference_addon_mlc_marian16TranslationModel20runtimeStatsToStringEv",
1124
1127
  "__ZN13sentencepiece17SentencePieceTextC2EPN6google8protobuf5ArenaEb",
1125
1128
  "__ZNK6google8protobuf8internal12ExtensionSet19GetRawRepeatedFieldEiPKv",
1126
1129
  "__ZN6google8protobuf8internal11SerialArena16AllocateNewBlockEmPKNS1_16AllocationPolicyE",
1130
+ "_ggml_rms_norm",
1127
1131
  "_ggml_compute_forward_map_custom3",
1128
1132
  "__ZN6google8protobuf11safe_strtodEPKcPd",
1129
1133
  "_ggml_hash_set_free",
@@ -1336,13 +1340,13 @@
1336
1340
  "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPtPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1337
1341
  "_ggml_gemv_q4_K_8x8_q8_K_generic",
1338
1342
  "__ZNK6google8protobuf2io18IstreamInputStream9ByteCountEv",
1339
- "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1340
1343
  "__ZN13sentencepiece10ModelProtoC1EPN6google8protobuf5ArenaEb",
1341
1344
  "__ZN13sentencepiece4util6StatusC2Ev",
1342
1345
  "_ggml_cpu_has_avx512_vbmi",
1343
- "_ggml_backend_reg_name",
1346
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1344
1347
  "__ZN6google8protobuf10SimpleItoaEl",
1345
1348
  "__ZN4absl12lts_2024072214flags_internal19NumLeakedFlagValuesEv",
1349
+ "_ggml_backend_reg_name",
1346
1350
  "_ggml_vec_dot_tq1_0_q8_K_generic",
1347
1351
  "_ggml_rope_ext_back",
1348
1352
  "__ZN4absl12lts_2024072218container_internal17ClearBackingArrayERNS1_12CommonFieldsERKNS1_15PolicyFunctionsEbb",
@@ -1660,6 +1664,7 @@
1660
1664
  "__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
1665
  "__ZN6google8protobuf8internal12ExtensionSet9SetUInt32EihjPKNS0_15FieldDescriptorE",
1662
1666
  "__ZNK6google8protobuf14FatalException4whatEv",
1667
+ "__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
1668
  "__ZN6google8protobuf8internal14WireFormatLite22WriteGroupMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1664
1669
  "_ggml_is_contiguous_0",
1665
1670
  "__ZN6google8protobuf8internal12ExtensionSet11ReleaseLastEi",
@@ -2173,6 +2178,7 @@
2173
2178
  "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC1ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2174
2179
  "__ZN13sentencepiece17SentencePieceText12InternalSwapEPS0_",
2175
2180
  "_ggml_rope_multi",
2181
+ "__ZN35qvac_lib_inference_addon_mlc_marian13releaseLoggerEP8js_env_sP18js_callback_info_s",
2176
2182
  "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6reloadEv",
2177
2183
  "__ZN6google8protobuf2io16ArrayInputStreamC1EPKvii",
2178
2184
  "__ZN6google8protobuf4util15status_internal17IsUnauthenticatedERKNS2_6StatusE",
@@ -2184,6 +2190,7 @@
2184
2190
  "_quantize_row_q5_0",
2185
2191
  "_ggml_backend_sched_set_eval_callback",
2186
2192
  "__ZN13sentencepiece7unigram7LatticeC1Ev",
2193
+ "__ZN35qvac_lib_inference_addon_mlc_marian9setLoggerEP8js_env_sP18js_callback_info_s",
2187
2194
  "__ZN6google8protobuf8internal13VerifyVersionEiiPKc",
2188
2195
  "__ZN13sentencepiece22SentencePieceProcessorD1Ev",
2189
2196
  "__ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv",
@@ -2702,6 +2709,7 @@
2702
2709
  "__ZN6google8protobuf8internal24RepeatedStringTypeTraits23GetDefaultRepeatedFieldEv",
2703
2710
  "_ggml_unary_op_name",
2704
2711
  "__ZN13sentencepiece10ModelProto9MergeFromERKS0_",
2712
+ "__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
2713
  "_ggml_gemm_q4_K_8x8_q8_K_generic",
2706
2714
  "__ZN4absl12lts_2024072219str_format_internal10AppendPackEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2707
2715
  "__ZN4absl12lts_202407225MutexD2Ev",
@@ -3175,6 +3183,7 @@
3175
3183
  "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedEv",
3176
3184
  "__ZN6google8protobuf13RepeatedFieldIyE7ReserveEi",
3177
3185
  "__ZN6google8protobuf13RepeatedFieldIbEaSERKS2_",
3186
+ "__ZZN28qvac_lib_inference_addon_cpp6logger8JsLogger13releaseLoggerEP8js_env_sP18js_callback_info_sENUlP11uv_handle_sE_8__invokeES7_",
3178
3187
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEj",
3179
3188
  "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3180
3189
  "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEv",
@@ -3243,6 +3252,7 @@
3243
3252
  "__ZNK6google8protobuf13RepeatedFieldIdE4dataEv",
3244
3253
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEpLEl",
3245
3254
  "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEi",
3255
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13asyncCallbackEP10uv_async_s",
3246
3256
  "__ZN6google8protobuf8internal16RepeatedIteratorIxEmIEl",
3247
3257
  "__ZN6google8protobuf13RepeatedFieldIdE4rendEv",
3248
3258
  "__ZN6google8protobuf13RepeatedFieldIfE6ResizeEiRKf",
@@ -3607,6 +3617,7 @@
3607
3617
  "__ZN6google8protobuf13RepeatedFieldIbEC2EOS2_",
3608
3618
  "__ZN6google8protobuf8internal16RepeatedIteratorIbEpLEl",
3609
3619
  "__ZN6google8protobuf13RepeatedFieldIfE15UnsafeArenaSwapEPS2_",
3620
+ "__ZZZN28qvac_lib_inference_addon_cpp6logger8JsLogger9setLoggerEP8js_env_sP18js_callback_info_sENKUlvE0_clEvENUlP11uv_handle_sE_8__invokeES8_",
3610
3621
  "__ZNK6google8protobuf8internal16RepeatedIteratorIbEptEv",
3611
3622
  "__ZNK6google8protobuf13RepeatedFieldIdE8CapacityEv",
3612
3623
  "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEES6_",