triton-inference-server / fil_backend

FIL backend for the Triton Inference Server
Apache License 2.0
72 stars 36 forks source link

Test CPU-only inference without visible GPU #103

Closed wphicks closed 3 years ago

wphicks commented 3 years ago

Run tests in three stages: first GPU-enabled models, then CPU-only models, then CPU-only models without a visible GPU Minimize repeated training of similar models

Resolve #87 Resolve #88