CodeLlama-7b-Python / README.md
ego-ml's picture
Add Model Card
3190f0f
|
raw
history blame
619 Bytes
---
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
```