move transformers.ts

This commit is contained in:
kwaroran
2024-03-17 23:55:55 +09:00
parent 9d7c300ec6
commit 1954a79bd0
8 changed files with 7 additions and 7 deletions

View File

@@ -1135,7 +1135,7 @@ export function setPreset(db:Database, newPres: botPreset){
import { encode as encodeMsgpack, decode as decodeMsgpack } from "msgpackr";
import * as fflate from "fflate";
import type { OnnxModelFiles } from '../process/embedding/transformers';
import type { OnnxModelFiles } from '../process/transformers';
import type { RisuModule } from '../process/modules';
export async function downloadPreset(id:number){