Commit ·
948f3da
1
Parent(s): ecf3087
fix: change diretory for transformers cache
Browse files- app/core/config.py +1 -1
app/core/config.py
CHANGED
|
@@ -36,7 +36,7 @@ class Settings(BaseSettings):
|
|
| 36 |
|
| 37 |
# Cache folder
|
| 38 |
HF_HOME: str = "/data"
|
| 39 |
-
TRANSFORMERS_CACHE: str = "
|
| 40 |
|
| 41 |
# FastAPI
|
| 42 |
API_PREFIX: str = "/api"
|
|
|
|
| 36 |
|
| 37 |
# Cache folder
|
| 38 |
HF_HOME: str = "/data"
|
| 39 |
+
TRANSFORMERS_CACHE: str = "./.cache"
|
| 40 |
|
| 41 |
# FastAPI
|
| 42 |
API_PREFIX: str = "/api"
|