intel / edge-developer-kit-reference-scripts

Developer kits reference setup scripts for various kinds of Intel platforms and GPUs
Apache License 2.0
14 stars 1 forks source link

Driver for Fedora #65

Open mecattaf opened 1 month ago

mecattaf commented 1 month ago

Hello, Kindly provide us with the install instructions for Fedora, similar to https://github.com/intel/edge-developer-kit-reference-scripts/tree/main/gpu/arc/dg2 Thank you

gooishin commented 1 month ago

Hi @mecattaf , we will try install dgpu on Fedora and update you the progress.

mecattaf commented 1 month ago

Thanks for that @gooishin I am aware of https://github.com/xanderlent/intel-npu-driver-rpm/issues/4 packaged for fedora. However in the ubuntu-script mentioned above I see lots of dependencies. Which ones are necessary to use Ipex?

gooishin commented 3 weeks ago

Hi @mecattaf , the ubuntu setup script above is mainly for GPU drivers and kernel installation.

If you are looking for IPEX running in NPU, you can refer to this https://github.com/intel/intel-npu-acceleration-library. Example running Tiny-Llama LLM https://github.com/intel/intel-npu-acceleration-library?tab=readme-ov-file#run-a-tiny-llama-model-on-the-npu

However, those are for Ubuntu guide.