Charles Ju

Results 8 comments of Charles Ju

It seems adding the following line to the file shims.json in nativescript-nodeify foder can fix the error "os": "nativescript-nodeify/empty.js" Can this line be added to the github repo?

Thanks etingof. It works following your reply. I now understand that pysnmp needs mibs to be installed as a python module named like mibname.py. Is there a command to install...

If I configure the source of ASN.1 MIBs, it will download and translate the ASN.1 MIB on the fly. That may take some more time than a local copy of...

Thanks etingof. When using mibdump.py to generate MIBs in pysnmp format, can I generate mib indices? Where is the indices file and how it is used?

Thanks. I figured out why the cached files are from vue index.html. I need to setup vite.config.js to make vite serve 404 rather than the default index.html. Then it works....

Does webgpu also use ort-wasm-simd-threaded.jsep.wasm? Where to check that GPU is indeed used in inference instead of CPU?

I am using "@huggingface/transformers": "^3.5.0", and here is for the pipeline setup: ``` if (!translator) { try { console.debug('Initializing translator...'); initStartTime = performance.now(); translator = await pipeline('translation', 'Xenova/nllb-200-distilled-600M', { quantized:...

It is not the same issue. - https://github.com/weaviate/weaviate/issues/3102 is asking for support of Chinese tokenizer, which is added. In my case, I am already using the added GSE tokenizer, but...