AaltoRSE / speech2text

Instructions to setup and use Aalto speech2text app on Triton.
Other
1 stars 1 forks source link

fix OOM for larger files #23

Closed hsnfirooz closed 5 months ago

hsnfirooz commented 5 months ago

This PR addresses OOM errors in:

  1. Job Submission: Now the hard coded "4G" of memory is replaced with 2Gb of memory for each file.
  2. Memory request in the Sbatch job is dependent on the largest audio file memory usage

It also addresses #22 to avoid Cuda errors.

ruokolt commented 5 months ago

Looks good to me!