Yulong Wang
Yulong Wang
/azp run Windows ARM64 QNN CI Pipeline,Windows x64 QNN CI Pipeline,Windows CPU CI Pipeline,Windows GPU CUDA CI Pipeline,Windows GPU DML CI Pipeline,Windows GPU Doc Gen CI Pipeline,Windows GPU TensorRT CI...
/azp run Linux GPU CI Pipeline,Linux GPU TensorRT CI Pipeline,Linux OpenVINO CI Pipeline,Linux QNN CI Pipeline,MacOS CI Pipeline,orttraining-amd-gpu-ci-pipeline,orttraining-linux-ci-pipeline,orttraining-linux-gpu-ci-pipeline,orttraining-ortmodule-distributed,Big Models
/azp run Linux Android Emulator QNN CI Pipeline,Android CI Pipeline,iOS CI Pipeline,ONNX Runtime React Native CI Pipeline
> Does cmd.exe not look for `python.exe` automatically when you type just `python`? > > Isn't it better to use the bare `python` string since then the cmd.exe shell will...
Close this one. The root cause is that environment variables are not inherited when using vcpkg. Itβs not something we should fix in emscripten.
TODO: resolve conflicts after #25022 is merged.
@Honry could you please help to test/validate if this change breaks WebNN? This change is expected to have no behavior change for WebNN. Specifically: - importing from "onnxruntime-web" (`import *...
> > > @Honry could you please help to test/validate if this change breaks WebNN? > > > This change is expected to have no behavior change for WebNN. Specifically:...
This may be caused by JSC not doing well with multi-threaded WASM. Could you help to check when you use `@xenova/[email protected]` and set numThreads to 4, what will the memory...
I did a local WASM build for disabling multi-thread support. Could you please try it with transformers.js v3.4.0 with the following setup: ``` import { env } from "@huggingface/transformers"; env.backends.onnx.wasm.numThreads...