Nedim Hadžić

Results 2 issues of Nedim Hadžić

## Description When replaying the bag file, recorded with compression mode zstd, one must hardcode folder path plus file under `relative_file_paths` parameter in `metadata.yaml`. ### Expected Behavior The `relative_file_paths` parameter...

bug

Hello, I am trying to run Speech T5 on XPU but am unable to. It is this model https://huggingface.co/microsoft/speecht5_tts and here is my code: ``` from bigdl.llm.transformers import AutoModelForSpeechSeq2Seq, AutoModelForCausalLM...

user issue