From 08c9f4a90864234be405d292b54eb675372ce023 Mon Sep 17 00:00:00 2001 From: Unal Ege Gaznepoglu Date: Wed, 20 Dec 2023 12:32:48 +0100 Subject: [PATCH] Changes to the environment.yaml and makefile --- Makefile | 8 ++------ environment.yaml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 2717fe6..2b43415 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ############################### ## CONFIGURATION ############################### -PHONY: install uninstall pretrained_models espnet +PHONY: install uninstall pretrained_models .ONESHELL: PROJECT_NAME = voicepat @@ -17,14 +17,10 @@ endif ##@ INSTALLATION ############################### -install: $(ENV_NAME) espnet ## performs the installation. Currently the only step is to install the conda environment - @git clone https://github.com/egaznep/sctk - @conda build sctk - @conda install --use-local sctk +install: $(ENV_NAME) ## performs the installation. Currently the only step is to install the conda environment uninstall: @rm -rf $(ENV_NAME) - @rm -rf ESPNet @rm -rf models/ pretrained_models: ## downloads the pretrained models from IMS repositories diff --git a/environment.yaml b/environment.yaml index 7d9a926..8818f7c 100644 --- a/environment.yaml +++ b/environment.yaml @@ -7,7 +7,7 @@ channels: dependencies: - pip - pip: - - speechbrain + - git+https://github.com/speechbrain/HyperPyYAML.git # pip version has a bug - noisereduce - pyloudnorm - phonemizer