llama.cpp/docs
Damian Stewart aab74f0b2b
Multimodal Support (Llava 1.5) (#821)
* llava v1.5 integration

* Point llama.cpp to fork

* Add llava shared library target

* Fix type

* Update llama.cpp

* Add llava api

* Revert changes to llama and llama_cpp

* Update llava example

* Add types for new gpt-4-vision-preview api

* Fix typo

* Update llama.cpp

* Update llama_types to match OpenAI v1 API

* Update ChatCompletionFunction type

* Reorder request parameters

* More API type fixes

* Even More Type Updates

* Add parameter for custom chat_handler to Llama class

* Fix circular import

* Convert to absolute imports

* Fix

* Fix pydantic Jsontype bug

* Accept list of prompt tokens in create_completion

* Add llava1.5 chat handler

* Add Multimodal notebook

* Clean up examples

* Add server docs

---------

Co-authored-by: Andrei Betlen <abetlen@gmail.com>
2023-11-07 22:48:51 -05:00
..
install Update instruction to download GGUF model (#783) 2023-10-02 11:46:47 -04:00
api-reference.md Add stopping criteria and logits processor to docs 2023-06-28 21:07:58 -04:00
changelog.md docs: Use pymdownx.snippets for easier docs management 2023-09-12 22:28:58 -04:00
index.md docs: Use pymdownx.snippets for easier docs management 2023-09-12 22:28:58 -04:00
requirements.txt Update readthedocs setup 2023-06-26 16:31:16 -04:00
server.md Multimodal Support (Llava 1.5) (#821) 2023-11-07 22:48:51 -05:00