Skip to content

Commit

Permalink
.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Dec 16, 2023
1 parent 7a7e495 commit 9bbd89d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

TFVER=2.15.0
TFVER=2.15.0.post1
curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v${TFVER}/tflite_runtime-${TFVER/-/}-cp310-none-linux_aarch64.whl

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

TFVER=2.15.0
TFVER=2.15.0.post1
curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v${TFVER}/tflite_runtime-${TFVER/-/}-cp310-none-linux_armv7l.whl

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

TFVER=2.15.0
TFVER=2.15.0.post1
curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v${TFVER}/tflite_runtime-${TFVER/-/}-cp311-none-linux_aarch64.whl

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

TFVER=2.15.0
TFVER=2.15.0.post1
curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v${TFVER}/tflite_runtime-${TFVER/-/}-cp311-none-linux_armv7l.whl

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

TFVER=2.15.0
TFVER=2.15.0.post1
curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v${TFVER}/tflite_runtime-${TFVER/-/}-cp39-none-linux_aarch64.whl

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

TFVER=2.15.0
TFVER=2.15.0.post1
curl -OL https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v${TFVER}/tflite_runtime-${TFVER/-/}-cp39-none-linux_armv7l.whl

echo Download finished.

0 comments on commit 9bbd89d

Please sign in to comment.