Replace transformers.js with patched version

This commit is contained in:
Cohee
2023-09-09 16:29:11 +03:00
parent 967a084aad
commit b605b940eb
4 changed files with 54 additions and 128 deletions

View File

@@ -1,4 +1,4 @@
import { pipeline, TextClassificationPipeline } from '@xenova/transformers';
import { pipeline, TextClassificationPipeline } from 'sillytavern-transformers';
import path from 'path';
class PipelineAccessor {