awsr

Results 7 comments of awsr

The option was originally on. That image is just an example from a different issue that I used to show which option I'm referring to. When I installed PowerShell 7.2.0,...

An interesting update. I've found that if I manually add the registry entries for the "Run With PowerShell 7" command instead of re-running the installer to add it, the setting...

Very strange. The only difference that I can see is that I'm using the [**Client Credentials**](https://dev.twitch.tv/docs/authentication/getting-tokens-oauth#oauth-client-credentials-flow) OAuth flow rather than the [Implicit](https://dev.twitch.tv/docs/authentication/getting-tokens-oauth#oauth-implicit-code-flow) OAuth flow. I don't see anything in the...

Checked again with a recent video and confirmed that the issue still occurs.

After a TON of searching, I've finally discovered that ORTPipelinePart is a class from optimum v1.23.0 (https://github.com/huggingface/optimum/pull/2021) through v1.25.3 and was eventually removed (https://github.com/huggingface/optimum/pull/2234). The `optimum.onnxruntime` code was later moved...

Well now ONNX Runtime in the latest release is saying to stop using ROCm and use Migraphx or Vitis AI instead... goodie... Seems like everyone else wants to stick with...

Looks like ROCm/Migraphx doesn't detect my RX 9070 XT via `onnxruntime`/`onnxruntime-rocm` in python 3.10, but it found it with a 3.12 install.