You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run a model of e.g. 7 GB like Phi 3 Medium DirectML using the shared memory.
Hardware
Surface-model: Surface Laptop Studio 2 Model 2029 i7
SAM: 12.102.139.0
UEFI: 18.101.143.0
BIOS-version/-date: Microsoft Corporation 18.101.143 08/16/2024
Wi-Fi-driver: 23.60.0.10
Edition: Windows 11 Enterprise
OS-build: 26100.2894
Processor: 13th Gen Intel(R) Core(TM) i7-13800H
Installed RAM: 32 GB
Storage space: 574 GB free of 947 GB
GPU: Intel(R) Iris(R) Xe Graphics
NVIDIA GeForce RTX 4050 Laptop GPU
Screen resolution: 3840 x 2160
The text was updated successfully, but these errors were encountered:
hansmbakker
changed the title
Blue screen when running AI Dev Gallery model on internal video card with shared memory
Blue screen when running AI Dev Gallery model with shared memory
Jan 17, 2025
I am using AI Dev Gallery and am trying to use the shared memory of my internal video adapter to allow for using larger models on a GPU.
To do this I modified DeviceUtils.cs to return the shared memory when an internal video adapter was found.
However, I'm getting a blue screen when running larger models on this GPU.
Stop code:
VIDEO_SCHEDULER_INTERNAL_ERROR
.Bug reproduction
Phi 3 Medium DirectML
using the shared memory.Hardware
Surface-model: Surface Laptop Studio 2 Model 2029 i7
SAM: 12.102.139.0
UEFI: 18.101.143.0
BIOS-version/-date: Microsoft Corporation 18.101.143 08/16/2024
Wi-Fi-driver: 23.60.0.10
Edition: Windows 11 Enterprise
OS-build: 26100.2894
Processor: 13th Gen Intel(R) Core(TM) i7-13800H
Installed RAM: 32 GB
Storage space: 574 GB free of 947 GB
GPU: Intel(R) Iris(R) Xe Graphics
NVIDIA GeForce RTX 4050 Laptop GPU
Screen resolution: 3840 x 2160
The text was updated successfully, but these errors were encountered: