facebookresearch / seamless_communication

Foundational Models for State-of-the-Art Speech and Text Translation
Other
10.86k stars 1.06k forks source link

Mac Intel i5 16G RAM ggml_new_object: not enough space in the context's memory pool (needed 22304427632, #258

Open zhongwei opened 10 months ago

zhongwei commented 10 months ago

./unity --model seamlessM4T_medium.ggml little-endian open_ggml_file: loading model from 'seamlessM4T_medium.ggml' load_model_weights: model size: 6542.93 MB, memory used: 6543.31 MB, memory reserved: 6543.31 MB

Enter audio_path and tgt_lang, separated by space (or 'exit' to quit): 1.wav cmn Translating (Transcribing) 1.wav to cmn ggml_new_object: not enough space in the context's memory pool (needed 22304427632, available 21474836480) [1] 22502 illegal hardware instruction ./unity --model seamlessM4T_medium.ggml

gwenzek commented 10 months ago

hi, which commit are you trying ? In particular, can you make sure you're using #256 ?