whisper large model stops the script everytime i try to use it. #189

Open
opened 2023-04-03 15:18:41 +07:00 by pheonis · 2 comments

Everytime i try to use to use the whisper large model. The model is downloaded but then this happens.

Loading Whisper model: large
100%|█████████████████████████████████████| 2.87G/2.87G [00:53<00:00, 57.8MiB/s]
./start.sh: line 4:  9249 Killed                  python3 ./src/main.py "$@"
./start.sh: line 5: deactivate: command not found

I have to use the medium model each time. ANyone facing this issue?

Everytime i try to use to use the whisper large model. The model is downloaded but then this happens. ``` Loading Whisper model: large 100%|█████████████████████████████████████| 2.87G/2.87G [00:53<00:00, 57.8MiB/s] ./start.sh: line 4: 9249 Killed python3 ./src/main.py "$@" ./start.sh: line 5: deactivate: command not found ``` I have to use the medium model each time. ANyone facing this issue?

Haven't run into it. Can you run whisper outside the script, and if so does it do the same thing?

Haven't run into it. Can you run `whisper` outside the script, and if so does it do the same thing?

Haven't run into it. Can you run whisper outside the script, and if so does it do the same thing?

Okay, I will test this..and see if this works

> Haven't run into it. Can you run `whisper` outside the script, and if so does it do the same thing? Okay, I will test this..and see if this works
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#189
There is no content yet.