moraxgiga commited on
Commit
1b7f922
1 Parent(s): ad30523

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= "/path/to/writable/directory", trust_remote_code=True)
10
 
11
  app = FastAPI()
12
 
 
6
 
7
 
8
 
9
+ model = AutoModel.from_pretrained('moraxgiga/jina',cache_dir="/valid/writable/directory", trust_remote_code=True)
10
 
11
  app = FastAPI()
12