You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.md 6.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. # LLamaSharp
  2. ## LLama
  3. [AntipromptProcessor](./llama.antipromptprocessor.md)
  4. [ChatSession](./llama.chatsession.md)
  5. [InstructExecutor](./llama.instructexecutor.md)
  6. [InteractiveExecutor](./llama.interactiveexecutor.md)
  7. [LLamaContext](./llama.llamacontext.md)
  8. [LLamaEmbedder](./llama.llamaembedder.md)
  9. [LLamaQuantizer](./llama.llamaquantizer.md)
  10. [LLamaTransforms](./llama.llamatransforms.md)
  11. [LLamaWeights](./llama.llamaweights.md)
  12. [LLavaWeights](./llama.llavaweights.md)
  13. [SessionState](./llama.sessionstate.md)
  14. [StatefulExecutorBase](./llama.statefulexecutorbase.md)
  15. [StatelessExecutor](./llama.statelessexecutor.md)
  16. [StreamingTokenDecoder](./llama.streamingtokendecoder.md)
  17. ## LLama.Abstractions
  18. [AdapterCollection](./llama.abstractions.adaptercollection.md)
  19. [IContextParams](./llama.abstractions.icontextparams.md)
  20. [IHistoryTransform](./llama.abstractions.ihistorytransform.md)
  21. [IInferenceParams](./llama.abstractions.iinferenceparams.md)
  22. [ILLamaExecutor](./llama.abstractions.illamaexecutor.md)
  23. [ILLamaParams](./llama.abstractions.illamaparams.md)
  24. [IModelParams](./llama.abstractions.imodelparams.md)
  25. [ITextStreamTransform](./llama.abstractions.itextstreamtransform.md)
  26. [ITextTransform](./llama.abstractions.itexttransform.md)
  27. [LoraAdapter](./llama.abstractions.loraadapter.md)
  28. [MetadataOverride](./llama.abstractions.metadataoverride.md)
  29. [MetadataOverrideConverter](./llama.abstractions.metadataoverrideconverter.md)
  30. [TensorSplitsCollection](./llama.abstractions.tensorsplitscollection.md)
  31. [TensorSplitsCollectionConverter](./llama.abstractions.tensorsplitscollectionconverter.md)
  32. ## LLama.Batched
  33. [AlreadyPromptedConversationException](./llama.batched.alreadypromptedconversationexception.md)
  34. [BatchedExecutor](./llama.batched.batchedexecutor.md)
  35. [CannotForkWhileRequiresInferenceException](./llama.batched.cannotforkwhilerequiresinferenceexception.md)
  36. [CannotModifyWhileRequiresInferenceException](./llama.batched.cannotmodifywhilerequiresinferenceexception.md)
  37. [CannotSampleRequiresInferenceException](./llama.batched.cannotsamplerequiresinferenceexception.md)
  38. [CannotSampleRequiresPromptException](./llama.batched.cannotsamplerequirespromptexception.md)
  39. [Conversation](./llama.batched.conversation.md)
  40. [ConversationExtensions](./llama.batched.conversationextensions.md)
  41. [ExperimentalBatchedExecutorException](./llama.batched.experimentalbatchedexecutorexception.md)
  42. ## LLama.Common
  43. [AuthorRole](./llama.common.authorrole.md)
  44. [ChatHistory](./llama.common.chathistory.md)
  45. [FixedSizeQueue<T>](./llama.common.fixedsizequeue-1.md)
  46. [InferenceParams](./llama.common.inferenceparams.md)
  47. [MirostatType](./llama.common.mirostattype.md)
  48. [ModelParams](./llama.common.modelparams.md)
  49. ## LLama.Exceptions
  50. [GrammarExpectedName](./llama.exceptions.grammarexpectedname.md)
  51. [GrammarExpectedNext](./llama.exceptions.grammarexpectednext.md)
  52. [GrammarExpectedPrevious](./llama.exceptions.grammarexpectedprevious.md)
  53. [GrammarFormatException](./llama.exceptions.grammarformatexception.md)
  54. [GrammarUnexpectedCharAltElement](./llama.exceptions.grammarunexpectedcharaltelement.md)
  55. [GrammarUnexpectedCharRngElement](./llama.exceptions.grammarunexpectedcharrngelement.md)
  56. [GrammarUnexpectedEndElement](./llama.exceptions.grammarunexpectedendelement.md)
  57. [GrammarUnexpectedEndOfInput](./llama.exceptions.grammarunexpectedendofinput.md)
  58. [GrammarUnexpectedHexCharsCount](./llama.exceptions.grammarunexpectedhexcharscount.md)
  59. [GrammarUnknownEscapeCharacter](./llama.exceptions.grammarunknownescapecharacter.md)
  60. [LLamaDecodeError](./llama.exceptions.llamadecodeerror.md)
  61. [LoadWeightsFailedException](./llama.exceptions.loadweightsfailedexception.md)
  62. [RuntimeError](./llama.exceptions.runtimeerror.md)
  63. ## LLama.Extensions
  64. [IContextParamsExtensions](./llama.extensions.icontextparamsextensions.md)
  65. [IModelParamsExtensions](./llama.extensions.imodelparamsextensions.md)
  66. ## LLama.Grammars
  67. [Grammar](./llama.grammars.grammar.md)
  68. [GrammarRule](./llama.grammars.grammarrule.md)
  69. ## LLama.Native
  70. [DecodeResult](./llama.native.decoderesult.md)
  71. [GGMLType](./llama.native.ggmltype.md)
  72. [GPUSplitMode](./llama.native.gpusplitmode.md)
  73. [LLamaBatch](./llama.native.llamabatch.md)
  74. [LLamaBeamsState](./llama.native.llamabeamsstate.md)
  75. [LLamaBeamView](./llama.native.llamabeamview.md)
  76. [LLamaChatMessage](./llama.native.llamachatmessage.md)
  77. [LLamaContextParams](./llama.native.llamacontextparams.md)
  78. [LLamaFtype](./llama.native.llamaftype.md)
  79. [LLamaGrammarElement](./llama.native.llamagrammarelement.md)
  80. [LLamaGrammarElementType](./llama.native.llamagrammarelementtype.md)
  81. [LLamaKvCacheView](./llama.native.llamakvcacheview.md)
  82. [LLamaKvCacheViewCell](./llama.native.llamakvcacheviewcell.md)
  83. [LLamaKvCacheViewSafeHandle](./llama.native.llamakvcacheviewsafehandle.md)
  84. [LLamaLogLevel](./llama.native.llamaloglevel.md)
  85. [LLamaModelKvOverrideType](./llama.native.llamamodelkvoverridetype.md)
  86. [LLamaModelMetadataOverride](./llama.native.llamamodelmetadataoverride.md)
  87. [LLamaModelParams](./llama.native.llamamodelparams.md)
  88. [LLamaModelQuantizeParams](./llama.native.llamamodelquantizeparams.md)
  89. [LLamaNativeBatch](./llama.native.llamanativebatch.md)
  90. [LLamaPoolingType](./llama.native.llamapoolingtype.md)
  91. [LLamaPos](./llama.native.llamapos.md)
  92. [LLamaRopeType](./llama.native.llamaropetype.md)
  93. [LLamaSeqId](./llama.native.llamaseqid.md)
  94. [LLamaToken](./llama.native.llamatoken.md)
  95. [LLamaTokenData](./llama.native.llamatokendata.md)
  96. [LLamaTokenDataArray](./llama.native.llamatokendataarray.md)
  97. [LLamaTokenDataArrayNative](./llama.native.llamatokendataarraynative.md)
  98. [LLamaTokenType](./llama.native.llamatokentype.md)
  99. [LLamaVocabType](./llama.native.llamavocabtype.md)
  100. [LLavaImageEmbed](./llama.native.llavaimageembed.md)
  101. [NativeApi](./llama.native.nativeapi.md)
  102. [NativeLibraryConfig](./llama.native.nativelibraryconfig.md)
  103. [RopeScalingType](./llama.native.ropescalingtype.md)
  104. [SafeLLamaContextHandle](./llama.native.safellamacontexthandle.md)
  105. [SafeLLamaGrammarHandle](./llama.native.safellamagrammarhandle.md)
  106. [SafeLLamaHandleBase](./llama.native.safellamahandlebase.md)
  107. [SafeLlamaModelHandle](./llama.native.safellamamodelhandle.md)
  108. [SafeLlavaImageEmbedHandle](./llama.native.safellavaimageembedhandle.md)
  109. [SafeLlavaModelHandle](./llama.native.safellavamodelhandle.md)
  110. ## LLama.Sampling
  111. [BaseSamplingPipeline](./llama.sampling.basesamplingpipeline.md)
  112. [DefaultSamplingPipeline](./llama.sampling.defaultsamplingpipeline.md)
  113. [GreedySamplingPipeline](./llama.sampling.greedysamplingpipeline.md)
  114. [ISamplingPipeline](./llama.sampling.isamplingpipeline.md)
  115. [ISamplingPipelineExtensions](./llama.sampling.isamplingpipelineextensions.md)
  116. [Mirostate2SamplingPipeline](./llama.sampling.mirostate2samplingpipeline.md)
  117. [MirostateSamplingPipeline](./llama.sampling.mirostatesamplingpipeline.md)