moraxgiga commited on
Commit
05e7d60
1 Parent(s): a7537b0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -6,7 +6,7 @@ import os, platform
6
 
7
 
8
 
9
- model = AutoModel.from_pretrained('moraxgiga/jina',cache_dir="/valid/writable/directory", trust_remote_code=True)
10
 
11
  app = FastAPI()
12
 
 
6
 
7
 
8
 
9
+ model = AutoModel.from_pretrained('/app/jina', trust_remote_code=True)
10
 
11
  app = FastAPI()
12