intel / intel-xpu-backend-for-triton

OpenAI Triton backend for Intel® GPUs
MIT License
143 stars 44 forks source link

Support system Python in some workflows #2722

Open pbchekin opened 2 hours ago

pbchekin commented 2 hours ago

The following workflows:

need to support using a system Python installed in the runner instead of installing one. This is required for runners that have, for example, Ubuntu 24.10, which is not supported by actions/setup-python. These runners will have a system Python that workflow should use.

pbchekin commented 2 hours ago

I will take this to unblock @kwasd with client GPUs runs.

anmyachev commented 1 hour ago

This is required for runners that have, for example, Ubuntu 24.10, which is not supported by actions/setup-python

Just wondering what the error looks like when trying to use it on 24.10?

pbchekin commented 1 hour ago

This is required for runners that have, for example, Ubuntu 24.10, which is not supported by actions/setup-python

Just wondering what the error looks like when trying to use it on 24.10?

Error: The version '3.10' with architecture 'x64' was not found for this operating system.