Nano: remove inc from [inference] option on windows (#7664)

This commit is contained in:
Yishuo Wang 2023-02-23 16:30:08 +08:00 committed by GitHub
parent ce8f11c240
commit 48f5144a34

View file

@ -14,6 +14,7 @@
| **BF16** | BFloat16 mixed precision training and inference | | **BF16** | BFloat16 mixed precision training and inference |
| **IPEX** | Intel-extension-for-pytorch optimization | | **IPEX** | Intel-extension-for-pytorch optimization |
| **Multi-instance** | Multi-process training and inference | | **Multi-instance** | Multi-process training and inference |
| **ray** | Use ray as multi-process backend |
## Common Feature Support (Can be used in both PyTorch and TensorFlow) ## Common Feature Support (Can be used in both PyTorch and TensorFlow)
@ -25,6 +26,7 @@
| **Neural-Compressor** | ✅ | ✅ | ❌ | ❌ | ? | | **Neural-Compressor** | ✅ | ✅ | ❌ | ❌ | ? |
| **OpenVINO** | ✅ | ① | ❌ | ❌ | ④ | | **OpenVINO** | ✅ | ① | ❌ | ❌ | ④ |
| **ONNXRuntime** | ✅ | ① | ✅ | ❌ | ✅ | | **ONNXRuntime** | ✅ | ① | ✅ | ❌ | ✅ |
| **ray** | ✅ | ? | ? | ? | ④ |
## PyTorch Feature Support ## PyTorch Feature Support