Skip to content

Commit

Permalink
docs: update in-progress section
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Oct 29, 2024
1 parent 9d6bd1c commit 4b8ffd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ This repository contains notes and code examples related to AI.

### In-progress

* [Llava](./notes/llava.md#user-content-wip) Llava exploration
* [kv-cache](./notes/llava-kv-cache.md) llama kv-cache exploration
* [llava](./notes/llava.md#user-content-wip) llava exploration
* [llama.cpp server](./notes/llama-server.md) llama.cpp server exploration

### Topics
Expand All @@ -22,7 +23,6 @@ This repository contains notes and code examples related to AI.
* [Llama.cpp](fundamentals/llama.cpp) Llama.cpp library exploration code
* [GPU](gpu/README.md) CUDA, Kompute, Metal, OpenCL, ROCm, and Vulkan exploration code
* [Embeddings](./embeddings) Word embeddings examples in Rust and Python
* [OpenAI API](./openai) OpenAI API examples written in Rust and Python
* [Huggingface API](./hugging-face/python) Huggingface API example written in Python
* [Qdrant Vector Database](./vector-databases/qdrant) Examples in Python and Rust
* [LanceDB Vector Database](./vector-databases/lancedb) Examples in Python and Rust
Expand Down

0 comments on commit 4b8ffd7

Please sign in to comment.