Add tensorflow<=2.13.1 checks and comments (#6466)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
618923ab11
commit
d2aa6b3570
5 changed files with 13 additions and 5 deletions
|
|
@ -30,7 +30,7 @@ seaborn>=0.11.0
|
|||
# nvidia-pyindex # TensorRT export
|
||||
# nvidia-tensorrt # TensorRT export
|
||||
# scikit-learn==0.19.2 # CoreML quantization
|
||||
# tensorflow>=2.4.1 # TF exports (-cpu, -aarch64, -macos)
|
||||
# tensorflow>=2.4.1,<=2.13.1 # TF exports (-cpu, -aarch64, -macos)
|
||||
# tflite-support
|
||||
# tensorflowjs>=3.9.0 # TF.js export
|
||||
# openvino-dev>=2023.0 # OpenVINO export
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue