Skip to content

Commit

Permalink
fix: remove hub from HF_HOME path
Browse files Browse the repository at this point in the history
  • Loading branch information
ruokolt committed Jan 9, 2024
1 parent 07de85e commit eb3ad17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/speech2text/00000001.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ local conda_env = "/share/apps/manual_installations/speech2text/" .. version ..
prepend_path("PATH", speech2text)
prepend_path("PATH", conda_env)

local hf_home = "/scratch/shareddata/dldata/huggingface-hub-cache/hub/"
local hf_home = "/scratch/shareddata/dldata/huggingface-hub-cache/"
local torch_home = "/scratch/shareddata/speech2text"
local pyannote_config = "/share/apps/manual_installations/speech2text/" .. version .. "/pyannote/config.yml"
local numba_cache = "/tmp"
Expand Down

0 comments on commit eb3ad17

Please sign in to comment.