--- license: llama2 --- # Llama Models ## Notes ### Partitioned Files Partitioned model like `*.gguf.0*`, please combine them into a single `gguf` file, for example: ```bash cat codellama-13b-python-q4_0.gguf.* > codellama-13b-python-q4_0.gguf ```