BlackTeay blackteay
blackteay synced commits to refs/pull/3674/merge at blackteay/open-im-server from mirror 2026-03-11 13:20:29 +08:00
28ad2bc943 Merge 6f15f072d09c89815f24f7103918091d16fa8105 into 9b92b3c744aec448a28858f0251a0b79e8a9394c
9b92b3c744 Merge pull request #3697 from icey-yu/feat-bot383
f9989274f9 feat: update protocol support botPlatform
Compare 3 commits »
blackteay synced commits to 3.8.3-patch at blackteay/open-im-server from mirror 2026-03-11 13:20:29 +08:00
9b92b3c744 Merge pull request #3697 from icey-yu/feat-bot383
f9989274f9 feat: update protocol support botPlatform
Compare 2 commits »
blackteay synced commits to refs/pull/2746/merge at blackteay/GPT-SoVITS from mirror 2026-03-11 09:20:31 +08:00
ef82451e0a Merge d1ec7d9e5442124d1401884e33290fcc49fe6c7c into 2d9193b0d3c0eae0c3a14d8c68a839f1bae157dc
d1ec7d9e54 Add unified engine components and API for enhanced TTS processing
06d6b67f73 Add PreparedCpuStage data class and refactor prepare_cpu_stage_profiled_async method in PrepareCoordinator for improved CPU profiling. Introduce prepare_gpu_stage_profiled_async method to streamline GPU stage preparation using the new data class, enhancing overall performance and maintainability.
Compare 3 commits »
blackteay synced commits to refs/pull/2746/merge at blackteay/GPT-SoVITS from mirror 2026-03-11 01:00:32 +08:00
2a06f59542 Merge 6a427b4f547066175f91c4d9fc1eaf302823a7a8 into 2d9193b0d3c0eae0c3a14d8c68a839f1bae157dc
6a427b4f54 Update TTS API to support asynchronous execution by replacing synchronous TTS calls with asynchronous counterparts in both api_v2.py and api_v3.py. Introduce new data classes in unified_engine.py for enhanced request handling and state management, improving overall system performance and maintainability.
d1a97fd04d Refactor TTS API to streamline audio processing by removing unused packing functions and optimizing the tts_handle method for asynchronous execution. Update type hints and clean up imports for improved code clarity and maintainability.
Compare 3 commits »
blackteay synced commits to refs/pull/4573/head at blackteay/gin from mirror 2026-03-11 00:20:33 +08:00
f681121c15 fix: Non-standard X-Forwarded-For header content is not supported
blackteay synced and deleted reference refs/tags/refs/pull/4573/merge at blackteay/gin from mirror 2026-03-11 00:20:33 +08:00
blackteay synced commits to refs/pull/2746/merge at blackteay/GPT-SoVITS from mirror 2026-03-10 08:33:46 +08:00
5fb30d8acf Merge 69ac7f90271bc3099fe608cabbf9979077a68a71 into 2d9193b0d3c0eae0c3a14d8c68a839f1bae157dc
69ac7f9027 Integrate UnifiedTTSEngine into TTS API for improved audio processing and control. Refactor tts_handle and control endpoints to utilize the new engine, enhancing error handling and response management. Update set_refer_audio and set_gpt_weights endpoints to return payloads from the engine, streamlining audio configuration processes.
827d6ea47c Refactor TTS and scheduler components to enhance text processing and batching capabilities. Introduce PrepareCoordinator for managing text feature preparation asynchronously, and update SchedulerDebugWorker to support new finalize task management. Implement batch processing in PrepareBertBatchWorker with improved admission control and profiling metrics. Add text CPU preprocessing utilities for better text segmentation and normalization.
a45e171ff5 Enhance sampling functions in TTS by adding support for previous token masks in logits_to_probs. Implement batch processing for sampling with padded token sequences and contiguous sampling groups. Refactor sampling logic in T2S scheduler to utilize new functionalities, improving efficiency and flexibility in token generation.
Compare 4 commits »
blackteay synced new reference dependabot/github_actions/actions-34786f325a to blackteay/gin from mirror 2026-03-10 07:50:28 +08:00
blackteay synced commits to refs/pull/4566/merge at blackteay/gin from mirror 2026-03-10 07:50:28 +08:00
2061c2de73 Merge 07bcf34959b9e5f1503dd861350544ddcf8ea58d into 3e44fdc4d1636a2b1599c6688a76e13216a413dd
07bcf34959 feat(binding): use encoding.UnmarshalText by default via build tag
Compare 2 commits »
blackteay synced commits to refs/pull/4566/head at blackteay/gin from mirror 2026-03-10 07:50:28 +08:00
07bcf34959 feat(binding): use encoding.UnmarshalText by default via build tag
blackteay synced commits to dependabot/github_actions/actions-34786f325a at blackteay/gin from mirror 2026-03-10 07:50:28 +08:00
blackteay synced commits to refs/pull/4482/merge at blackteay/gin from mirror 2026-03-09 23:30:34 +08:00
d427ab7aa4 Merge 0365757669e9e3afd681f3064c6d9a22886e8939 into 3e44fdc4d1636a2b1599c6688a76e13216a413dd
3e44fdc4d1 chore(deps): bump aquasecurity/trivy-action in the actions group (#4557)
Compare 2 commits »
blackteay synced commits to refs/pull/4480/merge at blackteay/gin from mirror 2026-03-09 15:20:35 +08:00
ca5fb54675 Merge d02b7391f00946e0390ae5c3d684dd343f30a49b into 3e44fdc4d1636a2b1599c6688a76e13216a413dd
3e44fdc4d1 chore(deps): bump aquasecurity/trivy-action in the actions group (#4557)
Compare 2 commits »
blackteay synced commits to refs/pull/2746/merge at blackteay/GPT-SoVITS from mirror 2026-03-09 07:50:29 +08:00
1c07b3339e Merge 845b181360b5c5f4a5ed827ca01cfd5dfd8f58b1 into 2d9193b0d3c0eae0c3a14d8c68a839f1bae157dc
845b181360 Implement batch processing for BERT and reference semantic tasks in TTS. Introduce StageLimiter for managing concurrent processing and enhance the TTS class with new methods for handling audio and semantic extraction. Update profiling metrics for better performance tracking during inference.
d245eb169c Refactor T2S scheduler and inference handling to improve attention mask management and memory tracking. Update T2SRunningRequest and T2SActiveBatch classes to include optional key padding masks. Introduce new benchmarking tools for API performance and memory usage analysis, enhancing overall system efficiency.
dc37b0b9ef Add WebAPI documentation and implement TTS API with endpoints for text-to-speech inference, control commands, and model switching. Enhance TTS class with methods for extracting prompt semantics and reference audio specifications. Introduce a scheduler prototype for managing T2S requests.
30a4557d8d Implement last inference statistics tracking in Text2SemanticDecoder and enhance TTS class with prompt semantic extraction. This includes methods for setting and retrieving inference stats, as well as improvements to audio processing and feature extraction in TTS.
Compare 5 commits »
blackteay synced commits to refs/pull/4569/head at blackteay/gin from mirror 2026-03-08 23:02:49 +08:00
47a03c7cf2 feat(engine): add H2CConfig to allow configuring h2c http2.Server
blackteay synced commits to refs/pull/4571/merge at blackteay/gin from mirror 2026-03-08 23:02:49 +08:00
9692170c1f Merge ce09a3540b7cd438b2a1315ff22b143ab117a1e3 into 3e44fdc4d1636a2b1599c6688a76e13216a413dd
ce09a3540b test(engine): add regression tests for HandleContext with NoRoute
Compare 2 commits »
blackteay synced commits to refs/pull/4571/head at blackteay/gin from mirror 2026-03-08 23:02:49 +08:00
ce09a3540b test(engine): add regression tests for HandleContext with NoRoute
blackteay synced commits to refs/pull/4570/merge at blackteay/gin from mirror 2026-03-08 23:02:49 +08:00
af6aa2c403 Merge 3f607b8662710b3602b03817cfc2f171416f6591 into 3e44fdc4d1636a2b1599c6688a76e13216a413dd
3f607b8662 fix(test): use stdlib constants for HTTP methods in test helpers
4a0302068c feat(test): add RunTestHandler to flush status in test contexts
Compare 3 commits »
blackteay synced commits to refs/pull/4570/head at blackteay/gin from mirror 2026-03-08 23:02:49 +08:00
3f607b8662 fix(test): use stdlib constants for HTTP methods in test helpers
4a0302068c feat(test): add RunTestHandler to flush status in test contexts
Compare 2 commits »
blackteay synced commits to refs/pull/4569/merge at blackteay/gin from mirror 2026-03-08 23:02:49 +08:00
98ffa72b35 Merge 47a03c7cf23e41bb45193ab400ad01c89b1c89a2 into 3e44fdc4d1636a2b1599c6688a76e13216a413dd
47a03c7cf2 feat(engine): add H2CConfig to allow configuring h2c http2.Server
Compare 2 commits »