mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Add precise-lite support + all dependencies for it.
(No TFlite_runtime package included as of yet)
This commit is contained in:
12
buildroot-external/package/python-tflit/python-tflit.mk
Normal file
12
buildroot-external/package/python-tflit/python-tflit.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-tflit
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TFLIT_VERSION = 0.1.2
|
||||
PYTHON_TFLIT_SOURCE = tflit-$(PYTHON_TFLIT_VERSION).tar.gz
|
||||
PYTHON_TFLIT_SITE = https://files.pythonhosted.org/packages/34/e2/cda67aa652074f760c9aa3e17929224a9b3c42187256c8cf366908ce3c34
|
||||
PYTHON_TFLIT_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user