Update backend/app/utils/model_validation.py
Browse files
backend/app/utils/model_validation.py
CHANGED
|
@@ -7,7 +7,8 @@ import aiohttp
|
|
| 7 |
from huggingface_hub import HfApi, ModelCard, hf_hub_download
|
| 8 |
from huggingface_hub import hf_api
|
| 9 |
from transformers import AutoConfig, AutoTokenizer
|
| 10 |
-
from app.config.
|
|
|
|
| 11 |
from app.utils.logging import LogFormatter
|
| 12 |
|
| 13 |
|
|
|
|
| 7 |
from huggingface_hub import HfApi, ModelCard, hf_hub_download
|
| 8 |
from huggingface_hub import hf_api
|
| 9 |
from transformers import AutoConfig, AutoTokenizer
|
| 10 |
+
from app.config.hf_config import HF_TOKEN, HF_ORGANIZATION, HF_AGGREGATED
|
| 11 |
+
from app.config.base import API
|
| 12 |
from app.utils.logging import LogFormatter
|
| 13 |
|
| 14 |
|