0x81632 commited on
Commit
f9037dc
1 Parent(s): c9edf6c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  app = create_app(
6
  Settings(
7
  n_threads=2, # set to number of cpu cores
8
- model="model/gguf-model.gguf",
9
  embedding=False
10
  )
11
  )
 
5
  app = create_app(
6
  Settings(
7
  n_threads=2, # set to number of cpu cores
8
+ model="model/gguf-model.bin",
9
  embedding=False
10
  )
11
  )