openvino_notebooks icon indicating copy to clipboard operation
openvino_notebooks copied to clipboard

📚 Jupyter notebook tutorials for OpenVINO™

Results 113 openvino_notebooks issues
Sort by recently updated
recently updated
newest added

Hi, I converted a PyTorch .pt model to both OpenVINO and ONNX formats using the ultralytics package. Conversion code for OpenVINO: ```from ultralytics import YOLO def load_model(model_path): session = YOLO(model_path)...

i installed the requirments in the main directory and proceeeded to install the notebook requirments restart the jupyter kernel and run. in the last cell of the notebook what I...

**Describe the bug** sample https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/llm-agent-react/llm-agent-react.ipynb I converted a model for NPU. (Channel-wise quantization) `optimum-cli export openvino -m Qwen/Qwen2.5-3B-Instruct --weight-format int4 --sym --ratio 1.0 --group-size -1 Qwen2.5-3B-Instruct_NPU` Then, tried to run...

Hello, I am using openvino notebooks https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/deepseek-r1/deepseek-r1.ipynb on NPU Lunar Lake, core ultra 7 with 32GB of Memory in Windows 11 The prompt is click provided by gradio, after the...

Hi, I'm unable to run inference on Intel Integrated GPU on qwen2-vl-2B model. It works fine if I select CPU as the device. The exception happens with error code "-5"...

Add Dynamic shapes to export of transformer model in SD3 Torch FX notebook.

Below are my results when running speculative-sampling notebook. **Device:** GPU **Models and drafts:** **Phi-3 pair:** draft_model_id = "OpenVINO/Phi-3-mini-FastDraft-50M-int8-ov" target_model_id = "OpenVINO/Phi-3-mini-4k-instruct-int4-ov" **Llama3.1 pair:** draft_model_id = "OpenVINO/Llama-3.1-8B-Instruct-FastDraft-150M-int8-ov" target_model_id = "fakezeta/Meta-Llama-3.1-8B-Instruct-ov-int4" **Results:**...

PSE
category: GPU

Hi , I want to run this model (https://github.com/THUDM/CogAgent) in my computer (Intel NPU GPU), i'm not sure if OpenVINO already support this model , Thank you!

PSE

**Describe the bug** When I executed this jupyter it reports "[C:\Users\tester\Desktop\test\openvino_notebooks\openvino_env\Lib\site-packages\diffusers\image_processor.py:147](file:///C:/Users/tester/Desktop/test/openvino_notebooks/openvino_env/Lib/site-packages/diffusers/image_processor.py#line=146): RuntimeWarning: invalid value encountered in cast images = (images * 255).round().astype("uint8")" and return the black image **Expected behavior** A...

PSE