microsoft / SpeechT5

Unified-Modal Speech-Text Pre-Training for Spoken Language Processing
MIT License
1.09k stars 113 forks source link

WavLLM checkpoint #76

Open ming024 opened 2 months ago

ming024 commented 2 months ago

I was trying to download the checkpoints of WavLLM but got the error below

<?xml version="1.0" encoding="utf-8"?><Error><Code>AuthenticationFailed</Code><Message>Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:d716386f-801e-0067-504e-8cd1ae000000
Time:2024-04-11T20:24:29.1895155Z</Message><AuthenticationErrorDetail>Signature did not match. String to sign used was r
2024-04-01T02:27:42Z
2025-11-27T02:27:00Z
/blob/valle/share/wavllm/final.pt

2021-10-04
b

</AuthenticationErrorDetail></Error>

I guess the Azure sharable link probably expires?

XiaoshanHsj commented 2 months ago

The link has been updated

BinWang28 commented 1 month ago

@ming024 Were you able to inference successfully?

ming024 commented 1 month ago

@BinWang28 yes sure. I ran inference with a 32G gpu and everything looks great to me now.

BinWang28 commented 1 month ago

@ming024 Thanks! Let me try again. Never had good luck with fairseq.

BinWang28 commented 1 month ago

Thanks @ming024. Made it work.