Skip to content

Commit de338ef

Browse files
committed
add vulkan build
1 parent cc45484 commit de338ef

File tree

7 files changed

+164
-172
lines changed

7 files changed

+164
-172
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,21 @@ while (true):
3737
```
3838

3939
## Features
40-
41-
- Chat formatter for:
42-
- [x] Llama3
43-
- [x] Mistral
44-
- [ ] More to come!
4540
- Compute backend builds:
4641
- [x] Metal
47-
- [ ] Vulkan
42+
- [x] Vulkan
4843
- [ ] CUDA
4944
- Asynchronous completion generation
5045
- Support any language model that llama.cpp supports in GGUF format
5146
- GGUF files are Godot resources
5247

48+
## Roadmap
49+
- [ ] Chat completions support via dedicated library for jinja2 templating in zig
50+
- [ ] Grammar support
51+
- [ ] Multimodal models support
52+
- [ ] Embeddings
53+
- [ ] Vector database using LibSQL
54+
5355
## Building & Installation
5456

5557
1. Download zig v0.13.0 from https://ziglang.org/download/

TODOS.md

-3
This file was deleted.

0 commit comments

Comments
 (0)