LICENSE
README.md
pyproject.toml
cortexlab/__init__.py
cortexlab/_version.py
cortexlab/config.py
cortexlab/manifest.py
cortexlab.egg-info/PKG-INFO
cortexlab.egg-info/SOURCES.txt
cortexlab.egg-info/dependency_links.txt
cortexlab.egg-info/entry_points.txt
cortexlab.egg-info/requires.txt
cortexlab.egg-info/top_level.txt
cortexlab/adapters/__init__.py
cortexlab/adapters/lora.py
cortexlab/adapters/targeting.py
cortexlab/cli/__init__.py
cortexlab/cli/data_cmd.py
cortexlab/cli/generate_cmd.py
cortexlab/cli/main.py
cortexlab/cli/prepare_cmd.py
cortexlab/cli/studio_cmd.py
cortexlab/cli/train_cmd.py
cortexlab/data/__init__.py
cortexlab/data/backend.py
cortexlab/data/batching.py
cortexlab/data/catalog.py
cortexlab/data/converter.py
cortexlab/data/formats.py
cortexlab/data/mixing.py
cortexlab/data/packing.py
cortexlab/data/preprocessing.py
cortexlab/data/registry.py
cortexlab/data/validate.py
cortexlab/inference/__init__.py
cortexlab/inference/cache.py
cortexlab/inference/engine.py
cortexlab/inference/sampling.py
cortexlab/logging/__init__.py
cortexlab/logging/metrics.py
cortexlab/losses/__init__.py
cortexlab/losses/dpo.py
cortexlab/losses/sft.py
cortexlab/models/__init__.py
cortexlab/models/loader.py
cortexlab/models/memory.py
cortexlab/models/quantize.py
cortexlab/models/registry.py
cortexlab/models/resolve.py
cortexlab/models/_base/__init__.py
cortexlab/models/_base/activations.py
cortexlab/models/_base/args.py
cortexlab/models/_base/attention.py
cortexlab/models/_base/rope.py
cortexlab/models/architectures/__init__.py
cortexlab/models/architectures/gemma.py
cortexlab/models/architectures/llama.py
cortexlab/models/architectures/phi3.py
cortexlab/models/architectures/phi4.py
cortexlab/models/architectures/qwen2.py
cortexlab/models/architectures/qwen3.py
cortexlab/models/architectures/qwen3_5.py
cortexlab/recipes/__init__.py
cortexlab/recipes/auto_config.py
cortexlab/recipes/registry.py
cortexlab/studio/__init__.py
cortexlab/studio/server.py
cortexlab/studio/api/__init__.py
cortexlab/studio/api/config_schema.py
cortexlab/studio/api/data_library.py
cortexlab/studio/api/datasets.py
cortexlab/studio/api/inference.py
cortexlab/studio/api/memory.py
cortexlab/studio/api/models.py
cortexlab/studio/api/queue.py
cortexlab/studio/api/recipes.py
cortexlab/studio/api/runs.py
cortexlab/studio/api/training.py
cortexlab/studio/services/__init__.py
cortexlab/studio/services/data_library_service.py
cortexlab/studio/services/dataset_service.py
cortexlab/studio/services/memory_service.py
cortexlab/studio/services/metrics_watcher.py
cortexlab/studio/services/model_library_service.py
cortexlab/studio/services/model_service.py
cortexlab/studio/services/queue_service.py
cortexlab/studio/services/recipe_service.py
cortexlab/studio/services/run_service.py
cortexlab/studio/services/training_service.py
cortexlab/trainer/__init__.py
cortexlab/trainer/callbacks.py
cortexlab/trainer/checkpoint.py
cortexlab/trainer/dpo_trainer.py
cortexlab/trainer/optimizer.py
cortexlab/trainer/state.py
cortexlab/trainer/trainer.py
tests/test_adapters.py
tests/test_backend.py
tests/test_catalog.py
tests/test_config.py
tests/test_data.py
tests/test_data_validate.py
tests/test_integration.py
tests/test_labels.py
tests/test_m10_performance.py
tests/test_m11_studio.py
tests/test_m12_frontend.py
tests/test_m13_integration.py
tests/test_m9_foundation.py
tests/test_mixing.py
tests/test_model_loading.py
tests/test_qwen3_5.py
tests/test_resolve.py
tests/test_trainer_infra.py
tests/test_v2_dpo.py
tests/test_v2_memory.py
tests/test_v2_recipes.py
tests/test_v2_studio.py