intel-analytics / ipex-llm-tutorial

Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations using ipex-llm
https://github.com/intel-analytics/bigdl
Apache License 2.0
144 stars 38 forks source link

Remove import intel_extension_for_pytorch #68

Closed Mingyu-Wei closed 10 months ago

Mingyu-Wei commented 10 months ago

import intel_extension_for_pytorch as ipex is no longer needed after this PR: https://github.com/intel-analytics/BigDL/pull/9832. Also, I noticed that in the Chinese version of the tutorial, the set oneAPI environmental variables part is missing. I have added it into the tutorial.