Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dcc:itsol:whisper:running [2024/07/31 08:37] – created giulio | dcc:itsol:whisper:running [2025/05/09 14:06] (current) – added <code></code> where needed giulio | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== Running Whisper ===== | ===== Running Whisper ===== | ||
- | This page is under construction | + | Now that you have your general script ready, all you have to do to run it, is to simply copy the command below into your terminal and press enter: |
+ | |||
+ | * < | ||
+ | |||
+ | The terminal will then confirm that your job had been received and assign it a '' | ||
+ | |||
+ | < | ||
+ | sbatch: Job sent to gpu partition | ||
+ | sbatch: Request for one of the default GPU types added | ||
+ | Submitted batch job < | ||
+ | </ | ||
+ | |||
+ | Please keep the '' | ||
+ | |||
+ | Once the job is complete, you will find the transcribed audio in the output folder you specified in the batch script. | ||
+ | |||
+ | **Note**: The script shown here will **run Whisper on all audio files present in the folder '' | ||
+ | |||
+ | To check if the HPC has finished your job, type the following as shown in the figure below: | ||
+ | |||
+ | * < | ||
+ | {{ : | ||
+ | |||
+ | This will show a list of all the information related to the job. What you want to check is if the " | ||
+ | |||
+ | If you have launched multiple jobs (which we do not recommend), or if you simply want to see if the job is done without displaying the details of it, type in the following: | ||
+ | |||
+ | * < | ||
+ | |||
+ | This command **displays all the active jobs** linked to your account. In the list that will appear, look for the '' | ||
[[dcc: | [[dcc: | ||