mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-23 03:01:03 +00:00
fix: trainAI not using the bin location
This commit is contained in:
@@ -41,6 +41,7 @@ export default async function trainAI() {
|
||||
},
|
||||
serializeTo: join(global.__dirname, global.config.fasttext.loadModel).replace('.bin', ''),
|
||||
trainFile: join(global.__dirname, global.config.fasttext.trainFile),
|
||||
bin: join(global.__dirname, global.config.fasttext.bin)
|
||||
});
|
||||
|
||||
global.ft.unload();
|
||||
|
||||
Reference in New Issue
Block a user