Skip to content

Commit

Permalink
Changes to the environment.yaml and makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Unal Ege Gaznepoglu committed Dec 20, 2023
1 parent 33c3dbf commit 08c9f4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################
## CONFIGURATION
###############################
PHONY: install uninstall pretrained_models espnet
PHONY: install uninstall pretrained_models
.ONESHELL:

PROJECT_NAME = voicepat
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
dependencies:
- pip
- pip:
- speechbrain
- git+https://github.com/speechbrain/HyperPyYAML.git # pip version has a bug
- noisereduce
- pyloudnorm
- phonemizer
Expand Down

0 comments on commit 08c9f4a

Please sign in to comment.