[conda] torch 1.13.1 pypi_0 pypi @qianguihTo clarify things a bit, I noticed you were using PyTorch 2.0. What IPEX version did you use? (note that you have to use the same version of PyTorch and IPEX, e.g., PyTorch 1.13 w/ IPEX 1.13, PyTorch 2.0 vs. IPEX 2.0, etc.) Although...
Describe the bug I found that the CPU memory increase happens when repeat inference for a long time on Intel Arc A770. Reproduce code memory trend: Related code: import torch from transformers import AutoModelForCausalLM, LlamaTokenizer ...