BaiMeiyingxue

Results 11 comments of BaiMeiyingxue

Hi, it doesn't have files or solutions, could you tell me how can I use the link?

it's the same input format between the VGGish and Yamnet, so it' s ok to use the VGGish function to preprocess for the yamnet

您好,我想问一下在windows系统上能正常运行吗?

Hi, I check the function, and I found it occurred at this function: ``` def predict2(inputs,input_ids, all_test_audio, input_mask, segment_ids): logits, text_att, fusion_att, pooled_output_a, hidden_states, audio_attn, audio_weight, text_weight = model( input_ids=input_ids,...

the version of package is ```Package Version ----------------------------- ------------ accelerate 0.28.0 addict 2.4.0 aiobotocore 2.7.0 aiofiles 23.2.1 aiohttp 3.9.3 aioitertools 0.11.0 aioprometheus 23.12.0 aiosignal 1.3.1 aliyun-python-sdk-core 2.15.0 aliyun-python-sdk-kms 2.16.2 altair...

> > the version is xinference 0.9.2 ,when inspect the registered LLM using 'xinference registrations --model-type LLM', an error occurred > > ``` > > File "/home/ubuntu/anaconda3/envs/xinference092/bin/xinference", line 8, in...

> @BaiMeiyingxue Cannot reproduce this situation on my ubuntu machine. Could you please paste your command that is used for starting xinference? > @BaiMeiyingxue Cannot reproduce this situation on my...

> > > @BaiMeiyingxue Cannot reproduce this situation on my ubuntu machine. Could you please paste your command that is used for starting xinference? > > > > > >...

> I resolved it, I specifically ran the setup.py under csrc/rotary, rather than running the setup.py on the root directory of flash-attention. Hi, could you tell me which gcc version...

> > my version is cuda 11.6 pytorch 1.13.1+cuda116 > > could you tell me gcc version, i think the gcc version is also important. my another verison is also...