This commit is contained in:
ivamp 2025-01-23 04:04:05 +08:00
parent 0e4c9755d8
commit fbdf68fa2d

2
test.py Normal file
View File

@ -0,0 +1,2 @@
import onnxruntime as ort
print(ort.get_device())