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 3.1 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. # LLamaSharp
  2. ## LLama
  3. [ChatSession](./llama.chatsession.md)
  4. [InstructExecutor](./llama.instructexecutor.md)
  5. [InteractiveExecutor](./llama.interactiveexecutor.md)
  6. [LLamaEmbedder](./llama.llamaembedder.md)
  7. [LLamaModel](./llama.llamamodel.md)
  8. [LLamaQuantizer](./llama.llamaquantizer.md)
  9. [LLamaTransforms](./llama.llamatransforms.md)
  10. [ResettableLLamaModel](./llama.resettablellamamodel.md)
  11. [StatefulExecutorBase](./llama.statefulexecutorbase.md)
  12. [StatelessExecutor](./llama.statelessexecutor.md)
  13. ## LLama.Abstractions
  14. [IHistoryTransform](./llama.abstractions.ihistorytransform.md)
  15. [ILLamaExecutor](./llama.abstractions.illamaexecutor.md)
  16. [ITextStreamTransform](./llama.abstractions.itextstreamtransform.md)
  17. [ITextTransform](./llama.abstractions.itexttransform.md)
  18. ## LLama.Common
  19. [AuthorRole](./llama.common.authorrole.md)
  20. [ChatHistory](./llama.common.chathistory.md)
  21. [FixedSizeQueue<T>](./llama.common.fixedsizequeue-1.md)
  22. [ILLamaLogger](./llama.common.illamalogger.md)
  23. [InferenceParams](./llama.common.inferenceparams.md)
  24. [LLamaDefaultLogger](./llama.common.llamadefaultlogger.md)
  25. [MiroStateType](./llama.common.mirostatetype.md)
  26. [ModelParams](./llama.common.modelparams.md)
  27. ## LLama.Exceptions
  28. [RuntimeError](./llama.exceptions.runtimeerror.md)
  29. ## LLama.Extensions
  30. [DictionaryExtension](./llama.extensions.dictionaryextension.md)
  31. ## LLama.Native
  32. [LLamaContextParams](./llama.native.llamacontextparams.md)
  33. [LLamaFtype](./llama.native.llamaftype.md)
  34. [LLamaTokenData](./llama.native.llamatokendata.md)
  35. [LLamaTokenDataArray](./llama.native.llamatokendataarray.md)
  36. [LLamaTokenDataArrayNative](./llama.native.llamatokendataarraynative.md)
  37. [NativeApi](./llama.native.nativeapi.md)
  38. [SafeLLamaContextHandle](./llama.native.safellamacontexthandle.md)
  39. [SafeLLamaHandleBase](./llama.native.safellamahandlebase.md)
  40. ## LLama.OldVersion
  41. [ChatCompletion](./llama.oldversion.chatcompletion.md)
  42. [ChatCompletionChoice](./llama.oldversion.chatcompletionchoice.md)
  43. [ChatCompletionChunk](./llama.oldversion.chatcompletionchunk.md)
  44. [ChatCompletionChunkChoice](./llama.oldversion.chatcompletionchunkchoice.md)
  45. [ChatCompletionChunkDelta](./llama.oldversion.chatcompletionchunkdelta.md)
  46. [ChatCompletionMessage](./llama.oldversion.chatcompletionmessage.md)
  47. [ChatMessageRecord](./llama.oldversion.chatmessagerecord.md)
  48. [ChatRole](./llama.oldversion.chatrole.md)
  49. [ChatSession<T>](./llama.oldversion.chatsession-1.md)
  50. [Completion](./llama.oldversion.completion.md)
  51. [CompletionChoice](./llama.oldversion.completionchoice.md)
  52. [CompletionChunk](./llama.oldversion.completionchunk.md)
  53. [CompletionLogprobs](./llama.oldversion.completionlogprobs.md)
  54. [CompletionUsage](./llama.oldversion.completionusage.md)
  55. [Embedding](./llama.oldversion.embedding.md)
  56. [EmbeddingData](./llama.oldversion.embeddingdata.md)
  57. [EmbeddingUsage](./llama.oldversion.embeddingusage.md)
  58. [IChatModel](./llama.oldversion.ichatmodel.md)
  59. [LLamaEmbedder](./llama.oldversion.llamaembedder.md)
  60. [LLamaModel](./llama.oldversion.llamamodel.md)
  61. [LLamaParams](./llama.oldversion.llamaparams.md)

C#/.NET上易用的LLM高性能推理框架,支持LLaMA和LLaVA系列模型。