Whisper.jl icon indicating copy to clipboard operation
Whisper.jl copied to clipboard

no longer working?

Open potaslab opened this issue 1 year ago • 0 comments

A few months back I used the transcribe() function transcribe("base.en", data) and it worked without any problems.

I used the same code recently, now I get the following message:


ERROR: HTTP.Exceptions.StatusError(401, "GET", "/datasets/ggerganov/whisper.cpp/resolve/main/ggml-base.en.bin", HTTP.Messages.Response:
"""
HTTP/1.1 401 Unauthorized
Content-Type: text/plain; charset=utf-8
Content-Length: 29
Connection: keep-alive
Date: Mon, 09 Oct 2023 11:57:18 GMT
X-Powered-By: huggingface-moon
X-Request-Id: Root=1-6523ea9e-13b3f4b55b8fbb2e33f7195a
Access-Control-Allow-Origin: https://huggingface.co
Vary: Origin
Access-Control-Expose-Headers: X-Repo-Commit,X-Request-Id,X-Error-Code,X-Error-Message,ETag,Link,Accept-Ranges,Content-Range
X-Error-Message: Invalid username or password.
WWW-Authenticate: Basic realm="Authentication required", charset="UTF-8", Bearer realm="Authentication required", charset="UTF-8"
ETag: W/"1d-DMkJvg8tpLoaQbsiq9Mz7l2CJyI"
X-Cache: Error from cloudfront
Via: 1.1 d9766b9925771288ecfcf1392328f114.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: SYD62-P1
X-Amz-Cf-Id: HIR-vbHv7XeIy8gafA6WXqTjk56cwpwREV1alkPnrC-HllVhvIWwvA==

I presume that the data base is no longer accessable?

I have a model downloaded (ggml-base.en.bin), it is possible to use that data base without the need for a remote connection?

Is this package still maintained or has it been superseeded?

potaslab avatar Oct 09 '23 12:10 potaslab