quicksand

Results 6 issues of quicksand

Like This bark/assets/prompts/v2/zh_speaker_8.npz

# Description Support Tencent Vector DB dependencies tcvectordb==1.3.2 ## Type of Change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue)...

📚 documentation
dependencies
size:L

python 3.8 torch 2.0.1 Traceback (most recent call last): File "/home/app/miniconda3/envs/so-vits-svc-4.1/lib/python3.8/site-packages/sklearn/__check_build/__init__.py", line 48, in from ._check_build import check_build # noqa ImportError: dlopen: cannot load any more object with static TLS...

not urgent

## Bug > what is it ? pinpoint version 2.3.3 pinpoint-c-agent collector version 0.5.0 INFO agent online exit:RequestAgentInfo failed. rpc error: code = Unimplemented desc = Method not found: v1.Agent/RequestAgentInfo...

PYTHON-AGENT

How To Train Chinese Tokenizer

How To Set consumer_tag in this code every queue consumer_tag is different ``` video_queue = Queue('video', exchange=media_exchange, key='video') image_queue = Queue('image', exchange=media_exchange, key='image') with connection.Consumer([video_queue, image_queue], callbacks=[process_media]) as consumer: ```