Spaces:
Paused
Paused
Update server.js
Browse files
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-
|
| 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);
|