Nano: remove inc from [inference] option on windows (#7664)
This commit is contained in:
parent
ce8f11c240
commit
48f5144a34
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue