Skip to content

transformsai/flowtron-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flowtron-module

Shim to allow using flowtron as a pip module

Please see https://github.com/NVIDIA/flowtron for the appropriate documentation.

This shim works by generating the __init.py__ files required to access the flowtron, tacotron2 and waveglow directories as modules.

These shims are generated during setup.py, which executes after the repository is cloned recursively. This repository is needed because Flowtron itself uses git submodules to organize its files. It also uses sys.path.insert(0, "tacotron2") to manage its imports.

WINDOWS WARNING

In order to use this for windows, you MUST enable longpaths on the git installation that pip uses.

To do this, run:

git config --system core.longpaths true

or

git config --glohal core.longpaths true

There are some repercusions to doing this.

About

Pipelining to allow using flowtron as a pip module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages