ThongCoder's picture
Upload folder using huggingface_hub
06227db
raw
history blame
122 Bytes
export function install(opts?: {
cacheDir?: string;
prefix?: string;
}): {
uninstall(): void;
} | undefined;
x