This repository contains the following files: special_tokens_map.json, tokenizer_config.json, tokenizer.json, and tokenizer.model. These files are used to load a llama.cpp model as a HuggingFace Transformers model using
llamacpp_HF loader.
-
Download a .gguf file from
TheBloke/Llama-2-70B-Chat-GGUF based on your preferred quantization method;
-
Place your .gguf in a subfolder of models/ along with these 4 files.