RemnantSaveGuardian icon indicating copy to clipboard operation
RemnantSaveGuardian copied to clipboard

Web-based analyzer for Xbox

Open DreadOp opened this issue 2 years ago • 7 comments

Have you looked into Web based analyzer for Xbox? I'm sure people would pay you commission if you could figure it out.

DreadOp avatar Aug 11 '23 19:08 DreadOp

hi, if you choose using cuda12.1, and you install onnxruntime_gpu with pip install onnxruntime_gpu==1.17.0 directly, in the runtime, it will throw UserWarning: Specified provider 'TensorrtExecutionProvider' is not in available provider names.Available providers: 'AzureExecutionProvider, CPUExecutionProvider' this is because the default onnxruntime_gpu match to cuda 11.8, not 12.1, according to https://onnxruntime.ai/docs/install/ image and this warning will cause the speed slow down.

for cuda 12.1, as the doc I refered, we need to run it instead: pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/

jtydhr88 avatar Jun 17 '24 00:06 jtydhr88

this is also the reason I do the uninstall then re-install step in https://github.com/AiuniAI/Unique3D/issues/15 and bat I commited

jtydhr88 avatar Jun 17 '24 00:06 jtydhr88

for the repo owners, their orignal env is cuda 11.8, which is ok to run pip install onnxruntime_gpu directly

jtydhr88 avatar Jun 17 '24 00:06 jtydhr88