LICENSE
README.md
pyproject.toml
lamini.egg-info/PKG-INFO
lamini.egg-info/SOURCES.txt
lamini.egg-info/dependency_links.txt
lamini.egg-info/requires.txt
lamini.egg-info/top_level.txt
llama/__init__.py
llama/engine/lamini.py
llama/error/error.py
llama/metrics/compare_equal_metric.py
llama/metrics/metric.py
llama/program/builder.py
llama/program/function.py
llama/program/program.py
llama/program/value.py
llama/program/operations/batch_llama_operation.py
llama/program/operations/call_operation.py
llama/program/operations/feedback_operation.py
llama/program/operations/get_argument_operation.py
llama/program/operations/get_element_operation.py
llama/program/operations/get_field_operation.py
llama/program/operations/llama_operation.py
llama/program/operations/metric_operation.py
llama/program/operations/return_operation.py
llama/program/operations/train_operation.py
llama/program/util/api_actions.py
llama/program/util/config.py
llama/program/util/run_ai.py
llama/program/util/type_to_dict.py
llama/prompts/blank_prompt.py
llama/prompts/general_prompt.py
llama/prompts/llama_v2_prompt.py
llama/prompts/prompt.py
llama/prompts/qa_prompt.py
llama/runners/autocomplete_runner.py
llama/runners/base_runner.py
llama/runners/basic_model_runner.py
llama/runners/input_output_runner.py
llama/runners/llama_v2_runner.py
llama/runners/question_answer_runner.py
llama/tools/augmenters.py
llama/tools/embedding.py
llama/tools/filters.py
llama/tools/json_to_object.py
llama/types/base_specification.py
llama/types/context.py
llama/types/type.py
tests/test_add_data.py
tests/test_autocomplete_runner.py
tests/test_basic_model_runner.py
tests/test_batch_operation.py
tests/test_chained_finetune.py
tests/test_chat_gpt.py
tests/test_chunking.py
tests/test_complex_types.py
tests/test_config.py
tests/test_custom_prompt.py
tests/test_embedding.py
tests/test_error.py
tests/test_feedback.py
tests/test_finetune_with_blank_prompt.py
tests/test_gpt4.py
tests/test_huggingface_model.py
tests/test_improve_remove_numbers.py
tests/test_infer_context.py
tests/test_input_output_runner.py
tests/test_lamini_engine.py
tests/test_large_datapoint.py
tests/test_llama_model_runner.py
tests/test_llama_v2_runner.py
tests/test_model_persistence.py
tests/test_multiple_models.py
tests/test_multiple_models_add_data.py
tests/test_output_list.py
tests/test_output_str.py
tests/test_parallel_values.py
tests/test_parse_field_output.py
tests/test_peft_train_inference.py
tests/test_queue_program.py
tests/test_random.py
tests/test_rlhf.py
tests/test_sample.py
tests/test_save_data.py
tests/test_spec_context.py
tests/test_stop_token.py
tests/test_train.py
tests/test_training_model_cache.py
tests/test_unblocked_prompt.py
tests/test_unpaired_data.py