abstract-hugpy 0.1.330__tar.gz → 0.1.332__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.
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/PKG-INFO +1 -1
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/setup.py +1 -1
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/download_models.py +13 -44
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/constants/constants.py +1 -1
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/utils.py +27 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy.egg-info/PKG-INFO +1 -1
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/README.md +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/pyproject.toml +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/setup.cfg +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/call_api.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/get_module.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/huggingface_api.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/serve/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/serve/serve.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/serve/serve_cli.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/systemd_units.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/config/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/config/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/config/main.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/config/models/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/config/models/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/config/models/models_config.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/config/models/models_default.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/config/models/models_dict.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/_compat.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/chunking.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/constants/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/constants/categories.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/constants/hugpy_marker.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/constants/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/constants/paths.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/init_imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/module_imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/chat_schemas.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/embeded_schemas.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/event_schemas.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/metadata_schemas.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/model_schemas.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/runner_schemas.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/summarizer_schemas.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/task_schemas.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/video_schemas.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/whisper_schemas.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/chat_context/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/chat_context/chat_context.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/chat_context/context_budget.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/chat_context/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/chat_context/unbounded.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/dispatch/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/dispatch/acquire.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/dispatch/dispatch.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/dispatch/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/embed/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/embed/embed_runner.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/embed/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/falconsai/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/falconsai/falconsai_module.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/falconsai/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/generate/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/generate/coder.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/generate/coder_guff.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/generate/config.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/generate/generate_runner.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/generate/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/keywords/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/keywords/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/keywords/keybert_model.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/keywords/keywords_runner.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/chat_runner.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/get.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/src/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/src/base_runner.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/src/ccp_runner.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/src/imports/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/src/imports/config.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/src/imports/constants.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/src/imports/init_imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/src/imports/utils.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/src/python_runner.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/serve.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/testsisiis.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/resolvers/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/resolvers/categories/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/resolvers/categories/builders.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/resolvers/categories/frameworks.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/resolvers/categories/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/resolvers/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/resolvers/model_dict_resolver.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/resolvers/model_resolver.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/serve/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/serve/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/serve/serve.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/serve/serve_cli.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/summarizers/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/summarizers/generation.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/summarizers/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/summarizers/media.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/summarizers/runner_registration.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/summarizers/summarize_runner.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/summarizers/summarizers.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/video/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/video/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/video/video_analyzer.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/schemas.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/utils.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/vision_backends.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/vision_coder.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/vision_runner.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/constants.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/execute.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/model.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/audio.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/artifacts/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/artifacts/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/artifacts/workspace.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/frames/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/frames/extract.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/frames/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/frames/utils.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/save.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/model/utils/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/runner.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/whisper_model/src/stream.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/utils/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/utils/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/utils/pdfs/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/utils/pdfs/utils.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/utils/seo/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/utils/seo/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/utils/seo/pdf_utils.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/utils/text/__init__.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/utils/text/combined.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/utils/text/imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy.egg-info/SOURCES.txt +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy.egg-info/dependency_links.txt +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy.egg-info/requires.txt +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy.egg-info/top_level.txt +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/tests/test.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/tests/test2.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/tests/test_imports.py +0 -0
- {abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/tests/test_url.py +0 -0
|
@@ -4,7 +4,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
4
4
|
long_description = fh.read()
|
|
5
5
|
setuptools.setup(
|
|
6
6
|
name='abstract_hugpy',
|
|
7
|
-
version='0.1.
|
|
7
|
+
version='0.1.332',
|
|
8
8
|
author='putkoff',
|
|
9
9
|
author_email='partners@abstractendeavors.com',
|
|
10
10
|
description='The `abstract_hugpy` module is designed to facilitate hugging face modules',
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/download_models.py
RENAMED
|
@@ -38,25 +38,20 @@ def runtime_folder(framework: str, hub_id: str, include: Any = None, filename: s
|
|
|
38
38
|
return "misc"
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
def
|
|
42
|
-
|
|
43
|
-
hub_id
|
|
44
|
-
framework
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
) -> str:
|
|
51
|
-
hub_path = safe_path_part(hub_id)
|
|
52
|
-
task_path = safe_path_part(primary_task or "misc")
|
|
53
|
-
|
|
54
|
-
if repo_type == "dataset" or primary_task == "dataset":
|
|
55
|
-
return os.path.join(DATASETS_DIR,hub_path)
|
|
56
|
-
|
|
57
|
-
runtime = runtime_folder(framework, hub_id, include=include, filename=filename)
|
|
58
|
-
return os.path.join(MODELS_DIR,runtime,task_path,hub_path)
|
|
41
|
+
def route_destination(root: str = DEFAULT_ROOT, model: dict = None) -> str:
|
|
42
|
+
model = model or {}
|
|
43
|
+
hub_id = model.get("hub_id") or model.get("name") or model.get("folder") or ""
|
|
44
|
+
framework = (model.get("framework") or "").strip()
|
|
45
|
+
task = resolve_task(model)
|
|
46
|
+
hub_path = safe_path_part(hub_id)
|
|
47
|
+
|
|
48
|
+
if task == "dataset":
|
|
49
|
+
return os.path.join(root, "datasets", hub_path)
|
|
59
50
|
|
|
51
|
+
runtime = runtime_folder(framework, hub_id,
|
|
52
|
+
include=model.get("include"),
|
|
53
|
+
filename=model.get("filename"))
|
|
54
|
+
return os.path.join(root, "models", runtime, safe_path_part(task), hub_path)
|
|
60
55
|
|
|
61
56
|
def _clean_repo_id(hub_id: str) -> str:
|
|
62
57
|
"""Strip storage-path routing (family/task/...) back to owner/repo.
|
|
@@ -91,33 +86,7 @@ def split_hub_id(hub_id: str) -> tuple[str, str | None]:
|
|
|
91
86
|
return repo_id, subfolder
|
|
92
87
|
|
|
93
88
|
|
|
94
|
-
def route_destination(root: str, model: dict) -> str:
|
|
95
|
-
"""Where a model lands: root/<runtime>/<task>/<hub_path>, or root/datasets/<hub_path>.
|
|
96
|
-
|
|
97
|
-
Delegates the runtime-folder decision (gguf vs transformers vs misc) to
|
|
98
|
-
storage_router.runtime_folder — the single source of truth — instead of
|
|
99
|
-
re-deciding it inline. runtime_folder catches GGUF by framework AND by
|
|
100
|
-
filename AND by include-pattern, so a transformers-tagged repo pointing at
|
|
101
|
-
a .gguf still lands in gguf/ correctly.
|
|
102
89
|
|
|
103
|
-
NOTE: this is NOT the HF cache layout (models--org--repo/snapshots/hash).
|
|
104
|
-
That layout is for symlink-based caching; we use local_dir flat trees so the
|
|
105
|
-
registry is human-browsable. The taxonomy (framework/task) is ours by design.
|
|
106
|
-
"""
|
|
107
|
-
hub_id = model.get("hub_id") or model.get("name") or model.get("folder") or ""
|
|
108
|
-
framework = (model.get("framework") or "").strip()
|
|
109
|
-
task = model.get("primary_task") or model.get("task") or "misc"
|
|
110
|
-
include = model.get("include")
|
|
111
|
-
filename = model.get("filename")
|
|
112
|
-
|
|
113
|
-
return destination_for_model(
|
|
114
|
-
hub_id=hub_id,
|
|
115
|
-
framework=framework,
|
|
116
|
-
task=task,
|
|
117
|
-
include=include,
|
|
118
|
-
filename=filename,
|
|
119
|
-
repo_type="dataset" if task == "dataset" else "model",
|
|
120
|
-
)
|
|
121
90
|
|
|
122
91
|
|
|
123
92
|
def _stamp(destination: str, key: str, model: dict[str, Any]) -> None:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import os
|
|
2
2
|
from abstract_security import get_env_value
|
|
3
3
|
from typing import Literal, Optional
|
|
4
|
-
from .imports import make_list,HfApi
|
|
4
|
+
from .imports import make_list,HfApi,re
|
|
5
5
|
# Tokenizers set this as a sentinel for "no enforced limit". It's never a real window.
|
|
6
6
|
|
|
7
7
|
# ---------------------------------------------------------------------
|
|
@@ -319,3 +319,30 @@ def merge_disk_over_registry(
|
|
|
319
319
|
|
|
320
320
|
def make_request_id() -> str:
|
|
321
321
|
return f"req-{uuid.uuid4().hex[:12]}"
|
|
322
|
+
|
|
323
|
+
def resolve_task(model: dict) -> str:
|
|
324
|
+
"""Effective task across all dict shapes:
|
|
325
|
+
ModelConfig.to_dict() -> primary_task (+ tasks list)
|
|
326
|
+
/repos/download dict -> primary_task
|
|
327
|
+
legacy manifest -> task (singular)
|
|
328
|
+
First non-empty wins; misc is the floor."""
|
|
329
|
+
pt = model.get("primary_task")
|
|
330
|
+
if pt:
|
|
331
|
+
return pt
|
|
332
|
+
tasks = model.get("tasks")
|
|
333
|
+
if tasks:
|
|
334
|
+
return tasks[0] if isinstance(tasks, list) else tasks
|
|
335
|
+
return model.get("task") or "misc"
|
|
336
|
+
|
|
337
|
+
def route_destination(root: str, model: dict) -> str:
|
|
338
|
+
hub_id = model.get("hub_id") or model.get("name") or model.get("folder") or ""
|
|
339
|
+
framework = (model.get("framework") or "").strip()
|
|
340
|
+
task = resolve_task(model)
|
|
341
|
+
return destination_for_model(
|
|
342
|
+
hub_id=hub_id,
|
|
343
|
+
framework=framework,
|
|
344
|
+
primary_task=task,
|
|
345
|
+
include=model.get("include"),
|
|
346
|
+
filename=model.get("filename"),
|
|
347
|
+
repo_type="dataset" if task == "dataset" else "model",
|
|
348
|
+
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/call_api.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/get_module.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/huggingface_api.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/serve/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/serve/serve.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/serve/serve_cli.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/apis/systemd_units.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/config/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/config/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/chunking.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/constants/paths.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/init_imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/module_imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/imports/src/schemas/imports.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
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/dispatch/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/dispatch/acquire.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/dispatch/dispatch.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/dispatch/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/embed/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/embed/embed_runner.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/embed/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/falconsai/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/falconsai/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/generate/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/generate/coder.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/generate/coder_guff.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/generate/config.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/generate/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/keywords/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/keywords/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/runners/get.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
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/serve.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/llama/testsisiis.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/resolvers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/resolvers/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/serve/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/serve/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/serve/serve.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/serve/serve_cli.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/summarizers/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/summarizers/media.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/video/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/video/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/schemas.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy/managers/vision/vision_coder.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
|
|
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
|
{abstract_hugpy-0.1.330 → abstract_hugpy-0.1.332}/src/abstract_hugpy.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|