Skip to content

Commit

Permalink
v1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed May 17, 2024
1 parent 96c03ed commit c186504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,15 @@ Video speed is adjusted approximately 50 times slower than actual speed.
docker run --rm -it \
-v `pwd`:/workdir \
-w /workdir \
ghcr.io/pinto0309/onnx2tf:1.21.5
ghcr.io/pinto0309/onnx2tf:1.21.6

or

# Authentication is not required for pulls from Docker Hub.
docker run --rm -it \
-v `pwd`:/workdir \
-w /workdir \
docker.io/pinto0309/onnx2tf:1.21.5
docker.io/pinto0309/onnx2tf:1.21.6

or

Expand Down
2 changes: 1 addition & 1 deletion onnx2tf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from onnx2tf.onnx2tf import convert, main

__version__ = '1.21.5'
__version__ = '1.21.6'

0 comments on commit c186504

Please sign in to comment.