diff --git a/doc/BUILDING.rst b/doc/BUILDING.rst index aaea8eed..aec7de73 100644 --- a/doc/BUILDING.rst +++ b/doc/BUILDING.rst @@ -37,7 +37,8 @@ Clone 🐸STT source code (TensorFlow will come as a submdule): .. code-block:: - git clone https://github.com/coqui-ai/STT.git + git clone https://github.com/coqui-ai/STT.git STT + cd STT git submodule sync tensorflow/ git submodule update --init tensorflow/ diff --git a/native_client/definitions.mk b/native_client/definitions.mk index d5aa2fea..c721cbd8 100644 --- a/native_client/definitions.mk +++ b/native_client/definitions.mk @@ -51,7 +51,7 @@ SOX_LDFLAGS := `pkg-config --libs sox` endif # OS others PYTHON_PACKAGES := numpy${NUMPY_BUILD_VERSION} ifeq ($(OS),Linux) -PYTHON_PLATFORM_NAME ?= --plat-name manylinux1_x86_64 +PYTHON_PLATFORM_NAME ?= --plat-name manylinux_2_24_x86_64 endif endif diff --git a/native_client/python/setup.py b/native_client/python/setup.py index 8db083a0..2a2ebd63 100755 --- a/native_client/python/setup.py +++ b/native_client/python/setup.py @@ -24,7 +24,7 @@ def main(): numpy_include = os.getenv('NUMPY_INCLUDE', numpy_include) numpy_min_ver = os.getenv('NUMPY_DEP_VERSION', '') - project_name = 'stt' + project_name = 'STT' if '--project_name' in sys.argv: project_name_idx = sys.argv.index('--project_name') project_name = sys.argv[project_name_idx + 1] diff --git a/training/coqui_stt_training/VERSION b/training/coqui_stt_training/VERSION index 6e412c53..29d972a2 100644 --- a/training/coqui_stt_training/VERSION +++ b/training/coqui_stt_training/VERSION @@ -1 +1 @@ -0.10.0-alpha.3 +0.10.0-alpha.4