-
I am developing with genai an .NET MAUI App. Now I would like to bring this app on Android but getiing error:
![Image](https://github.com/user-attachments/assets/66b24d24-393b-4080-acde-ca4605832d8c)…
-
pip install onnxruntime-directml
then
self.session = ort.InferenceSession(model_byte.SerializeToString(), providers=["DmlExecutionProvider"],sess_options = options)
this could be faster fo : …
-
while trying to load onnxruntime_pybind11_state.pyd in memory, it gives me error:
```
File "test.py", line XXX, in build_import_table
funcref.contents = GetProcAddress(hmod, cast(importordinal,…
-
Assume that I already followed Microsoft's instructions to [Enable PyTorch with DirectML on Windows](//learn.microsoft.com/en-us/windows/ai/directml/gpu-pytorch-windows) and the DirectML library loads…
-
I am trying to run YoloV8 on my AMD RX550 using DirectML and every time i run the training it fails with this error
RuntimeError: Cannot set version_counter for inference tensor
`from ultralyti…
-
One safety checker SD model failed since 'reduceSum' which from Safety Checker requires int64 input type. And currently, WebNN spec only supports int32, uint32, float32 and float16 for reduceSum.
!…
-
https://github.com/microsoft/DirectML
-
### Describe the issue
I'm using open ai whisper model with onnxruntime.
And when running with directml execution provider and medium model it failed with error
```console
2024-08-21 00:45:47.…
-
### Describe the documentation issue
Is there currently any way to run models quantized by GenAI on DirectML with metacommands turned off?
### Page / URL
_No response_
-
**Describe the bug**
I've tried to copy the HelloPhi example for loading and calling phi-3.5 in DirectML for my application. When I get to the [generator.ComputeLogits()](https://github.com/microsoft…