tjwrld commited on
Commit
f1d7bf3
·
verified ·
1 Parent(s): 81934b5

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -50,7 +50,7 @@ async function initModel() {
50
  console.log(`Initializing Llama using ${cpuCores} vCPUs...`);
51
  const llama = await getLlama();
52
 
53
- const modelLocation = path.join(__dirname, "models", "gemma-4-E2B-it-qat-assistant-q4_0.gguf");
54
 
55
  modelInstance = await llama.loadModel({
56
  modelPath: modelLocation,
 
50
  console.log(`Initializing Llama using ${cpuCores} vCPUs...`);
51
  const llama = await getLlama();
52
 
53
+ const modelLocation = path.join(__dirname, "models", "model.gguf");
54
 
55
  modelInstance = await llama.loadModel({
56
  modelPath: modelLocation,