isa-model 0.3.9__tar.gz → 0.3.91__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {isa_model-0.3.9 → isa_model-0.3.91}/PKG-INFO +1 -1
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/__init__.py +1 -1
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/client.py +10 -2
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model.egg-info/PKG-INFO +1 -1
- {isa_model-0.3.9 → isa_model-0.3.91}/pyproject.toml +1 -1
- {isa_model-0.3.9 → isa_model-0.3.91}/MANIFEST.in +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/README.md +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/config/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/config/config_manager.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/config.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/models/model_billing_tracker.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/models/model_manager.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/models/model_repo.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/models/model_storage.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/pricing_manager.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/services/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/services/intelligent_model_selector.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/storage/hf_storage.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/storage/local_storage.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/storage/minio_storage.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/core/types.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/cloud/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/cloud/modal/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/cloud/modal/isa_vision_doc_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/cloud/modal/isa_vision_table_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/cloud/modal/isa_vision_ui_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/cloud/modal/register_models.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/core/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/core/deployment_config.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/core/deployment_manager.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/core/isa_deployment_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/gpu_int8_ds8/app/server.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/gpu_int8_ds8/scripts/test_client.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/gpu_int8_ds8/scripts/test_client_os.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/runtime/deployed_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/services/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/services/auto_deploy_vision_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/services/model_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/services/service_monitor.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/services/service_registry.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/services/simple_auto_deploy_vision_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/eval/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/eval/benchmarks.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/eval/config/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/eval/config/evaluation_config.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/eval/evaluators/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/eval/evaluators/base_evaluator.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/eval/evaluators/llm_evaluator.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/eval/factory.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/eval/infrastructure/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/eval/infrastructure/experiment_tracker.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/eval/metrics.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/adapter/unified_api.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/ai_factory.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/base.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/audio/base_stt_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/audio/base_tts_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/audio/openai_realtime_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/audio/openai_stt_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/audio/openai_tts_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/audio/replicate_tts_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/base_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/embedding/base_embed_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/embedding/helpers/text_splitter.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/embedding/ollama_embed_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/embedding/openai_embed_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/helpers/stacked_config.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/img/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/img/base_image_gen_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/img/flux_professional_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/img/helpers/base_stacked_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/img/replicate_image_gen_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/llm/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/llm/base_llm_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/llm/helpers/llm_adapter.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/llm/helpers/llm_prompts.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/llm/helpers/llm_utils.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/llm/ollama_llm_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/llm/openai_llm_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/llm/yyds_llm_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/ml/base_ml_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/ml/sklearn_ml_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/others/table_transformer_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/base_vision_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/disabled/isA_vision_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/doc_analysis_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/helpers/base_stacked_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/helpers/image_utils.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/helpers/vision_prompts.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/openai_vision_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/replicate_vision_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/ui_analysis_service.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/utils/conversion/bge_rerank_convert.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/utils/conversion/onnx_converter.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/utils/conversion/torch_converter.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/scripts/inference_tracker.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/scripts/mlflow_manager.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/scripts/model_registry.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/scripts/register_models.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/scripts/register_models_with_embeddings.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/scripts/start_mlflow.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/scripts/training_tracker.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/fastapi_server.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/middleware/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/middleware/request_logger.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/routes/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/routes/health.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/routes/llm.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/routes/ui_analysis.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/routes/unified.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/routes/vision.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/schemas/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/schemas/common.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/serving/api/schemas/ui_analysis.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/annotation_schema.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/processors/annotation_processor.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/storage/dataset_manager.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/storage/dataset_schema.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/tests/test_annotation_flow.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/tests/test_minio copy.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/tests/test_minio_upload.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/views/annotation_controller.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/cloud/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/cloud/job_orchestrator.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/cloud/runpod_trainer.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/cloud/storage_manager.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/core/__init__.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/core/config.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/core/dataset.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/core/trainer.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/core/utils.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/factory.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model.egg-info/SOURCES.txt +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model.egg-info/dependency_links.txt +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model.egg-info/requires.txt +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/isa_model.egg-info/top_level.txt +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/setup.cfg +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/setup.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/tests/test_cleaned_ai_factory.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/tests/test_client_tools.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/tests/test_isa_model_client.py +0 -0
- {isa_model-0.3.9 → isa_model-0.3.91}/tests/test_isa_model_client_http.py +0 -0
@@ -531,8 +531,16 @@ class ISAModelClient:
|
|
531
531
|
# Handle the new response format from LLM services
|
532
532
|
# LLM services now return {"message": ..., "success": ..., "metadata": ...}
|
533
533
|
if isinstance(result, dict) and "message" in result:
|
534
|
-
# Extract the message
|
535
|
-
|
534
|
+
# Extract the message content (convert AIMessage to string)
|
535
|
+
message = result["message"]
|
536
|
+
if hasattr(message, 'content'):
|
537
|
+
# Handle langchain AIMessage objects
|
538
|
+
return message.content
|
539
|
+
elif isinstance(message, str):
|
540
|
+
return message
|
541
|
+
else:
|
542
|
+
# Fallback: convert to string
|
543
|
+
return str(message)
|
536
544
|
|
537
545
|
# Fallback for other service types or legacy format
|
538
546
|
return result
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/cloud/modal/isa_vision_doc_service.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/cloud/modal/isa_vision_table_service.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/cloud/modal/isa_vision_ui_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/gpu_int8_ds8/scripts/test_client.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/gpu_int8_ds8/scripts/test_client_os.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/deployment/services/auto_deploy_vision_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/audio/openai_realtime_service.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/audio/openai_stt_service.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/audio/openai_tts_service.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/audio/replicate_tts_service.py
RENAMED
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/embedding/base_embed_service.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/embedding/helpers/text_splitter.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/embedding/ollama_embed_service.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/embedding/openai_embed_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/img/base_image_gen_service.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/img/flux_professional_service.py
RENAMED
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/img/replicate_image_gen_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/llm/helpers/llm_adapter.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/llm/helpers/llm_prompts.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/base_vision_service.py
RENAMED
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/doc_analysis_service.py
RENAMED
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/helpers/image_utils.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/helpers/vision_prompts.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/openai_vision_service.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/replicate_vision_service.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/services/vision/ui_analysis_service.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/utils/conversion/bge_rerank_convert.py
RENAMED
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/inference/utils/conversion/torch_converter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/storage/dataset_manager.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/storage/dataset_schema.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/tests/test_annotation_flow.py
RENAMED
File without changes
|
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/tests/test_minio_upload.py
RENAMED
File without changes
|
{isa_model-0.3.9 → isa_model-0.3.91}/isa_model/training/annotation/views/annotation_controller.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|