feat: set custom cache directory (#227)
This commit is contained in:
@@ -150,6 +150,12 @@ export class KokoroTTS {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const env = {
|
export const env = {
|
||||||
|
set cacheDir(value) {
|
||||||
|
hf.cacheDir = value
|
||||||
|
},
|
||||||
|
get cacheDir() {
|
||||||
|
return hf.cacheDir
|
||||||
|
},
|
||||||
set wasmPaths(value) {
|
set wasmPaths(value) {
|
||||||
hf.backends.onnx.wasm.wasmPaths = value;
|
hf.backends.onnx.wasm.wasmPaths = value;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user