issues Search Results · repo:intel/intel-extension-for-pytorch language:Python
Filter by
0 results
(91 ms)0 results
inintel/intel-extension-for-pytorch (press backspace or delete to remove)Describe the issue
My test
#Generate the IR model
import openvino as ov from pathlib import Path from nncf import compress_weights
MODEL_NAME = efficientnet_b0 MODEL_DIR = Path( Models ) MODEL_DIR.mkdir(parents=True, ...
PabloBRivero
- 1
- Opened 5 days ago
- #836
Describe the issue
How can I get libtorch to support XPU? The model.generate in python is too slow. When there are more than 20 words, it
takes about 7 seconds. I am looking for a faster XPU version of ...
JamasChuang94
- 1
- Opened 7 days ago
- #835
Describe the issue
When i import intel_extension_for_pytorch,I got this message:
C:\Users\hwbox\PycharmProjects\BERT-BiLSTM-CRF.venv\Scripts\python.exe C:\Users\hwbox\PycharmProjects\BERT-BiLSTM-CRF\test000.py ...
hwbox
- 2
- Opened 12 days ago
- #834
Describe the issue
I m struggling make fluxgym works and training a LORA, I m using the default flux-dev model and I ve been getting
avr_loss=nan in the training This is the last script that I tried due ...
carlosrojasg
- 2
- Opened 13 days ago
- #833
Describe the bug
self.ipex_linear = ipex.llm.quantization.IPEXWeightOnlyQuantizedLinear.from_weight(self.qweight,
../../anaconda3/envs/autoround/lib/python3.10/site-packages/intel_extension_for_pytorch/llm/quantization/woq_linear.py:63: ...
CPU
Crash
LLM
wenhuach21
- 1
- Opened 13 days ago
- #832
Describe the bug
Hi! I m running the latest 2.7 Pytorch+XPU and 2.7 IPEX I m using the Intel Arc B580 card.
I end up with the error
AttributeError: module torch.xpu has no attribute has_2d_block_array ...
kdbeall
- 4
- Opened 18 days ago
- #831
Describe the issue
Describe the issue Recently, refer to ipex example, we have made CosyVoice2-0.5B (same like a Qwen2-0.5B model) run on
xpu. this is my change to use xpu but the performance is poor ...
wenkema
- 1
- Opened 18 days ago
- #830
Describe the issue
Steps to reproduce:
1. generate tings
2. wait for a while
3. try to generate again
what I get in the generation process (its an 2 pass workflow) at the last decode it just stops ...
SHoogstad
- 4
- Opened 27 days ago
- #828
Describe the issue
Hi , When I run Qwen3 model with ipex (version 2.6), errors occur with the following messages:
Traceback (most recent call last):
File /root/miniforge3/envs/py310/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py ...
wuwei32454
- 3
- Opened 27 days ago
- #827
Describe the issue
Recently, I was conducting benchmark inference tests on DeepSeek-R1-Distill-Qwen-7B on Ubuntu 22.04. The device I used
is CPU.
$lscpu
Architecture: x86_64
CPU op-mode(s): ...
Jasonjunsu
- 7
- Opened 28 days ago
- #826

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.