Commit Graph

16 Commits

Author SHA1 Message Date
Rinne 495177fd0f fix: typos. 2024-04-29 18:19:20 +08:00
SignalRT 168f697db6 Clean up and align documentation with the changes in the interface 2024-04-13 16:34:32 +02:00
Rinne d104d9a85b
fix the missing of llava_shared library. 2024-04-01 04:29:00 +08:00
Rinne b9444452eb
docs: refactor the documentations. 2024-03-31 20:44:29 +08:00
Scott W Harden efa49cc8de
Improve "embeddings" example (#525)
* Embeddings example: set EmbeddingMode true

prevents an exception from being thrown when GetEmbeddings() is called

* Embeddings example: improve documentation and styling

* docs: improve GetEmbeddings page

If EmbeddingMode is not set to true, GetEmbeddings() throws an exception

* docs: improve GetEmbeddings page

The previous commit 6c9ff3158c was inaccurate

* Embeddings example: improve styling

displays the example description after the model is loaded to ensure the text is on the screen at the time the prompt is first requested
2024-02-20 15:34:20 +00:00
vikramvee ebd853fede Updated Examples 2024-02-09 22:46:28 +05:30
Jason Couture db7e1e88f8 Use llama instead of libllama in `[DllImport]`
This results in windows users not needing to rename the DLL. This allows native llama builds to be dropped in, even on windows.

I also took the time to update the documentation, removing references to renaming the files, since the names now match.

Fixes #463
2024-01-30 02:40:13 -05:00
Aleksei Smirnov 1c88bd5a74 fix broken references in docs (after commit "docs: update the docs to follow new version") 2023-12-18 15:53:15 +03:00
Aleksei Smirnov 8558d109b4 Fix documentation according to the changes in newer versions 2023-12-14 22:35:21 +03:00
Yaohui Liu 3a847623ab
docs: update the docs to follow new version. 2023-09-02 12:51:51 +08:00
Martin Evans 516c291e3f Updated some of the docs 2023-08-29 23:11:46 +01:00
Martin Evans b39805dfcc Fixed some spelling and grammar mistakes in the documentation. 2023-07-20 15:43:45 +01:00
Yaohui Liu 05194b03b8
docs: fix the typo in the documentation. 2023-06-20 23:49:19 +08:00
Yaohui Liu 1fc2b1b0b1
docs: add examples to the documentation. 2023-06-20 23:46:53 +08:00
Yaohui Liu 6c400e64c2
docs: publiash documentation 0.4. 2023-06-20 02:38:57 +08:00
Yaohui Liu eed96248b5
docs: add the documentations with mkdocs. 2023-06-20 01:53:46 +08:00