File size: 530 Bytes
9cc8838
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# CodeLlama-7b-Python gguf

Original Meta `CodeLlama-7b-Python` model converted with [python3 convert.py](https://github.com/ggerganov/llama.cpp) to `gguf` and 
`CodeLlama-7b-Python/ggml-model-f32.gguf` and splitted with [gguf-split](https://github.com/ggerganov/llama.cpp) to smaller size chunks up to `split-max-tensors 32`.

```bash
python3 convert.py ../codellama/CodeLlama-7b-Python

./gguf-split --split --split-max-tensors 32 ./models/CodeLlama-7b-Python/ggml-model-f32.gguf ./models/CodeLlama-7b-Python/ggml-model-f32
```