huggingface / optimum-nvidia

Apache License 2.0
867 stars 86 forks source link

How to build this environment without docker? #75

Open lemon-little opened 6 months ago

lemon-little commented 6 months ago

My computer does not support the use of docker. How do I deploy this environment on my computer?

jkrauss82 commented 6 months ago

I was able to install it by cloning the repo and then (inside the repo root folder):

pip install .

This was made possible by https://github.com/huggingface/optimum-nvidia/pull/83