-
```
venv "C:\sd\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.9.4
Commit hash: feee37d75f1b168…
-
**Describe the bug**
python3 phi3v.py -m cuda-int4-rtn-block-32 gives the following issue:
`Loading model...
Traceback (most recent call last):
File "phi3v.py", line 66, in
run(args)
…
-
运行tools/extract_speech_token.py出现以下报错:
```shell
Traceback (most recent call last):
File "extract_speech_token.py", line 64, in
main(args)
File "extract_speech_token.py", line 54, in main…
wjddd updated
2 months ago
-
### Export Microsoft/Phi-3-small-8k-instruct ONNX model on CPU (Ubuntu 22.04.4 LTS)
As per [suggestion](https://github.com/microsoft/onnxruntime-genai/pull/710#issue-2415518051), I referred to [ONN…
-
- 本次任务目录:D:/idm/AAVT_0.8.4_small/project/cache/2024-07-25 03-16-03
2024-07-25 03:16:07.513 WARNING streamlit:
Warning: to view a Streamlit app on a browser, use Streamlit in a file and
run it w…
-
cf. discussion started in gh-4021
Some prior work exists in
https://github.com/pv/scipy-work/blob/jason-refactor/scipy/linalg/flapack.pyx.in
-
from `ed` output
some content might be reworded
`combinaison`
`many`
`provides`
`comptablity`
`convenienes`
`desirata`
`maily`
`obstable`
`recution`
`reductin`
`reducting`
…
-
Hi! I am trying to convert HFNet to ONNX, then convert it to TensorRT, I found when running
```
python frozen2onnx.py
```
It shows
```
Tensorflow op [pred/descriptor_sampling/resampler/Resampl…
-
Hi, I am a little stuck on how to use TensorRT to speed up GroundingDINO inference. GroundingDINO takes in both an image and text prompt and I am a bit lost on how to convert the text prompt to tensor…
-
**Describe the bug**
I am using onnxrutime-gpu for running object detection model in C++. I installed onnxruntime GPU version 1.6.0. I am using it in visual studio 2019. But no matter what version I …