Skip to content

Commit

Permalink
Renamed one of the commented out pre tokenization items, showing the …
Browse files Browse the repository at this point in the history
…pattern they should all use.
  • Loading branch information
martindevans committed May 10, 2024
1 parent 68705c9 commit 703df2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion LLama/Native/llama_vocab_pre_type.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
///// <remarks>llama_vocab_pre_type</remarks>
//public enum llama_vocab_pre_type
//{
// LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0,
// /// <summary>
// /// Default pre tokenization type
// /// </summary>
// /// <remark>LLAMA_VOCAB_PRE_TYPE_DEFAULT</remark>
// Default = 0,
//
// LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1,
// LLAMA_VOCAB_PRE_TYPE_DEEPSEEK_LLM = 2,
// LLAMA_VOCAB_PRE_TYPE_DEEPSEEK_CODER = 3,
Expand Down

0 comments on commit 703df2e

Please sign in to comment.