matthoffner commited on
Commit
e452165
·
verified ·
1 Parent(s): c6638aa

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  app = create_app(
8
  Settings(
9
  n_threads=4,
10
- model="model/gguf-model.gguf",
11
  embedding=True,
12
  n_gpu_layers=33
13
  )
 
7
  app = create_app(
8
  Settings(
9
  n_threads=4,
10
+ model="$HOME/model/gguf-model.gguf",
11
  embedding=True,
12
  n_gpu_layers=33
13
  )