Emalawi19 commited on
Commit
30f5aea
·
verified ·
1 Parent(s): 682e491

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -5,7 +5,7 @@ import path from 'path';
5
  import { fileURLToPath } from 'url';
6
 
7
  const PORT = 7860;
8
- const MODEL_NAME = 'onnx-community/Qwen2.5-Coder-3B-Instruct';
9
 
10
  const __filename = fileURLToPath(import.meta.url);
11
  const __dirname = path.dirname(__filename);
 
5
  import { fileURLToPath } from 'url';
6
 
7
  const PORT = 7860;
8
+ const MODEL_NAME = 'onnx-community/Qwen2.5-0.5B-Instruct';
9
 
10
  const __filename = fileURLToPath(import.meta.url);
11
  const __dirname = path.dirname(__filename);