namespace LLama.Native; /// /// /// /// llama_vocab_type public enum LLamaVocabType { SentencePiece = 0, BytePairEncoding = 1, WordPiece = 2, }