model_info: name: anemll-meta-llama-Llama-3.2-1B-Instruct-ctx4096 version: 0.3.5 description: | Demonstarates running meta-llama-Llama-3.2-1B-Instruct on Apple Neural Engine Context length: 4096 Batch size: 64 Chunks: 1 license: MIT author: Anemll framework: Core ML language: Python architecture: llama parameters: context_length: 4096 batch_size: 64 lut_embeddings: none lut_ffn: 4 lut_lmhead: 6 num_chunks: 1 model_prefix: llama embeddings: llama_embeddings.mlmodelc lm_head: llama_lm_head_lut6.mlmodelc ffn: llama_FFN_PF_lut4_chunk_01of01.mlmodelc split_lm_head: 8 vocab_size: 128256 lm_head_chunk_sizes: [16032, 16032, 16032, 16032, 16032, 16032, 16032, 16032] prefill_dynamic_slice: true # ============================================================================= # Conversion Parameters (for troubleshooting) # ============================================================================= # Generated: 2026-05-06 09:45:01 # # model_path: /Users/optai/.cache/huggingface/hub/models--meta-llama--Llama-3.2-1B-Instruct/snapshots/9213176726f574b556790deb65791e0c5aa438b6 # output_dir: /Users/optai/Documents/Anemll/converted_models/llama32_1b_lut4_ctx4096 # command_line: ./anemll/utils/convert_model.sh --model /Users/optai/.cache/huggingface/hub/models--meta-llama--Llama-3.2-1B-Instruct/snapshots/9213176726f574b556790deb65791e0c5aa438b6/ --output /Users/optai/Documents/Anemll/converted_models/llama32_1b_lut4_ctx4096 --context 4096 --batch 64 --lut2 4 --lut3 6 --chunk 1 # context_length: 4096 # batch_size: 64 # num_chunks: 1 # lut_part1: none # lut_part2: 4 # lut_part3: 6 # prefix: llama # architecture: llama # argmax_in_model: false # split_rotate: false # single_cache: false # dynamic_prefill_slice: true # monolithic: false # anemll_version: 0.3.5 # vocab_size: 128256 # lm_head_chunk_sizes: "[16032, 16032, 16032, 16032, 16032, 16032, 16032, 16032]" # =============================================================================