Commit Graph

107 Commits

Author SHA1 Message Date
Andrey Danilov
bb2871c1ab Add GitHub Actions workflow for Docker image (#32)
* Add GitHub Actions workflow for pushing Docker images

* Fix invalid case of Docker image tag

* Optimize storage memory consumed by LFS layer

* Force workflow to run `ubuntu-22.04`

* Copy `README.md` to be included in installation with `poetry`

* Fix installation with `poetry`

* Try to optimize runner disk space consumption during build

* Optimize image building on source code changed

* Add verbose logging for downloading assets

* Add logging for disk space at GitHub Actions workflow

* Clean up some disk space usage on Docker image build

* Optimize running `poetry` on Docker image build

* Optimize `pip` taking disk space on Dociker image build

* Try to fix call of clearing `poetry` cache

* Optimize more `poetry` disk space usage

* Try to use Docker image from registry as cache

* Fix `cache-from` and `cache-to` parameters indentation

* Clean up excess workflow steps

* Fix image tag for caching of building Docker image in GitHub Actions workflow

* Disable build image caching for a while

* Remove `docker system prune` step from Docker push workflow

* Revert "Remove `docker system prune` step from Docker push workflow"

This reverts commit 7497fa35b2.

* Hardcode Docker image name

Prevent different naming for the same thing in forks.
2024-07-09 07:45:43 +09:00
Ftps
550f986318 Merge pull request #31 from TAO71-AI/docs-es 2024-06-06 09:06:30 +09:00
alcoftTAO
864eb9bd42 Update Spanish README.md 2024-06-03 17:07:19 +02:00
Ftps
e02e00753d Revert "func -> call"
This reverts commit 043fa4d750.
2024-06-02 02:34:38 +09:00
Ftps
790b504ba2 Merge pull request #28 from Danand/feature/docker
Add Docker support
2024-06-02 02:31:57 +09:00
Ftps
043fa4d750 func -> call 2024-06-02 02:30:11 +09:00
Andrey Danilov
9e27f642fb Update README.md 2024-05-20 00:01:08 +03:00
Andrey Danilov
131ce2b625 Add API test script 2024-05-19 23:28:20 +03:00
Andrey Danilov
61218ff81f Add Docker configuration 2024-05-18 22:55:30 +03:00
Andrey Danilov
75faade7d5 Add assets-download.sh 2024-05-18 22:46:16 +03:00
Andrey Danilov
0388a25157 Set API host to 0.0.0.0 2024-05-18 22:46:16 +03:00
Andrey Danilov
b0396d3303 Revert "Remove poetry.lock"
This reverts commit 31d1d8bb1a.
2024-05-18 22:46:16 +03:00
Andrey Danilov
eb710d933a Revert "Add logging for arguments of /inference endpoint"
This reverts commit 7c815afff4.
2024-05-18 22:46:16 +03:00
Andrey Danilov
9e407c1e2b Revert "Fix reading form parameters at /inference endpoint"
This reverts commit e4cb45016f.
2024-05-18 22:46:16 +03:00
Andrey Danilov
77cd8f1c66 Remove requirements.txt 2024-05-18 22:46:15 +03:00
Andrey Danilov
7c815afff4 Add logging for arguments of /inference endpoint 2024-05-17 16:58:04 +03:00
Andrey Danilov
e4cb45016f Fix reading form parameters at /inference endpoint 2024-05-17 16:57:04 +03:00
Andrey Danilov
f9aee785a9 Ignore /.venv 2024-05-13 00:22:48 +03:00
Andrey Danilov
593b8d151f Fix missing required dependencies 2024-05-13 00:18:45 +03:00
Andrey Danilov
31d1d8bb1a Remove poetry.lock 2024-05-13 00:18:22 +03:00
Andrey Danilov
bff59d1e8e Require poetry==1.7.1 2024-05-13 00:17:47 +03:00
Ftps
5e3dce38f4 add document for inference api 2024-03-26 23:55:57 +09:00
Ftps
04bdcd7591 chore:detect inference models on fastapi 2024-03-26 23:45:07 +09:00
Ftps
68f5d08b25 format 2024-03-26 23:25:50 +09:00
Ftps
efed797200 API: add response with json 2024-03-26 23:24:35 +09:00
Ftps
bf8a669c79 Merge branch 'develop' of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion into develop 2024-03-26 22:44:16 +09:00
Ftps
b6e7bfaf6b Merge pull request #18 from TAO71-AI/docs-es
Translated docs to Spanish.
2024-03-22 12:28:25 +09:00
alcoftTAO
d9aa08b55e Fixed a small issue in the translation. 2024-03-08 15:48:29 +01:00
alcoftTAO
53ab6d2431 Translated docs to Spanish. 2024-03-08 15:44:48 +01:00
Ftps
0e8cf4d0f4 jit 2024-03-07 22:40:52 +09:00
Ftps
4918cd3219 chore: vc_single -> vc_inference 2024-03-07 22:39:30 +09:00
Ftps
cf00b3fb9e add use_device() funcion
can switch to a specific device
2024-03-07 22:39:08 +09:00
Ftps
bf31c5afe8 format 2024-03-07 21:50:44 +09:00
Ftps
785abd7830 move cli and api into wrapper 2024-03-07 21:50:15 +09:00
Ftps
0c3c512396 rewrite vr-architecture 2024-03-07 21:42:07 +09:00
Ftps
1b2808e332 optimize cli speed 2024-01-22 17:28:07 +09:00
Ftps
10f1860694 update numba 2024-01-22 17:26:25 +09:00
Ftps
2bb32421fa fix typo 2024-01-22 14:22:54 +09:00
Ftps
638fa9b1a9 add usage of lib inference 2024-01-22 14:22:09 +09:00
Ftps
1759104a04 add jit temporary 2024-01-22 14:19:49 +09:00
Ftps
091aa183d4 update version 2024-01-22 13:30:43 +09:00
Ftps
4637dbb771 support python3.10 2024-01-22 13:29:40 +09:00
Ftps
9217ac5ee9 Add api docs 2024-01-21 14:48:31 +09:00
Ftps
e49eea3aea add api docs on jp 2024-01-21 14:46:10 +09:00
Ftps
056fdcc26d add inference api 2024-01-21 12:00:54 +09:00
Ftps
7be1ff771b move cli 2024-01-21 12:00:26 +09:00
Ftps
fb2960e336 move cli 2024-01-21 11:59:32 +09:00
Ftps
b29976b8f9 prevent line break 2024-01-21 01:32:21 +09:00
Ftps
eb5ce4454c add flag on inference table 2024-01-21 01:25:34 +09:00
Ftps
c988f8731f add env command 2024-01-21 01:16:10 +09:00