Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dcc:itsol:whisper:running [2025/05/09 14:06] – added <code></code> where needed giuliodcc:itsol:whisper:running [2025/09/10 13:41] (current) – Minor text changes alba
Line 2: Line 2:
 ===== Running Whisper ===== ===== Running Whisper =====
  
-Now that you have your general script ready, all you have to do to run itis to simply copy the command below into your terminal and press enter:+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:
  
   * <code> sbatch whisper_runall.sh </code>   * <code> sbatch whisper_runall.sh </code>
  
-The terminal will then confirm that your job had been received and assign it a ''jobID''. The three messages below will appear in your terminal.+The terminal will then confirm that your job has been received and assign it a ''jobID''. The three messages below will appear in your terminal.
  
 <code> <code>
Line 14: Line 14:
 </code> </code>
  
-Please keep the ''jobID'' handy, as that is the quickest way to check how the job is going and if it ran successfully. The figure below shows what the terminal will look like upon successfully launching the script. {{ :dcc:itsol:whisper:run_1.png?direct&800 | }}+Please keep the ''jobID'' handy, as that is the quickest way to check how the job is going and if it ran successfully. The figure below shows what the terminal will look like upon successfully launching the script. {{ :dcc:itsol:whisper:run_1a.png?direct&600 | }}
  
 Once the job is complete, you will find the transcribed audio in the output folder you specified in the batch script.  Once the job is complete, you will find the transcribed audio in the output folder you specified in the batch script. 
Line 23: Line 23:
  
   * <code> jobinfo <jobID> </code>   * <code> jobinfo <jobID> </code>
-{{ :dcc:itsol:whisper:run_2.png?direct&800 | }}+{{ :dcc:itsol:whisper:run_2a.png?direct&600 | }}
  
-This will show a list of all the information related to the job. What you want to check is if the "State" parameter says "COMPLETED", and if the "Reserved walltime" is greater than the "Used walltime". If both these values are as described here, it means that the HPC is done processing your audio and that the job ran correctly. {{ :dcc:itsol:whisper:run_3.png?direct&800 | }}+This will show a list of all the information related to the job. What you want to check is if the "State" parameter says "COMPLETED", and if the "Reserved walltime" is greater than the "Used walltime". If both these values are as described here, it means that the HPC has finished processing your audio and that the job ran correctly. {{ :dcc:itsol:whisper:run_3a.png?direct&600 | }}
  
 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: 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:
Line 31: Line 31:
   * <code> squeue -u (your_pnumber) </code>   * <code> squeue -u (your_pnumber) </code>
  
-This command **displays all the active jobs** linked to your account. In the list that will appear, look for the ''jobID'' that you recorded and, under the column ''ST'', read the letter written there. ''PD'' means the job is waiting for resources to be available, ''R'' means that the job is running, ''CG'' that the job is completing. If your job does not appear in this list, it means that the HPC cluster is done processing your audio.+This command **displays all the active jobs** linked to your account. In the list that will appear, look for the ''jobID'' that you recorded and, under the column ''ST'', read the letter written there. ''PD'' means the job is waiting for resources to be available, ''R'' means that the job is running, ''CG'' means that the job is completing. If your job does not appear in this list, it means that the HPC cluster has finished processing your audio.
  
-[[dcc:itsol:whisper:mobafix| → Move to the next step]]+[[dcc:itsol:whisper:datamanage| → Move to the next step]]