We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is that implemented in IPEX to finetune model with Intel hardware? dGPU, or Xeon, Gaudi..etc Thanks!
The text was updated successfully, but these errors were encountered:
Ipex supports XPUs (intel GPUs) and CPUs:
Here you go, both LoRA and QLoRA is supported: https://github.com/intel/intel-extension-for-pytorch/tree/release/xpu/2.6.10/examples/gpu/llm/fine-tuning
On Gaudi, please check out optimum-habana library
optimum-habana
Sorry, something went wrong.
@JamieVC
wangkl2
No branches or pull requests
Describe the issue
is that implemented in IPEX to finetune model with Intel hardware? dGPU, or Xeon, Gaudi..etc Thanks!
The text was updated successfully, but these errors were encountered: