Giter VIP home page Giter VIP logo

Comments (8)

jsoto-gladia avatar jsoto-gladia commented on June 10, 2024 1

re installing everything solved the issue. Thanks for the support

from olive.

guotuofeng avatar guotuofeng commented on June 10, 2024

would you please help double check the available EPs? from the logging, it seems the cuda EP is not available.

from olive.

jsoto-gladia avatar jsoto-gladia commented on June 10, 2024

hello how can I check that knowing that the following is the result of nvidia-smi ?

Mon Sep 18 05:50:27 2023
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.86.05 Driver Version: 535.86.05 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 Tesla V100S-PCIE-32GB Off | 00000000:00:06.0 Off | 0 |
| N/A 31C P0 26W / 250W | 0MiB / 32768MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+

+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| No running processes found |

from olive.

guotuofeng avatar guotuofeng commented on June 10, 2024

Just run onnxruntime.get_available_providers would return the available providers.

from olive.

jsoto-gladia avatar jsoto-gladia commented on June 10, 2024

how strange....

onnxruntime.get_available_providers()
['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'AzureExecutionProvider', 'CPUExecutionProvider']

from olive.

jsoto-gladia avatar jsoto-gladia commented on June 10, 2024

and the result of pip freeze | grep onnx && pip freeze | grep ort is
onnx==1.14.0
onnxruntime-extensions==0.8.0
importlib-resources==6.0.1
ort-nightly-gpu==1.16.0.dev20230903001

from olive.

guotuofeng avatar guotuofeng commented on June 10, 2024

@jsoto-gladia, would you please use a local onnx model to try the CUDA EP like:

session = onnxruntime.InferenceSession(
        model, providers=['CUDAExecutionProvider', 'CPUExecutionProvider']
)
print(session.get_providers())

From the current log, it seems the output only contains CPU EP. If this is the case, some of the cuda EP setting is not correct configured.

from olive.

trajepl avatar trajepl commented on June 10, 2024

Follow above setup procedure, whisper case worked well for me.

Just ensure the code snippet that Mike provide can work with CUDA EP.

from olive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.