AchyuthGamer commited on
Commit
aa786a3
1 Parent(s): d72a910

Update vite.config.ts

Browse files
Files changed (1) hide show
  1. vite.config.ts +2 -2
vite.config.ts CHANGED
@@ -13,8 +13,8 @@ export default defineConfig({
13
  fs: {
14
  allow: [
15
  // your custom rules
16
- "/models/Xenova/LaMini-Flan-T5-783M/onnx/decoder_model_merged_quantized.onnx",
17
- "/models/Xenova/LaMini-Flan-T5-783M/onnx/encoder_model_quantized.onnx",
18
  ],
19
  },
20
  },
 
13
  fs: {
14
  allow: [
15
  // your custom rules
16
+ "/models/nenkoru/llama-7b-onnx-merged-fp16/decoder_model_merged.onnx",
17
+ "/models/nenkoru/llama-7b-onnx-merged-fp16/decoder_model_merged.onnx_data",
18
  ],
19
  },
20
  },