LICENSE
README.md
pyproject.toml
requirements.txt
version
ab/__init__.py
ab/gpt/NNAlterCaption_8B.py
ab/gpt/NNAlterLayer.py
ab/gpt/NNAlter_30B_code_qw.py
ab/gpt/NNAlter_7B.py
ab/gpt/NNAlter_7B_code.py
ab/gpt/NNAlter_7B_code_olymp.py
ab/gpt/NNAlter_8B.py
ab/gpt/NNEval.py
ab/gpt/RAG_NNAlter_7b.py
ab/gpt/TuneAccPrediction.py
ab/gpt/TuneHyperparameters.py
ab/gpt/TuneNNGen.py
ab/gpt/TuneNNGen_1_3B_code.py
ab/gpt/TuneNNGen_1_3B_code_nngpt.py
ab/gpt/TuneNNGen_7B.py
ab/gpt/TuneNNGen_7B_code.py
ab/gpt/TuneNNGen_7B_code_olympic.py
ab/gpt/TuneNNGen_8B.py
ab/gpt/TuneRL.py
ab/gpt/__init__.py
ab/gpt/brute/README.md
ab/gpt/brute/__init__.py
ab/gpt/brute/ast/README.md
ab/gpt/brute/ast/__init__.py
ab/gpt/brute/ast/mutator/__init__.py
ab/gpt/brute/ast/mutator/config.py
ab/gpt/brute/ast/mutator/lemur_io.py
ab/gpt/brute/ast/mutator/orchestrator.py
ab/gpt/brute/ast/mutator/run_mutation.py
ab/gpt/brute/ast/mutator/core/__init__.py
ab/gpt/brute/ast/mutator/execution/__init__.py
ab/gpt/brute/ast/mutator/execution/apply_activation.py
ab/gpt/brute/ast/mutator/execution/apply_architectural.py
ab/gpt/brute/ast/mutator/execution/apply_dimension.py
ab/gpt/brute/ast/mutator/execution/apply_factory_mutations.py
ab/gpt/brute/ast/mutator/execution/apply_layer_type.py
ab/gpt/brute/ast/mutator/execution/apply_spatial.py
ab/gpt/brute/ast/mutator/execution/apply_symbolic.py
ab/gpt/brute/ast/mutator/execution/code_mutator.py
ab/gpt/brute/ast/mutator/execution/constants.py
ab/gpt/brute/ast/mutator/execution/validators.py
ab/gpt/brute/ast/mutator/planning/__init__.py
ab/gpt/brute/ast/mutator/planning/activation_planner.py
ab/gpt/brute/ast/mutator/planning/architectural_planner.py
ab/gpt/brute/ast/mutator/planning/architecture_patterns.py
ab/gpt/brute/ast/mutator/planning/base_planner.py
ab/gpt/brute/ast/mutator/planning/dimension_planner.py
ab/gpt/brute/ast/mutator/planning/fallback_planner.py
ab/gpt/brute/ast/mutator/planning/layer_planner.py
ab/gpt/brute/ast/mutator/planning/spatial_planner.py
ab/gpt/brute/ast/mutator/tracking/__init__.py
ab/gpt/brute/ast/mutator/tracking/plan_uniqueness_tracker.py
ab/gpt/brute/ast/mutator/tracking/unique_mutation_tracker.py
ab/gpt/brute/ast/mutator/utils/__init__.py
ab/gpt/brute/ast/mutator/utils/context_analyzer.py
ab/gpt/brute/ast/mutator/utils/file_utils.py
ab/gpt/brute/ast/mutator/utils/fx_graph_utils.py
ab/gpt/brute/ast/mutator/utils/source_tracer.py
ab/gpt/brute/fract/AlterNNFN.py
ab/gpt/brute/fract/Fractal_template.py
ab/gpt/brute/fract/NNAlterFractalNet.py
ab/gpt/brute/fract/README.md
ab/gpt/brute/fract/__init__.py
ab/gpt/brute/ga/AlexNet_evolvable.py
ab/gpt/brute/ga/README.md
ab/gpt/brute/ga/__init__.py
ab/gpt/brute/ga/genetic_algorithm.py
ab/gpt/brute/ga/run_evolution.py
ab/gpt/brute/ga/nn/README.md
ab/gpt/brute/trans/GenerateTransform.py
ab/gpt/brute/trans/README.md
ab/gpt/brute/trans/__init__.py
ab/gpt/brute/trans/transform_files/CenterCrop_ColorJitter.py
ab/gpt/brute/trans/transform_files/CenterCrop_FiveCrop.py
ab/gpt/brute/trans/transform_files/CenterCrop_GaussianBlur.py
ab/gpt/brute/trans/transform_files/CenterCrop_Grayscale.py
ab/gpt/brute/trans/transform_files/CenterCrop_LinearTransformation.py
ab/gpt/brute/trans/transform_files/CenterCrop_Pad.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomAdjustSharpness.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomAffine.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomApply.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomAutocontrast.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomChoice.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomCrop.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomEqualize.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomErasing.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomGrayscale.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomHorizontalFlip.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomInvert.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomOrder.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomPerspective.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomPosterize.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomResizedCrop.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomRotation.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomSolarize.py
ab/gpt/brute/trans/transform_files/CenterCrop_RandomVerticalFlip.py
ab/gpt/brute/trans/transform_files/CenterCrop_TenCrop.py
ab/gpt/brute/trans/transform_files/Pad_CenterCrop.py
ab/gpt/brute/trans/transform_files/Pad_ColorJitter.py
ab/gpt/brute/trans/transform_files/Pad_FiveCrop.py
ab/gpt/brute/trans/transform_files/Pad_GaussianBlur.py
ab/gpt/brute/trans/transform_files/Pad_Grayscale.py
ab/gpt/brute/trans/transform_files/Pad_LinearTransformation.py
ab/gpt/brute/trans/transform_files/Pad_RandomAdjustSharpness.py
ab/gpt/brute/trans/transform_files/Pad_RandomAffine.py
ab/gpt/brute/trans/transform_files/Pad_RandomApply.py
ab/gpt/brute/trans/transform_files/Pad_RandomAutocontrast.py
ab/gpt/brute/trans/transform_files/Pad_RandomChoice.py
ab/gpt/brute/trans/transform_files/Pad_RandomCrop.py
ab/gpt/brute/trans/transform_files/Pad_RandomEqualize.py
ab/gpt/brute/trans/transform_files/Pad_RandomErasing.py
ab/gpt/brute/trans/transform_files/Pad_RandomGrayscale.py
ab/gpt/brute/trans/transform_files/Pad_RandomHorizontalFlip.py
ab/gpt/brute/trans/transform_files/Pad_RandomInvert.py
ab/gpt/brute/trans/transform_files/Pad_RandomOrder.py
ab/gpt/brute/trans/transform_files/Pad_RandomPerspective.py
ab/gpt/brute/trans/transform_files/Pad_RandomPosterize.py
ab/gpt/brute/trans/transform_files/Pad_RandomResizedCrop.py
ab/gpt/brute/trans/transform_files/Pad_RandomRotation.py
ab/gpt/brute/trans/transform_files/Pad_RandomSolarize.py
ab/gpt/brute/trans/transform_files/Pad_RandomVerticalFlip.py
ab/gpt/brute/trans/transform_files/Pad_TenCrop.py
ab/gpt/brute/trans/transform_files/RandomApply_CenterCrop.py
ab/gpt/brute/trans/transform_files/RandomApply_ColorJitter.py
ab/gpt/brute/trans/transform_files/RandomApply_FiveCrop.py
ab/gpt/brute/trans/transform_files/RandomApply_GaussianBlur.py
ab/gpt/brute/trans/transform_files/RandomApply_Grayscale.py
ab/gpt/brute/trans/transform_files/RandomApply_LinearTransformation.py
ab/gpt/brute/trans/transform_files/RandomApply_Pad.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomAdjustSharpness.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomAffine.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomAutocontrast.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomChoice.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomCrop.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomEqualize.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomErasing.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomGrayscale.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomHorizontalFlip.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomInvert.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomOrder.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomPerspective.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomPosterize.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomResizedCrop.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomRotation.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomSolarize.py
ab/gpt/brute/trans/transform_files/RandomApply_RandomVerticalFlip.py
ab/gpt/brute/trans/transform_files/RandomApply_TenCrop.py
ab/gpt/brute/trans/transform_files/RandomChoice_CenterCrop.py
ab/gpt/brute/trans/transform_files/RandomChoice_ColorJitter.py
ab/gpt/brute/trans/transform_files/RandomChoice_FiveCrop.py
ab/gpt/brute/trans/transform_files/RandomChoice_GaussianBlur.py
ab/gpt/brute/trans/transform_files/RandomChoice_Grayscale.py
ab/gpt/brute/trans/transform_files/RandomChoice_LinearTransformation.py
ab/gpt/brute/trans/transform_files/RandomChoice_Pad.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomAdjustSharpness.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomAffine.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomApply.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomAutocontrast.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomCrop.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomEqualize.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomErasing.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomGrayscale.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomHorizontalFlip.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomInvert.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomOrder.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomPerspective.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomPosterize.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomResizedCrop.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomRotation.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomSolarize.py
ab/gpt/brute/trans/transform_files/RandomChoice_RandomVerticalFlip.py
ab/gpt/brute/trans/transform_files/RandomChoice_TenCrop.py
ab/gpt/brute/trans/transform_files/RandomCrop_CenterCrop.py
ab/gpt/brute/trans/transform_files/RandomCrop_ColorJitter.py
ab/gpt/brute/trans/transform_files/RandomCrop_FiveCrop.py
ab/gpt/brute/trans/transform_files/RandomCrop_GaussianBlur.py
ab/gpt/brute/trans/transform_files/RandomCrop_Grayscale.py
ab/gpt/brute/trans/transform_files/RandomCrop_LinearTransformation.py
ab/gpt/brute/trans/transform_files/RandomCrop_Pad.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomAdjustSharpness.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomAffine.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomApply.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomAutocontrast.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomChoice.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomEqualize.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomErasing.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomGrayscale.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomHorizontalFlip.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomInvert.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomOrder.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomPerspective.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomPosterize.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomResizedCrop.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomRotation.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomSolarize.py
ab/gpt/brute/trans/transform_files/RandomCrop_RandomVerticalFlip.py
ab/gpt/brute/trans/transform_files/RandomCrop_TenCrop.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_CenterCrop.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_ColorJitter.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_FiveCrop.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_GaussianBlur.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_Grayscale.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_LinearTransformation.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_Pad.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomAdjustSharpness.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomAffine.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomApply.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomAutocontrast.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomChoice.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomCrop.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomEqualize.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomErasing.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomGrayscale.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomInvert.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomOrder.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomPerspective.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomPosterize.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomResizedCrop.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomRotation.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomSolarize.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_RandomVerticalFlip.py
ab/gpt/brute/trans/transform_files/RandomHorizontalFlip_TenCrop.py
ab/gpt/brute/trans/transform_files/RandomOrder_CenterCrop.py
ab/gpt/brute/trans/transform_files/RandomOrder_ColorJitter.py
ab/gpt/brute/trans/transform_files/RandomOrder_FiveCrop.py
ab/gpt/brute/trans/transform_files/RandomOrder_GaussianBlur.py
ab/gpt/brute/trans/transform_files/RandomOrder_Grayscale.py
ab/gpt/brute/trans/transform_files/RandomOrder_LinearTransformation.py
ab/gpt/brute/trans/transform_files/RandomOrder_Pad.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomAdjustSharpness.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomAffine.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomApply.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomAutocontrast.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomChoice.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomCrop.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomEqualize.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomErasing.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomGrayscale.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomHorizontalFlip.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomInvert.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomPerspective.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomPosterize.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomResizedCrop.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomRotation.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomSolarize.py
ab/gpt/brute/trans/transform_files/RandomOrder_RandomVerticalFlip.py
ab/gpt/brute/trans/transform_files/RandomOrder_TenCrop.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_CenterCrop.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_ColorJitter.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_FiveCrop.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_GaussianBlur.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_Grayscale.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_LinearTransformation.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_Pad.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomAdjustSharpness.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomAffine.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomApply.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomAutocontrast.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomChoice.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomCrop.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomEqualize.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomErasing.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomGrayscale.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomHorizontalFlip.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomInvert.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomOrder.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomPerspective.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomPosterize.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomResizedCrop.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomRotation.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_RandomSolarize.py
ab/gpt/brute/trans/transform_files/RandomVerticalFlip_TenCrop.py
ab/gpt/conf/Conf.py
ab/gpt/conf/DeepSpeed.json
ab/gpt/conf/__init__.py
ab/gpt/conf/llm/ds_coder_1.3b_instruct.json
ab/gpt/conf/llm/ds_coder_7b_instruct.json
ab/gpt/conf/llm/ds_coder_7b_olympic.json
ab/gpt/conf/llm/ds_qwen3_8b.json
ab/gpt/conf/llm/nngpt_ds_coder_1.3b_base_r.json
ab/gpt/conf/llm/nngpt_ds_coder_1.3b_instruct.json
ab/gpt/conf/llm/nngpt_dsr1_distill_qwen_7b_r.json
ab/gpt/conf/prompt/test/Mix.json
ab/gpt/conf/prompt/test/NN_Cap.json
ab/gpt/conf/prompt/test/NN_Caption.json
ab/gpt/conf/prompt/test/NN_Caption_master.json
ab/gpt/conf/prompt/test/NN_Layers.json
ab/gpt/conf/prompt/test/NN_Rag.json
ab/gpt/conf/prompt/test/NN_alter.json
ab/gpt/conf/prompt/test/NN_gen.json
ab/gpt/conf/prompt/train/Mix copy.json
ab/gpt/conf/prompt/train/Mix.json
ab/gpt/conf/prompt/train/NN_Cap.json
ab/gpt/conf/prompt/train/NN_Caption.json
ab/gpt/conf/prompt/train/NN_Caption_master.json
ab/gpt/conf/prompt/train/NN_Layers.json
ab/gpt/conf/prompt/train/NN_alter.json
ab/gpt/conf/prompt/train/NN_gen.json
ab/gpt/conf/prompt/train/NN_pre.json
ab/gpt/util/AlterCaptionNN.py
ab/gpt/util/AlterCaptionNNOld.py
ab/gpt/util/AlterCaptionNNtune.py
ab/gpt/util/AlterNN.py
ab/gpt/util/Chatbot.py
ab/gpt/util/Code.py
ab/gpt/util/Const.py
ab/gpt/util/LLM.py
ab/gpt/util/LLMUtil.py
ab/gpt/util/LoRA.py
ab/gpt/util/MergeLLM.py
ab/gpt/util/NNEval.py
ab/gpt/util/NNLayer.py
ab/gpt/util/RAG_AlterNN.py
ab/gpt/util/Tune.py
ab/gpt/util/Util.py
ab/gpt/util/__init__.py
ab/gpt/util/data_loader.py
ab/gpt/util/lemur_dataset_preparation.py
ab/gpt/util/setup_data.py
ab/gpt/util/prompt/NNGenPrompt.py
ab/gpt/util/prompt/NNPrompt.py
ab/gpt/util/prompt/NNRLPrompt.py
ab/gpt/util/prompt/Prompt.py
ab/gpt/util/prompt/__init__.py
ab/gpt/util/prompt/_util.py
nn_gpt.egg-info/PKG-INFO
nn_gpt.egg-info/SOURCES.txt
nn_gpt.egg-info/dependency_links.txt
nn_gpt.egg-info/requires.txt
nn_gpt.egg-info/top_level.txt