AaltoRSE / speech2text

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

Fix memory request bug in submit.yml.erb #25

Closed ruokolt closed 4 months ago

ruokolt commented 4 months ago

Fixes a bug in submit.yml.erb.

Before fix: If an audio file is submitted instead of a folder, the script requests 0G RAM causing the submission to crash.

After fix: If an audio file is submitted instead of a folder, the script requests 2G RAM. In case of a folder, 2G x number of files of RAM is requested.