Voice background error after installation: missing faster-whisper-base model

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Active
Tech stack
huggingface, linux, python
Domain
desktop, devops

Research direction

Start by reproducing the installation and voice-background error, then review the installation instructions and the model-loading path for faster-whisper-base. The reported workaround is hf download Systran/faster-whisper-base; done should mean a fresh installation can start voice background processing without this missing-model error.

Written by the indexing model from the issue text.

Description

I followed the installation instructions, but I was getting the following error:

voice background error: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disabled. To enable repo look-ups and downloads online, pass 'local_files_only=False' as input.

The problem was fixed after I downloaded fast-whisper-base using the following command:

hf download Systran/faster-whisper-base
Dominant language
Python
Stars
5
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.