- GET /api/models/lookup now returns compatible: bool and warning: str|null - compatible=false + warning when pipeline_tag is absent (no task tag on HF) or present but not in the supported adapter map - Warning message names the unsupported pipeline_tag and lists supported types - ModelsView: yellow compat-warning banner below preview description; Add button relabels to "Add anyway" with muted styling when incompatible - test_models: accept 405 for path-traversal DELETE tests (StaticFiles mount returns 405 for non-GET methods when web/dist exists) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_api.py | ||
| test_benchmark_classifier.py | ||
| test_classifier_adapters.py | ||
| test_finetune.py | ||
| test_imap_fetch.py | ||
| test_label_tool.py | ||
| test_models.py | ||
| test_sft.py | ||
| test_sft_import.py | ||