diff --git a/Dockerfile b/Dockerfile index f587bf49f51ac5063a78beb3b240e6cd1523a846..e963229147e2661600b6b70ea982d7a436397c3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,14 @@ FROM python:3.10 RUN apt update && apt install -y cmake gcc portaudio19-dev + + WORKDIR /code + ENV NUMBA_CACHE_DIR=/tmp/ +RUN mkdir /tmp/cache +ENV TRANSFORMERS_CACHE=/tmp/cache/ + COPY ./requirements.txt /code/requirements.txt RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt diff --git a/__pycache__/util.cpython-310.pyc b/__pycache__/util.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed2ce939f6aaf82f6ae5560f65caf7fc1f487d94 Binary files /dev/null and b/__pycache__/util.cpython-310.pyc differ diff --git a/rvc/__pycache__/__init__.cpython-310.pyc b/rvc/__pycache__/__init__.cpython-310.pyc index 1d3c21085e35c882fd0ce464c32416b155945c85..13aa7821d30338808bbdbac416bcf09c4963454e 100644 Binary files a/rvc/__pycache__/__init__.cpython-310.pyc and b/rvc/__pycache__/__init__.cpython-310.pyc differ diff --git a/rvc/__pycache__/vc_infer_pipeline.cpython-310.pyc b/rvc/__pycache__/vc_infer_pipeline.cpython-310.pyc index 4e2d85d934e11116ab304afcc2cb560b08b0e51e..97a330edbf6ee0accfd277111d1b81a6dc97d2fa 100644 Binary files a/rvc/__pycache__/vc_infer_pipeline.cpython-310.pyc and b/rvc/__pycache__/vc_infer_pipeline.cpython-310.pyc differ diff --git a/rvc/infer_pack/__pycache__/__init__.cpython-310.pyc b/rvc/infer_pack/__pycache__/__init__.cpython-310.pyc index 656bbcd85be1980d6fcc9d9607017ce4f354de99..d7a78ebc22903c968a7621285122e10bc8808829 100644 Binary files a/rvc/infer_pack/__pycache__/__init__.cpython-310.pyc and b/rvc/infer_pack/__pycache__/__init__.cpython-310.pyc differ diff --git a/rvc/infer_pack/__pycache__/attentions.cpython-310.pyc b/rvc/infer_pack/__pycache__/attentions.cpython-310.pyc index 64fb571e0bff50e0d0a59e2d75937706832158c2..5eeac75f25d14ca03bdb6d4bf01b4eb543946a08 100644 Binary files a/rvc/infer_pack/__pycache__/attentions.cpython-310.pyc and b/rvc/infer_pack/__pycache__/attentions.cpython-310.pyc differ diff --git a/rvc/infer_pack/__pycache__/commons.cpython-310.pyc b/rvc/infer_pack/__pycache__/commons.cpython-310.pyc index 5780888181288d45196e69deb97458b1d59b3158..5398f2886454f2010f542bb6501fd15ffbc28b4f 100644 Binary files a/rvc/infer_pack/__pycache__/commons.cpython-310.pyc and b/rvc/infer_pack/__pycache__/commons.cpython-310.pyc differ diff --git a/rvc/infer_pack/__pycache__/models.cpython-310.pyc b/rvc/infer_pack/__pycache__/models.cpython-310.pyc index 89e8f8f174702d2c13e539c7e71b2d5218ab8e31..078297cb1135b4d8b5ece80bae2263556f53ef62 100644 Binary files a/rvc/infer_pack/__pycache__/models.cpython-310.pyc and b/rvc/infer_pack/__pycache__/models.cpython-310.pyc differ diff --git a/rvc/infer_pack/__pycache__/transforms.cpython-310.pyc b/rvc/infer_pack/__pycache__/transforms.cpython-310.pyc index 8649468cf957d003179268070903f1e55682e929..7e76f15cd7a4c64b6e854bf1d0cdd7718d5d0649 100644 Binary files a/rvc/infer_pack/__pycache__/transforms.cpython-310.pyc and b/rvc/infer_pack/__pycache__/transforms.cpython-310.pyc differ diff --git a/rvc/infer_pack/modules/__pycache__/__init__.cpython-310.pyc b/rvc/infer_pack/modules/__pycache__/__init__.cpython-310.pyc index c1e5163ad38dd7952747d3e288f60ee87ab2cf39..cb88923cc37b00fc2e03f6e625e0d9aacc490080 100644 Binary files a/rvc/infer_pack/modules/__pycache__/__init__.cpython-310.pyc and b/rvc/infer_pack/modules/__pycache__/__init__.cpython-310.pyc differ diff --git a/speakers/__pycache__/__init__.cpython-310.pyc b/speakers/__pycache__/__init__.cpython-310.pyc index d89846a6c2a60cc7e59ade388ed6c16387dea60a..cfaae40abe9759292e476fb2dd73bb274851ea31 100644 Binary files a/speakers/__pycache__/__init__.cpython-310.pyc and b/speakers/__pycache__/__init__.cpython-310.pyc differ diff --git a/speakers/__pycache__/__main__.cpython-310.pyc b/speakers/__pycache__/__main__.cpython-310.pyc index 6b261ffe6628d6ec306b88533ed99d30ee48c292..5270b347c85ea6534f4c650fa9bc4518dce1ef17 100644 Binary files a/speakers/__pycache__/__main__.cpython-310.pyc and b/speakers/__pycache__/__main__.cpython-310.pyc differ diff --git a/speakers/__pycache__/speakers.cpython-310.pyc b/speakers/__pycache__/speakers.cpython-310.pyc index f71ba53c9e5a349b7f236f17877fa0978daef26a..9a02a727e919e3cf1dd3155e7411a78149aebf0f 100644 Binary files a/speakers/__pycache__/speakers.cpython-310.pyc and b/speakers/__pycache__/speakers.cpython-310.pyc differ diff --git a/speakers/common/__pycache__/__init__.cpython-310.pyc b/speakers/common/__pycache__/__init__.cpython-310.pyc index 99fcab9480d3731b3bd47dc205526db4d393e344..9810342516c86f141540c1e6893856f3edf22274 100644 Binary files a/speakers/common/__pycache__/__init__.cpython-310.pyc and b/speakers/common/__pycache__/__init__.cpython-310.pyc differ diff --git a/speakers/common/__pycache__/general.cpython-310.pyc b/speakers/common/__pycache__/general.cpython-310.pyc index 62777f942cf7b38a9356b5dc2ff2bda83d2599d3..9f27e9f86734d098ca45f01fb27723936281beac 100644 Binary files a/speakers/common/__pycache__/general.cpython-310.pyc and b/speakers/common/__pycache__/general.cpython-310.pyc differ diff --git a/speakers/common/__pycache__/log.cpython-310.pyc b/speakers/common/__pycache__/log.cpython-310.pyc index c3928c816ace14b9246569a399a5f9e87a62ca19..9bfc29f207cf020b758fb686f3bfd096fc08b972 100644 Binary files a/speakers/common/__pycache__/log.cpython-310.pyc and b/speakers/common/__pycache__/log.cpython-310.pyc differ diff --git a/speakers/common/__pycache__/registry.cpython-310.pyc b/speakers/common/__pycache__/registry.cpython-310.pyc index e207312e48d8c9405ed6e766a4d99f3e2af97bd3..a4c0ba94c8d1d6ab3d35e1584acb01e3f810d561 100644 Binary files a/speakers/common/__pycache__/registry.cpython-310.pyc and b/speakers/common/__pycache__/registry.cpython-310.pyc differ diff --git a/speakers/common/__pycache__/utils.cpython-310.pyc b/speakers/common/__pycache__/utils.cpython-310.pyc index 95ac39cb1ab4e304b83112c30f833cc4c3b09e3a..41fb9d67d2e54002c3c86431b0e5c4fbce8a767f 100644 Binary files a/speakers/common/__pycache__/utils.cpython-310.pyc and b/speakers/common/__pycache__/utils.cpython-310.pyc differ diff --git a/speakers/load/__pycache__/__init__.cpython-310.pyc b/speakers/load/__pycache__/__init__.cpython-310.pyc index 69210b83a7ab504ab878f42f13da5eab772b2298..bc20b738de0bab4af4ce831d01d24bbc64265905 100644 Binary files a/speakers/load/__pycache__/__init__.cpython-310.pyc and b/speakers/load/__pycache__/__init__.cpython-310.pyc differ diff --git a/speakers/load/__pycache__/serializable.cpython-310.pyc b/speakers/load/__pycache__/serializable.cpython-310.pyc index 4b86181fd9dd39346ac58d6a7422628397756d7b..c43ad47129c59aa7efda11d194c82e91ba1c8c5e 100644 Binary files a/speakers/load/__pycache__/serializable.cpython-310.pyc and b/speakers/load/__pycache__/serializable.cpython-310.pyc differ diff --git a/speakers/processors/__pycache__/__init__.cpython-310.pyc b/speakers/processors/__pycache__/__init__.cpython-310.pyc index bf8e2ac3dfc52d3b77a2d7dad92d837810092a55..4756b18a711692063a592db5f20ff36654e25afc 100644 Binary files a/speakers/processors/__pycache__/__init__.cpython-310.pyc and b/speakers/processors/__pycache__/__init__.cpython-310.pyc differ diff --git a/speakers/processors/__pycache__/bark_to_voice.cpython-310.pyc b/speakers/processors/__pycache__/bark_to_voice.cpython-310.pyc index b4154e7291fe8de52093d4d2e4ad3bb0bcaa1f45..1fa35f5f22b2b96b59f5c5932668dcc22a591662 100644 Binary files a/speakers/processors/__pycache__/bark_to_voice.cpython-310.pyc and b/speakers/processors/__pycache__/bark_to_voice.cpython-310.pyc differ diff --git a/speakers/processors/__pycache__/base_processor.cpython-310.pyc b/speakers/processors/__pycache__/base_processor.cpython-310.pyc index 8451aaf2a4c3fc077f29f9baac89a092dbd4bbf4..7a62a1ea44e168956d52c8e7ae691c2ffa5b6142 100644 Binary files a/speakers/processors/__pycache__/base_processor.cpython-310.pyc and b/speakers/processors/__pycache__/base_processor.cpython-310.pyc differ diff --git a/speakers/processors/__pycache__/rvc_speakers_processor.cpython-310.pyc b/speakers/processors/__pycache__/rvc_speakers_processor.cpython-310.pyc index 7036537a3657bf897e49253f259eb6c58b1b37f6..eb29d6b71b4c5831e3bee5fd6c5cad5f1fa3e57a 100644 Binary files a/speakers/processors/__pycache__/rvc_speakers_processor.cpython-310.pyc and b/speakers/processors/__pycache__/rvc_speakers_processor.cpython-310.pyc differ diff --git a/speakers/processors/__pycache__/vits_to_voice.cpython-310.pyc b/speakers/processors/__pycache__/vits_to_voice.cpython-310.pyc index 1899a0f818be2fc352437fd4df5078d1098cd2b2..48e2d6b13848fb131cc6992eac2b9b78de9db941 100644 Binary files a/speakers/processors/__pycache__/vits_to_voice.cpython-310.pyc and b/speakers/processors/__pycache__/vits_to_voice.cpython-310.pyc differ diff --git a/speakers/server/__pycache__/__init__.cpython-310.pyc b/speakers/server/__pycache__/__init__.cpython-310.pyc index d14c590a57b546dd781dd5155213e8cc169984e9..29f6d6b7efa1a72fb137c3f6dfb0e8af77eb2620 100644 Binary files a/speakers/server/__pycache__/__init__.cpython-310.pyc and b/speakers/server/__pycache__/__init__.cpython-310.pyc differ diff --git a/speakers/server/__pycache__/utils.cpython-310.pyc b/speakers/server/__pycache__/utils.cpython-310.pyc index 1ace267444436d1cf112b84ef8a6090bd42f1993..2e8b802c88fa63a19e14256a32f57fcbd1dddd65 100644 Binary files a/speakers/server/__pycache__/utils.cpython-310.pyc and b/speakers/server/__pycache__/utils.cpython-310.pyc differ diff --git a/speakers/server/bootstrap/__pycache__/__init__.cpython-310.pyc b/speakers/server/bootstrap/__pycache__/__init__.cpython-310.pyc index 79ced5a5baf65614570adc6f577cc4eb127e5360..8fa8da10e1502067434fe7b8568f2e85429b0f30 100644 Binary files a/speakers/server/bootstrap/__pycache__/__init__.cpython-310.pyc and b/speakers/server/bootstrap/__pycache__/__init__.cpython-310.pyc differ diff --git a/speakers/server/bootstrap/__pycache__/base.cpython-310.pyc b/speakers/server/bootstrap/__pycache__/base.cpython-310.pyc index 6e3f951c27920330ec484d5357422435e0ab6dc4..8a75c769eb628eba2396b71f85e00db2285cdb86 100644 Binary files a/speakers/server/bootstrap/__pycache__/base.cpython-310.pyc and b/speakers/server/bootstrap/__pycache__/base.cpython-310.pyc differ diff --git a/speakers/server/bootstrap/__pycache__/bootstrap_register.cpython-310.pyc b/speakers/server/bootstrap/__pycache__/bootstrap_register.cpython-310.pyc index a68e97cf6034675906c552111536e0c4ddfdbd1e..0473983201c439d34ac550a5ad26878a71402ada 100644 Binary files a/speakers/server/bootstrap/__pycache__/bootstrap_register.cpython-310.pyc and b/speakers/server/bootstrap/__pycache__/bootstrap_register.cpython-310.pyc differ diff --git a/speakers/server/bootstrap/__pycache__/runner_bootstrap.cpython-310.pyc b/speakers/server/bootstrap/__pycache__/runner_bootstrap.cpython-310.pyc index 2eba99cfbbd660d11a6c055511203bd179c71e84..ad58f5a063dad57c59a3a2f27a61c3dbe02a3b69 100644 Binary files a/speakers/server/bootstrap/__pycache__/runner_bootstrap.cpython-310.pyc and b/speakers/server/bootstrap/__pycache__/runner_bootstrap.cpython-310.pyc differ diff --git a/speakers/server/model/__pycache__/flow_data.cpython-310.pyc b/speakers/server/model/__pycache__/flow_data.cpython-310.pyc index eb4835fd32a34218137ab75a1d60004b3a9b281d..370d35f84643a7e0a845e1fcfd27b6d26b70b820 100644 Binary files a/speakers/server/model/__pycache__/flow_data.cpython-310.pyc and b/speakers/server/model/__pycache__/flow_data.cpython-310.pyc differ diff --git a/speakers/server/model/__pycache__/result.cpython-310.pyc b/speakers/server/model/__pycache__/result.cpython-310.pyc index d88db8b1778d1256b8feb8545b70e1ceb53b5bae..98ca5fbdf8b84773c6def4dbbfbc9d49016211fb 100644 Binary files a/speakers/server/model/__pycache__/result.cpython-310.pyc and b/speakers/server/model/__pycache__/result.cpython-310.pyc differ diff --git a/speakers/server/servlet/__pycache__/document.cpython-310.pyc b/speakers/server/servlet/__pycache__/document.cpython-310.pyc index bba37513ba230cd9b3e46d058d4203b0f7ddd236..ec385bb343246119f628e242ddbd8569f7db28a8 100644 Binary files a/speakers/server/servlet/__pycache__/document.cpython-310.pyc and b/speakers/server/servlet/__pycache__/document.cpython-310.pyc differ diff --git a/speakers/server/servlet/__pycache__/runner.cpython-310.pyc b/speakers/server/servlet/__pycache__/runner.cpython-310.pyc index 956620bfb5a5eb52e43126d5d227485eefc3a1b7..5d165071f4c72109b1c674ff4489d9eb1b34373c 100644 Binary files a/speakers/server/servlet/__pycache__/runner.cpython-310.pyc and b/speakers/server/servlet/__pycache__/runner.cpython-310.pyc differ diff --git a/speakers/tasks/__pycache__/__init__.cpython-310.pyc b/speakers/tasks/__pycache__/__init__.cpython-310.pyc index 014bb79df5eae32e25c655d45458f80156050cf1..44860d00f01aef44b0b2211b44d7a0f413c0c704 100644 Binary files a/speakers/tasks/__pycache__/__init__.cpython-310.pyc and b/speakers/tasks/__pycache__/__init__.cpython-310.pyc differ diff --git a/speakers/tasks/__pycache__/bark_voice_task.cpython-310.pyc b/speakers/tasks/__pycache__/bark_voice_task.cpython-310.pyc index 68a3bc64e4446dd2981f56f3e4a9ceaf873d1e09..760dc1c1de0baa16a57c2018853ba0bc44ff4a57 100644 Binary files a/speakers/tasks/__pycache__/bark_voice_task.cpython-310.pyc and b/speakers/tasks/__pycache__/bark_voice_task.cpython-310.pyc differ diff --git a/speakers/tasks/__pycache__/base_task.cpython-310.pyc b/speakers/tasks/__pycache__/base_task.cpython-310.pyc index 3ffd92e34be4e41c162de325da70790ed9dcaf2f..a72a6314256c2e1001754a4d5a7f9e6e83126f05 100644 Binary files a/speakers/tasks/__pycache__/base_task.cpython-310.pyc and b/speakers/tasks/__pycache__/base_task.cpython-310.pyc differ diff --git a/speakers/tasks/__pycache__/vits_voice_task.cpython-310.pyc b/speakers/tasks/__pycache__/vits_voice_task.cpython-310.pyc index f01af5668cbf3f84f43a144a38649898135e3013..ab67c24bbf1b8931ccb9a6ca1bd1983b02aae83f 100644 Binary files a/speakers/tasks/__pycache__/vits_voice_task.cpython-310.pyc and b/speakers/tasks/__pycache__/vits_voice_task.cpython-310.pyc differ diff --git a/vits/__pycache__/__init__.cpython-310.pyc b/vits/__pycache__/__init__.cpython-310.pyc index 4a84257e3bc9ee4f11ca3aea5950972d789985e3..0e3c5d01552a0c7a30d91a00cfe91209966ce15b 100644 Binary files a/vits/__pycache__/__init__.cpython-310.pyc and b/vits/__pycache__/__init__.cpython-310.pyc differ diff --git a/vits/__pycache__/models.cpython-310.pyc b/vits/__pycache__/models.cpython-310.pyc index 4e1281a317d55b0f9169998ee10d3e9b026a5041..9b08dd6bd65bd01e98783d1fd03e33ce5834d005 100644 Binary files a/vits/__pycache__/models.cpython-310.pyc and b/vits/__pycache__/models.cpython-310.pyc differ diff --git a/vits/__pycache__/utils.cpython-310.pyc b/vits/__pycache__/utils.cpython-310.pyc index 22abf1db7e0b33842c27996a32868fdff30b1c40..8b8f2ed43a93141d7ec843d64adf55578068dc4e 100644 Binary files a/vits/__pycache__/utils.cpython-310.pyc and b/vits/__pycache__/utils.cpython-310.pyc differ diff --git a/vits/modules/__pycache__/__init__.cpython-310.pyc b/vits/modules/__pycache__/__init__.cpython-310.pyc index a954d7d4b2ab8de2c9c5e61e18690c184c73d33b..2cc1191d4ea3ddc784240ea1e3c448e90e172895 100644 Binary files a/vits/modules/__pycache__/__init__.cpython-310.pyc and b/vits/modules/__pycache__/__init__.cpython-310.pyc differ diff --git a/vits/modules/attentions/__pycache__/__init__.cpython-310.pyc b/vits/modules/attentions/__pycache__/__init__.cpython-310.pyc index f7e0052f894f8a3eed218910b7ed314a0dfb0e77..763d44545b06ffec35dfa13decc2bdf1f5869b83 100644 Binary files a/vits/modules/attentions/__pycache__/__init__.cpython-310.pyc and b/vits/modules/attentions/__pycache__/__init__.cpython-310.pyc differ diff --git a/vits/modules/attentions/__pycache__/attentions.cpython-310.pyc b/vits/modules/attentions/__pycache__/attentions.cpython-310.pyc index d3a6a956e498afbbbb1e2a6a468efb9cc5f13938..d72a599936cfb7b53b4753b015de0cad8b443831 100644 Binary files a/vits/modules/attentions/__pycache__/attentions.cpython-310.pyc and b/vits/modules/attentions/__pycache__/attentions.cpython-310.pyc differ diff --git a/vits/modules/commons/__pycache__/__init__.cpython-310.pyc b/vits/modules/commons/__pycache__/__init__.cpython-310.pyc index bb7d55e2a9cafee3e8a3ccf66d1c25798295dc45..b730ef06c16edde53b87afa42ce6b803e7ea07f5 100644 Binary files a/vits/modules/commons/__pycache__/__init__.cpython-310.pyc and b/vits/modules/commons/__pycache__/__init__.cpython-310.pyc differ diff --git a/vits/modules/commons/__pycache__/commons.cpython-310.pyc b/vits/modules/commons/__pycache__/commons.cpython-310.pyc index edf90ce4fef800658b40870d2f619965ab8e05a0..6c2fb8f6cac0b93c4f7b5a9a2f9be8a46af953b1 100644 Binary files a/vits/modules/commons/__pycache__/commons.cpython-310.pyc and b/vits/modules/commons/__pycache__/commons.cpython-310.pyc differ diff --git a/vits/modules/layer/__pycache__/__init__.cpython-310.pyc b/vits/modules/layer/__pycache__/__init__.cpython-310.pyc index 344c1deff6f14d61a65132674856ae3bb52c9244..e5c63959e889e6e973cbcc3a42e987430470cb99 100644 Binary files a/vits/modules/layer/__pycache__/__init__.cpython-310.pyc and b/vits/modules/layer/__pycache__/__init__.cpython-310.pyc differ diff --git a/vits/modules/layer/__pycache__/modules.cpython-310.pyc b/vits/modules/layer/__pycache__/modules.cpython-310.pyc index 6281ade50175aa81cf8a8243b1d60a6a2d7ca29e..ed5c9260a58fcd9bb0a6c0784c8c9c8120f9505a 100644 Binary files a/vits/modules/layer/__pycache__/modules.cpython-310.pyc and b/vits/modules/layer/__pycache__/modules.cpython-310.pyc differ diff --git a/vits/modules/transforms/__pycache__/__init__.cpython-310.pyc b/vits/modules/transforms/__pycache__/__init__.cpython-310.pyc index 1bd764c0878cec0997a8aba5162d0f0740f2c4f0..353ee7a40689882ee4b3c1f61310f88951864508 100644 Binary files a/vits/modules/transforms/__pycache__/__init__.cpython-310.pyc and b/vits/modules/transforms/__pycache__/__init__.cpython-310.pyc differ diff --git a/vits/modules/transforms/__pycache__/transforms.cpython-310.pyc b/vits/modules/transforms/__pycache__/transforms.cpython-310.pyc index 93a23d3e503592a277e43ab95c75e53c1357e414..6d5dc55b8868dc74068625078c85bab07444dbef 100644 Binary files a/vits/modules/transforms/__pycache__/transforms.cpython-310.pyc and b/vits/modules/transforms/__pycache__/transforms.cpython-310.pyc differ diff --git a/vits/monotonic_align/__pycache__/__init__.cpython-310.pyc b/vits/monotonic_align/__pycache__/__init__.cpython-310.pyc index 666562af085d93faf38c2a1dde13f1b70b71c64f..93461bfa1d9fc00774c7a44ee75bded42a690c88 100644 Binary files a/vits/monotonic_align/__pycache__/__init__.cpython-310.pyc and b/vits/monotonic_align/__pycache__/__init__.cpython-310.pyc differ diff --git a/vits/monotonic_align/build/lib.linux-x86_64-cpython-310/vits/monotonic_align/core.cpython-310-x86_64-linux-gnu.so b/vits/monotonic_align/build/lib.linux-x86_64-cpython-310/vits/monotonic_align/core.cpython-310-x86_64-linux-gnu.so index 867feaaff6cf61b9bdf17f495a55e6c6fe8b74a5..48b6e7a03992936565c391c66a7ebcb98bc5268d 100755 Binary files a/vits/monotonic_align/build/lib.linux-x86_64-cpython-310/vits/monotonic_align/core.cpython-310-x86_64-linux-gnu.so and b/vits/monotonic_align/build/lib.linux-x86_64-cpython-310/vits/monotonic_align/core.cpython-310-x86_64-linux-gnu.so differ diff --git a/vits/monotonic_align/core.cpython-310-x86_64-linux-gnu.so b/vits/monotonic_align/core.cpython-310-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..48b6e7a03992936565c391c66a7ebcb98bc5268d Binary files /dev/null and b/vits/monotonic_align/core.cpython-310-x86_64-linux-gnu.so differ diff --git a/vits/text/__pycache__/__init__.cpython-310.pyc b/vits/text/__pycache__/__init__.cpython-310.pyc index bf313ac4b766582a84f8525e608c7979b91e999f..ba92edd7b5f3b490179d4bfd3c60bf58907e0165 100644 Binary files a/vits/text/__pycache__/__init__.cpython-310.pyc and b/vits/text/__pycache__/__init__.cpython-310.pyc differ diff --git a/vits/text/__pycache__/cleaners.cpython-310.pyc b/vits/text/__pycache__/cleaners.cpython-310.pyc index 25972ca25e64ccfa06566e5ccf40a7f10d3d1750..996d0c87507c4715f51d3480a0b64ccd1d40daf5 100644 Binary files a/vits/text/__pycache__/cleaners.cpython-310.pyc and b/vits/text/__pycache__/cleaners.cpython-310.pyc differ diff --git a/vits/text/__pycache__/symbols.cpython-310.pyc b/vits/text/__pycache__/symbols.cpython-310.pyc index 172e7e116a9849efa58f56f29d48fda8d935b8b7..1393e85e0aa70ab1ac9228d611e74eecd993703d 100644 Binary files a/vits/text/__pycache__/symbols.cpython-310.pyc and b/vits/text/__pycache__/symbols.cpython-310.pyc differ