forked from coqui-ai/TTS
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from idiap/coqui-refs
Update repository links, package names, release script
- Loading branch information
Showing
21 changed files
with
90 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Welcome to the 🐸TTS! | ||
|
||
This repository is governed by [the Contributor Covenant Code of Conduct](https://github.com/coqui-ai/TTS/blob/main/CODE_OF_CONDUCT.md). | ||
This repository is governed by [the Contributor Covenant Code of Conduct](https://github.com/eginhard/coqui-tts/blob/main/CODE_OF_CONDUCT.md). | ||
|
||
## Where to start. | ||
We welcome everyone who likes to contribute to 🐸TTS. | ||
|
@@ -15,13 +15,13 @@ If you like to contribute code, squash a bug but if you don't know where to star | |
|
||
You can pick something out of our road map. We keep the progess of the project in this simple issue thread. It has new model proposals or developmental updates etc. | ||
|
||
- [Github Issues Tracker](https://github.com/coqui-ai/TTS/issues) | ||
- [Github Issues Tracker](https://github.com/eginhard/coqui-tts/issues) | ||
|
||
This is a place to find feature requests, bugs. | ||
|
||
Issues with the ```good first issue``` tag are good place for beginners to take on. | ||
|
||
- ✨**PR**✨ [pages](https://github.com/coqui-ai/TTS/pulls) with the ```🚀new version``` tag. | ||
- ✨**PR**✨ [pages](https://github.com/eginhard/coqui-tts/pulls) with the ```🚀new version``` tag. | ||
|
||
We list all the target improvements for the next version. You can pick one of them and start contributing. | ||
|
||
|
@@ -46,14 +46,14 @@ Let us know if you encounter a problem along the way. | |
|
||
The following steps are tested on an Ubuntu system. | ||
|
||
1. Fork 🐸TTS[https://github.com/coqui-ai/TTS] by clicking the fork button at the top right corner of the project page. | ||
1. Fork 🐸TTS[https://github.com/eginhard/coqui-tts] by clicking the fork button at the top right corner of the project page. | ||
|
||
2. Clone 🐸TTS and add the main repo as a new remote named ```upstream```. | ||
|
||
```bash | ||
$ git clone [email protected]:<your Github name>/TTS.git | ||
$ cd TTS | ||
$ git remote add upstream https://github.com/coqui-ai/TTS.git | ||
$ git clone [email protected]:<your Github name>/coqui-tts.git | ||
$ cd coqui-tts | ||
$ git remote add upstream https://github.com/eginhard/coqui-tts.git | ||
``` | ||
|
||
3. Install 🐸TTS for development. | ||
|
@@ -105,7 +105,7 @@ The following steps are tested on an Ubuntu system. | |
```bash | ||
$ git fetch upstream | ||
$ git rebase upstream/master | ||
$ git rebase upstream/main | ||
# or for the development version | ||
$ git rebase upstream/dev | ||
``` | ||
|
@@ -124,22 +124,22 @@ The following steps are tested on an Ubuntu system. | |
13. Let's discuss until it is perfect. 💪 | ||
|
||
We might ask you for certain changes that would appear in the ✨**PR**✨'s page under 🐸TTS[https://github.com/coqui-ai/TTS/pulls]. | ||
We might ask you for certain changes that would appear in the ✨**PR**✨'s page under 🐸TTS[https://github.com/eginhard/coqui-tts/pulls]. | ||
14. Once things look perfect, We merge it to the ```dev``` branch and make it ready for the next version. | ||
## Development in Docker container | ||
If you prefer working within a Docker container as your development environment, you can do the following: | ||
1. Fork 🐸TTS[https://github.com/coqui-ai/TTS] by clicking the fork button at the top right corner of the project page. | ||
1. Fork 🐸TTS[https://github.com/eginhard/coqui-tts] by clicking the fork button at the top right corner of the project page. | ||
2. Clone 🐸TTS and add the main repo as a new remote named ```upsteam```. | ||
```bash | ||
$ git clone [email protected]:<your Github name>/TTS.git | ||
$ cd TTS | ||
$ git remote add upstream https://github.com/coqui-ai/TTS.git | ||
$ git clone [email protected]:<your Github name>/coqui-tts.git | ||
$ cd coqui-tts | ||
$ git remote add upstream https://github.com/eginhard/coqui-tts.git | ||
``` | ||
3. Build the Docker Image as your development environment (it installs all of the dependencies for you): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.22.0 | ||
0.22.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.