hariji

Results 13 comments of hariji

对于4090 的推理速度我存在质疑。不可能会少于10t/s(注意这是CPU推理的速度) ![image](https://github.com/SJTU-IPADS/PowerInfer/assets/45991092/649cb0db-e1ee-422d-982b-902749190518)基于llama.cpp拉出的是只适配cpu的,你可以拉出最新的llama.cpp 已经适配了这个问题。 再次对比下速度。

你好,下载我建议同意下载huggingface 中的文件,具体路径为:https://huggingface.co/levihsu/OOTDiffusion 若无法下载,建议您这里使用 huggingface 镜像中的工具进行下载 wget https://hf-mirror.com/hfd/hfd.sh chmod a+x hfd.sh 执行该命令即可下载 ./hfd.sh levihsu/OOTDiffusion --tool aria2c -x 16

@dkw-wkd 你好这里我需要你的CUDA版本等相关 依赖。 我在部署的时候遇到过C++缺失的情况。后续解决了。 目前我的环境如下: 我的环境是 CUDA Driver Version: 12.0 nvcc版本为: nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Tue_May__3_18:49:52_PDT_2022 Cuda compilation tools, release 11.7,...

我仔细观察了下类似的报错:都是会调用到c++17,然后使用c++11,我的环境中只有c++11, gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY...

![Image](https://github.com/user-attachments/assets/9dac3915-ddac-4566-9143-2e69fae73bc0)

> 没看懂你要做什么 这里 语音 部分有个 onxxruntime 的so,语音部分可以正常运行,但是其他部分,例如翻译模块,需要 引用onnxruntime,依赖代码是:`dependencies { // Add Json dependency implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3") // implementation("com.google.mlkit:translate:17.0.3") // Ml-Kit implementation("com.google.mlkit:language-id:17.0.6") implementation("com.microsoft.onnxruntime:onnxruntime-android:1.17.1") implementation("com.microsoft.onnxruntime:onnxruntime-extensions-android:0.11.0") // JWS parser implementation("com.nimbusds:nimbus-jose-jwt:5.1") // Room library...

好的,谢谢。sherpa_onnx 可以完美运行,就是其他部分 依赖onnx 推理的模型 报错我在排查下。感谢您

> 我们用的是 onnxruntime 1.17.1 > > 你看看你其他部分依赖哪个版本的 onnxruntime. onnxruntime 1.19.0 按照教程重新编译 就可以完成 sherpaonnx 的环境替换了吗,感谢🙏

> 我们有没有 merge 的 PR, 里面有告诉你,如何替换 sherpa-onnx 里面使用的 onnxruntime 版本. 有的感谢 https://github.com/k2-fsa/sherpa-onnx/issues/1320