-
Hi, I am Nathan.
These day I tried to make inference based on libtorch(c++) speed up by using intel-extension
I am using wenet-e2e toolkit for speech recognition system.
As follow your Release(in…
-
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
## ❓ Questions and Help
使用2pass模式时,虽然online速度快,但是识别效果相对于offline较差…
-
https://github.com/ROCm-Developer-Tools/HIP
HIP allows using AMD's gpu.
rocm/pytorch of Docker image provides libtorch_hip.so for HIP.
We can get the file by following scripts.
```
# pull doc…
-
Hi
I tried to install gnina from source
after cmake is done
I got error like below
[ 87%] Building CXX object gninasrc/CMakeFiles/gnina.dir/main/main.cpp.o
[ 88%] Linking CUDA device cod…
-
**Describe the bug**
I am trying to fine-tune DeepSeek-Coder-V2-Lite-Instruct (16B) on a system with 8 MI300X GPUs. Running on any number of GPUs less than 8 works as expected and runs to completion. …
-
hi, @dlunion @hopef 感谢这个工作,我目前想在代码里面集成libtorch,但是在ubuntu下链接到主函数就报错,不知是我写的问题,还是bug?
你们有尝试集成libtorch吗?
我在Makefile里加入的有关torch是这样的部分
```
INC_TORCH := $(TORCH_PREFIX)/include $(TORCH_PREFIX)/incl…
bigpo updated
4 years ago
-
Hi !
I'm trying to work on Windows with a cross-platform toolchain so I'm using Ninja + Clang for my project. Since Clang for MSCV is ABI compatible with MSVC code, everything works fine with the …
-
Hi,
I'm trying to run Herro in a simple nextflow pipeline. The pipeline completes without errors, but herro infererence has actually not discovered any reads
`[00:00:37] Processed 0 reads.`
E…
-
i run your code ,result is good,i want to load this model by libtorch in visual studio 2019 , can't loaded by : torch::jit::load()
-