Skip to content

Commit

Permalink
v2.10.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Aug 20, 2022
1 parent 6db3714 commit 71eef6e
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v2.10.0-rc1/tflite_runtime-2.10.0rc1-cp310-none-linux_aarch64.whl

echo Download finished.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v2.10.0-rc1/tflite_runtime-2.10.0rc1-cp310-none-linux_armv7l.whl

echo Download finished.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v2.10.0-rc1/tflite_runtime-2.10.0rc1-cp38-none-linux_aarch64.whl

echo Download finished.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v2.10.0-rc1/tflite_runtime-2.10.0rc1-cp38-none-linux_armv7l.whl

echo Download finished.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v2.10.0-rc1/tflite_runtime-2.10.0rc1-cp39-none-linux_aarch64.whl

echo Download finished.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v2.10.0-rc1/tflite_runtime-2.10.0rc1-cp39-none-linux_armv7l.whl

echo Download finished.

0 comments on commit 71eef6e

Please sign in to comment.