-
Hi, thanks for creating this package, it helps us to run whisper with tensorRT.
however, we found that is package didn't include a dependency map (usually is done by requirements.txt)
so we run wh…
-
当我想导出自己训练的u2pp_conformer的流式模型时报错,请问这是什么原因呢?
```
Traceback (most recent call last):
File "/mnt/workspace/wenet/examples/aishell/s0/wenet/bin/export_onnx_gpu.py", line 1228, in
onnx_config = …
-
### Description
As of https://github.com/php/php-src/commit/4dc77953ebd7e4ad47fa3da83ab32cd069b00256, a couple of tests are crashing. (Note that the issues have no introduced by this commit, but are …
cmb69 updated
2 weeks ago
-
Hello team,
This is a substantial proposal, and I recognize that @bnoordhuis is already exploring similar optimizations with QuickJS. However, I believe it may be valuable to consider implementing …
-
### Description
The component of `jax.numpy.linalg.multi_dot` which computes the optimal order of matrix multiplication is O(2^N) in the number of matrices being multiplied together. This is much wor…
-
I encountered an issue when attempting to trace a CrossEncoder model using torch.jit.trace. The error occurs during the tracing process when calling the forward method. Below is a minimal reproducible…
-
### Summary
WASM GC proposal supporting for WasmEdge
### Details
Following is expected supported in 0.14.0:
- [x] Loader phase
- [x] Validation phase
- [x] Instantiation
- [x] Execution p…
-
### 🐛 Describe the bug
Using `traced_model = torch.jit.trace(model, example_inputs)`, memory usage is increasing over the model depth although with `result = model(example_inputs)` the memory usage…
-
In my work, i meet sunch a erroe: AttributeError: module 'torch.jit' has no attribute '_script_if_tracing',
my torch and torchvision as this:
torch 1.7.1+cu110 pypi…
-
## 🐛 Bug
I am getting this error any time I try to call any torchvision modules
## To Reproduce
Steps to reproduce the behavior:
1.import torchvision
2. print(torchvision.__version__)
…