Hansi Yang

Results 3 issues of Hansi Yang

Hi there. I have tried running this code on one of my machine with four RTX3090 GPUs (GPU memory 24GB for each) ``` python -m torch.distributed.launch --nproc_per_node=4 script/run.py -c config/inductive/wn18rr.yaml...

I tried to run the fine-tuning script provided in Uni-Mol (pasted here for easy reference). ``` data_path="./molecular_property_prediction" # replace to your data path save_dir="./save_finetune" # replace to your save path...

**Describe the bug** CosyVoice2模型的inference_instruct2接口在输入文本instruction和流式文本输入(text generator)时无法遵循instruction对流式输入文本做TTS,反而会连同文本instruction一起转语音输出? **Code To Reproduce** ` import sys sys.path.append('third_party/Matcha-TTS') from cosyvoice.cli.cosyvoice import CosyVoice, CosyVoice2 from cosyvoice.utils.file_utils import load_wav import torchaudio import json from modelscope import snapshot_download snapshot_download('iic/CosyVoice2-0.5B',...

stale