huggingface / optimum-nvidia

Apache License 2.0
867 stars 86 forks source link

How do you use the library in your scripts after pulling and running the Docker image? #72

Open jddunn opened 6 months ago

jddunn commented 6 months ago

What am I missing here to be able to use this library as the Quickstart says to import it like this:

from optimum.nvidia.pipelines import pipeline

when I have it running from a Docker container? Do I have to be developing while inside the container itself?

OPPEYRADY commented 6 months ago

This!!