Remove JAX constraints in Exporter (#8309)
This commit is contained in:
parent
d8b8b71866
commit
e4a62f99f7
2 changed files with 1 additions and 4 deletions
|
|
@ -860,8 +860,7 @@ class Exporter:
|
|||
@try_export
|
||||
def export_tfjs(self, prefix=colorstr("TensorFlow.js:")):
|
||||
"""YOLOv8 TensorFlow.js export."""
|
||||
# JAX bug requiring install constraints in https://github.com/google/jax/issues/18978
|
||||
check_requirements(["jax<=0.4.21", "jaxlib<=0.4.21", "tensorflowjs"])
|
||||
check_requirements("tensorflowjs")
|
||||
import tensorflow as tf
|
||||
import tensorflowjs as tfjs # noqa
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue