5 lines
86 B
Python
5 lines
86 B
Python
|
import onnxruntime
|
||
|
|
||
|
use_gpu = False
|
||
|
providers = onnxruntime.get_available_providers()
|