Skip to content

Commit

Permalink
Merge pull request #660 from PINTO0309/fix_temp_del_arm64
Browse files Browse the repository at this point in the history
Temporary deletion arm64
  • Loading branch information
PINTO0309 authored Jul 3, 2024
2 parents ece9c41 + df4c939 commit f16c77e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
strategy:
fail-fast: false # do not cancel even if any platform fails.
matrix:
platform: [linux/amd64,linux/arm64]
# platform: [linux/amd64,linux/arm64]
platform: [linux/amd64]
steps:
- name: Git checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,15 +293,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.23.1
ghcr.io/pinto0309/onnx2tf:1.23.2

or

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

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.23.1'
__version__ = '1.23.2'

0 comments on commit f16c77e

Please sign in to comment.