Update main.py
Browse files
main.py
CHANGED
@@ -6,7 +6,7 @@ import os, platform
|
|
6 |
|
7 |
|
8 |
|
9 |
-
model = AutoModel.from_pretrained('moraxgiga/jina',cache_dir="
|
10 |
|
11 |
app = FastAPI()
|
12 |
|
|
|
6 |
|
7 |
|
8 |
|
9 |
+
model = AutoModel.from_pretrained('moraxgiga/jina',cache_dir= "/path/to/another/directory", trust_remote_code=True)
|
10 |
|
11 |
app = FastAPI()
|
12 |
|