paths.data_dir is hard-coded to a user-specific absolute path. This makes the default tts config non-portable and will break on other machines/CI. Prefer a path derived from ${paths.root_dir} or an environment variable (with a sensible default), and document how to override it. #42
paths.data_diris hard-coded to a user-specific absolute path. This makes the defaultttsconfig non-portable and will break on other machines/CI. Prefer a path derived from${paths.root_dir}or an environment variable (with a sensible default), and document how to override it.Originally posted by @Copilot in #41 (comment)