Spaces:
Paused
Paused
Update server.js
Browse files
server.js
CHANGED
|
@@ -4,7 +4,7 @@ import http from 'http';
|
|
| 4 |
// Configuration
|
| 5 |
const PORT = 7860;
|
| 6 |
// UPGRADED: Starcoder2-1b is a much more capable coding model
|
| 7 |
-
const MODEL_NAME = '
|
| 8 |
|
| 9 |
let generator;
|
| 10 |
|
|
|
|
| 4 |
// Configuration
|
| 5 |
const PORT = 7860;
|
| 6 |
// UPGRADED: Starcoder2-1b is a much more capable coding model
|
| 7 |
+
const MODEL_NAME = 'onnx-community/starcoder2-3b';
|
| 8 |
|
| 9 |
let generator;
|
| 10 |
|