CITATION.cff
LICENSE
MANIFEST.in
package.readme.md
pyproject.toml
rex_framework_package_guide.md
benchmarks/basic_validation.py
benchmarks/benchmarks.md
benchmarks/extended_validation.py
docs/README.md
docs/api-reference.md
docs/architecture.md
docs/implementation_status.md
docs/rex_mathematical_redesign.md
docs/adr/ADR-0001-repo-scope.md
docs/adr/ADR-0002-manifest-format.md
docs/adr/ADR-0003-cache-invariant.md
docs/adr/ADR-0004-http-range-storage.md
docs/adr/ADR-0005-pytorch-first.md
docs/adr/ADR-0006-backend-support-matrix.md
docs/archive/validation_and_benchmark_results_2026-04-14.md
examples/colab/rex_framework_colab_demo.ipynb
examples/minimal_working_demo/demo.py
schemas/rex-manifest.schema.json
scripts/generate_test_model.py
scripts/run_full_demo.sh
src/rex/__init__.py
src/rex/api/__init__.py
src/rex/api/config.py
src/rex/api/generate.py
src/rex/api/load.py
src/rex/cache/__init__.py
src/rex/cache/disk_cache.py
src/rex/cache/memory_cache.py
src/rex/cache/policies.py
src/rex/cache/predictor.py
src/rex/cache/residency.py
src/rex/cache/two_tier.py
src/rex/cli/__init__.py
src/rex/cli/benchmark.py
src/rex/cli/convert.py
src/rex/cli/inspect.py
src/rex/cli/main.py
src/rex/cli/serve.py
src/rex/cli/validate.py
src/rex/convert/__init__.py
src/rex/convert/compressor.py
src/rex/convert/metadata.py
src/rex/convert/partitioner.py
src/rex/convert/pytorch_converter.py
src/rex/convert/quantize.py
src/rex/core/__init__.py
src/rex/core/chunk_index.py
src/rex/core/cost_model.py
src/rex/core/errors.py
src/rex/core/executor.py
src/rex/core/graph_model.py
src/rex/core/graph_scheduler.py
src/rex/core/invariants.py
src/rex/core/model_manifest.py
src/rex/core/prefetch_optimizer.py
src/rex/core/prefetcher.py
src/rex/core/runtime.py
src/rex/core/scheduler.py
src/rex/core/types.py
src/rex/core/virtual_tensor.py
src/rex/formats/__init__.py
src/rex/formats/chunk_reader.py
src/rex/formats/chunk_writer.py
src/rex/formats/compression.py
src/rex/formats/hashing.py
src/rex/formats/manifest.py
src/rex/integration/__init__.py
src/rex/integration/pytorch/__init__.py
src/rex/integration/pytorch/hooks.py
src/rex/integration/pytorch/layer_runner.py
src/rex/integration/pytorch/module_wrapper.py
src/rex/integration/pytorch/tensor_materializer.py
src/rex/metrics/__init__.py
src/rex/metrics/benchmark.py
src/rex/metrics/counters.py
src/rex/metrics/logging.py
src/rex/metrics/tracing.py
src/rex/schemas/rex-manifest.schema.json
src/rex/storage/__init__.py
src/rex/storage/auth.py
src/rex/storage/base.py
src/rex/storage/google_drive.py
src/rex/storage/http_range.py
src/rex/storage/icloud.py
src/rex/storage/local_server.py
src/rex/storage/onedrive.py
src/rex/storage/retries.py
src/rex/storage/stream_client.py
src/rex/storage/stream_server.py
src/rex/storage/throttling.py
src/rex/utils/__init__.py
src/rex/utils/async_utils.py
src/rex/utils/checksums.py
src/rex/utils/env.py
src/rex/utils/io.py
src/rex/utils/memory.py
src/rex/utils/platform.py
src/rex_framework.egg-info/PKG-INFO
src/rex_framework.egg-info/SOURCES.txt
src/rex_framework.egg-info/dependency_links.txt
src/rex_framework.egg-info/entry_points.txt
src/rex_framework.egg-info/requires.txt
src/rex_framework.egg-info/top_level.txt
tests/e2e/__init__.py
tests/e2e/test_e2e_demo.py
tests/e2e/test_full_pipeline.py
tests/fixtures/__init__.py
tests/integration/__init__.py
tests/integration/test_converter.py
tests/notebooks/__init__.py
tests/unit/__init__.py
tests/unit/test_adaptive_concurrency.py
tests/unit/test_cache.py
tests/unit/test_compression.py
tests/unit/test_config.py
tests/unit/test_cost_model.py
tests/unit/test_eviction_policies.py
tests/unit/test_executor.py
tests/unit/test_graph_model.py
tests/unit/test_graph_partitioning.py
tests/unit/test_graph_scheduler.py
tests/unit/test_invariants.py
tests/unit/test_manifest.py
tests/unit/test_moe_attention_priors.py
tests/unit/test_nf4_quantization.py
tests/unit/test_numerical_meta.py
tests/unit/test_planning_algorithms.py
tests/unit/test_predictor_features.py
tests/unit/test_prefetch_horizon.py
tests/unit/test_quantization.py
tests/unit/test_scheduler.py
tests/unit/test_streaming_backend.py
tests/unit/test_tier_control.py
tests/unit/test_two_tier_cache.py
tests/unit/test_types.py
tests/unit/test_virtual_tensor.py