Skip to content

Commit

Permalink
fix: missing pyannote_config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruokolt committed Nov 15, 2023
1 parent cfb3705 commit c3ed564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions modules/speech2text/00000000.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Requested Slurm resources can be adjusted using the following environment variab
]]


local version = "00000000"
whatis("Name : Aalto speech2text")
whatis("Version :" .. version)
Expand All @@ -62,7 +61,7 @@ prepend_path("PATH", conda_env)
local hf_home = "/scratch/shareddata/speech2text"
local torch_home = "/scratch/shareddata/speech2text"
local whisper_cache = "/scratch/shareddata/openai-whisper/envs/venv-2023-03-29/models/"
local conda_env = "/share/apps/manual_installations/speech2text/" .. version .. "/pyannote/config.yml"
local pyannote_config = "/share/apps/manual_installations/speech2text/" .. version .. "/pyannote/config.yml"
local numba_cache = "/tmp"
local mplconfigdir = "/tmp"

Expand Down
6 changes: 2 additions & 4 deletions modules/speech2text/20231115.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Requested Slurm resources can be adjusted using the following environment variab
]]


local version = "20231115"
whatis("Name : Aalto speech2text")
whatis("Version :" .. version)
Expand All @@ -62,7 +61,7 @@ prepend_path("PATH", conda_env)
local hf_home = "/scratch/shareddata/speech2text"
local torch_home = "/scratch/shareddata/speech2text"
local whisper_cache = "/scratch/shareddata/openai-whisper/envs/venv-2023-03-29/models/"
local conda_env = "/share/apps/manual_installations/speech2text/" .. version .. "/pyannote/config.yml"
local pyannote_config = "/share/apps/manual_installations/speech2text/" .. version .. "/pyannote/config.yml"
local numba_cache = "/tmp"
local mplconfigdir = "/tmp"

Expand All @@ -88,5 +87,4 @@ pushenv("HF_HUB_OFFLINE", "1")

if mode() == "load" then
LmodMessage("For more information, run 'module spider speech2text/" .. version .. "'")
end

end

0 comments on commit c3ed564

Please sign in to comment.