Emalawi19 commited on
Commit
fd2801b
·
verified ·
1 Parent(s): 1b87cfa

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
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 = 'Xenova/starcoder2-1b';
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