Spaces:
Runtime error
Runtime error
hanshen.lh
commited on
Commit
·
6be637d
1
Parent(s):
26a9031
trust_remote_code
Browse files
main.py
CHANGED
@@ -9,7 +9,7 @@ app = FastAPI()
|
|
9 |
# MODEL = "google/flan-t5-small"
|
10 |
MODEL = "jingyaogong/minimind-v1-small"
|
11 |
|
12 |
-
pipe_flan = pipeline("text2text-generation", model=MODEL)
|
13 |
|
14 |
|
15 |
@app.get("/infer_t5")
|
|
|
9 |
# MODEL = "google/flan-t5-small"
|
10 |
MODEL = "jingyaogong/minimind-v1-small"
|
11 |
|
12 |
+
pipe_flan = pipeline("text2text-generation", model=MODEL, trust_remote_code=True)
|
13 |
|
14 |
|
15 |
@app.get("/infer_t5")
|