File size: 619 Bytes
3190f0f
 
 
 
 
 
 
 
 
 
 
9cc8838
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
license: other
tags:
- LLM
- CodeLlama
- lama.cpp
---

# Model Card: CodeLlama-7b-Python gguf

## Model Details

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
```