From edf4e9e512a7459ece6ff6da850d005b420d9fb5 Mon Sep 17 00:00:00 2001 From: Yaohui Liu Date: Tue, 20 Jun 2023 23:44:35 +0800 Subject: [PATCH] Deployed 9850417 to 0.4 with MkDocs 1.4.3 and mike 1.1.2 --- 0.4/404.html | 163 +- 0.4/Architecher/index.html | 163 +- 0.4/ChatSession/basic-usages/index.html | 163 +- 0.4/ChatSession/save-load-session/index.html | 163 +- 0.4/ChatSession/transforms/index.html | 163 +- 0.4/ContributingGuide/index.html | 163 +- .../ChatSessionStripRoleName/index.html | 1753 ++++++++++++++++ .../ChatSessionWithRoleName/index.html | 1755 ++++++++++++++++ 0.4/Examples/GetEmbeddings/index.html | 1746 ++++++++++++++++ 0.4/Examples/InstructModeExecute/index.html | 1755 ++++++++++++++++ .../InteractiveModeExecute/index.html | 1756 ++++++++++++++++ 0.4/Examples/LoadAndSaveSession/index.html | 1781 ++++++++++++++++ 0.4/Examples/LoadAndSaveState/index.html | 1782 +++++++++++++++++ 0.4/Examples/QuantizeModel/index.html | 1746 ++++++++++++++++ 0.4/Examples/StatelessModeExecute/index.html | 1759 ++++++++++++++++ 0.4/GetStarted/index.html | 163 +- 0.4/HighLevelApps/bot-sharp/index.html | 163 +- 0.4/LLamaExecutors/differences/index.html | 163 +- 0.4/LLamaExecutors/parameters/index.html | 163 +- 0.4/LLamaExecutors/save-load-state/index.html | 163 +- .../text-to-text-apis/index.html | 163 +- 0.4/LLamaModel/embeddings/index.html | 163 +- 0.4/LLamaModel/parameters/index.html | 163 +- 0.4/LLamaModel/quantization/index.html | 163 +- 0.4/LLamaModel/save-load-state/index.html | 163 +- 0.4/LLamaModel/tokenization/index.html | 163 +- 0.4/More/log/index.html | 165 +- 0.4/NonEnglishUsage/Chinese/index.html | 163 +- 0.4/Tricks/index.html | 163 +- 0.4/index.html | 163 +- 0.4/search/search_index.json | 2 +- 0.4/sitemap.xml.gz | Bin 127 -> 127 bytes 0.4/xmldocs/index.html | 171 +- .../index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- 0.4/xmldocs/llama.chatsession/index.html | 169 +- .../llama.common.authorrole/index.html | 169 +- .../llama.common.chathistory/index.html | 169 +- .../llama.common.fixedsizequeue-1/index.html | 169 +- .../llama.common.illamalogger/index.html | 169 +- .../llama.common.inferenceparams/index.html | 169 +- .../index.html | 169 +- .../llama.common.mirostatetype/index.html | 169 +- .../llama.common.modelparams/index.html | 169 +- .../llama.exceptions.runtimeerror/index.html | 169 +- .../index.html | 169 +- 0.4/xmldocs/llama.instructexecutor/index.html | 169 +- .../llama.interactiveexecutor/index.html | 169 +- 0.4/xmldocs/llama.llamaembedder/index.html | 169 +- 0.4/xmldocs/llama.llamamodel/index.html | 169 +- 0.4/xmldocs/llama.llamaquantizer/index.html | 169 +- 0.4/xmldocs/llama.llamatransforms/index.html | 169 +- .../index.html | 169 +- .../llama.native.llamaftype/index.html | 169 +- .../llama.native.llamatokendata/index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- 0.4/xmldocs/llama.native.nativeapi/index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../llama.oldversion.chatrole/index.html | 169 +- .../llama.oldversion.chatsession-1/index.html | 169 +- .../llama.oldversion.completion/index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../index.html | 169 +- .../llama.oldversion.embedding/index.html | 169 +- .../llama.oldversion.embeddingdata/index.html | 169 +- .../index.html | 169 +- .../llama.oldversion.ichatmodel/index.html | 169 +- .../llama.oldversion.llamaembedder/index.html | 169 +- .../llama.oldversion.llamamodel/index.html | 169 +- .../llama.oldversion.llamaparams/index.html | 169 +- .../llama.resettablellamamodel/index.html | 169 +- .../llama.statefulexecutorbase/index.html | 169 +- .../llama.statelessexecutor/index.html | 169 +- .../ChatSessionStripRoleName/index.html | 16 + .../ChatSessionWithRoleName/index.html | 16 + latest/Examples/GetEmbeddings/index.html | 16 + .../Examples/InstructModeExecute/index.html | 16 + .../InteractiveModeExecute/index.html | 16 + latest/Examples/LoadAndSaveSession/index.html | 16 + latest/Examples/LoadAndSaveState/index.html | 16 + latest/Examples/QuantizeModel/index.html | 16 + .../Examples/StatelessModeExecute/index.html | 16 + 95 files changed, 28292 insertions(+), 240 deletions(-) create mode 100755 0.4/Examples/ChatSessionStripRoleName/index.html create mode 100755 0.4/Examples/ChatSessionWithRoleName/index.html create mode 100755 0.4/Examples/GetEmbeddings/index.html create mode 100755 0.4/Examples/InstructModeExecute/index.html create mode 100755 0.4/Examples/InteractiveModeExecute/index.html create mode 100755 0.4/Examples/LoadAndSaveSession/index.html create mode 100755 0.4/Examples/LoadAndSaveState/index.html create mode 100755 0.4/Examples/QuantizeModel/index.html create mode 100755 0.4/Examples/StatelessModeExecute/index.html create mode 100644 latest/Examples/ChatSessionStripRoleName/index.html create mode 100644 latest/Examples/ChatSessionWithRoleName/index.html create mode 100644 latest/Examples/GetEmbeddings/index.html create mode 100644 latest/Examples/InstructModeExecute/index.html create mode 100644 latest/Examples/InteractiveModeExecute/index.html create mode 100644 latest/Examples/LoadAndSaveSession/index.html create mode 100644 latest/Examples/LoadAndSaveState/index.html create mode 100644 latest/Examples/QuantizeModel/index.html create mode 100644 latest/Examples/StatelessModeExecute/index.html diff --git a/0.4/404.html b/0.4/404.html index 1b5587ac..a1fcefe8 100755 --- a/0.4/404.html +++ b/0.4/404.html @@ -682,12 +682,173 @@ + + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +
  • + + + + + + + + + + + +
  • + + + + + + + + + + +