Skip to content

Commit e028f8a

Browse files
committed
Update README
1 parent 6c8aa60 commit e028f8a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@ For JDK 17 add `.jvmopts` file in the project root:
1919
--enable-native-access=ALL-UNNAMED
2020
```
2121

22-
Version compatibility:
22+
#### Compatibility
2323

24-
| llm4s | Scala | JDK | llama.cpp (commit hash) |
25-
|------:|------:|-------:|------------------------:|
26-
| 0.11+ | 3.3.0 | 17, 19 | 229ffff (May 8, 2024) |
24+
* Scala: 3.3.0
25+
* JDK: 17 or 19
26+
* `llama.cpp`: The version suffix refers to the latest supported `llama.cpp` release (e.g. version `0.12.0-b4599` means that it supports the [b4599](https://github.com/ggml-org/llama.cpp/releases/tag/b4599) release).
2727

2828
<details>
2929
<summary>Older versions</summary>
3030

3131
| llm4s | Scala | JDK | llama.cpp (commit hash) |
3232
|------:|----------:|-------:|------------------------:|
33+
| 0.11+ | 3.3.0 | 17, 19 | 229ffff (May 8, 2024) |
3334
| 0.10+ | 3.3.0 | 17, 19 | 49e7cb5 (Jul 31, 2023) |
34-
| 0.6+ | --- | --- | 49e7cb5 (Jul 31, 2023) |
35-
| 0.4+ | --- | --- | 70d26ac (Jul 23, 2023) |
36-
| 0.3+ | --- | --- | a6803ca (Jul 14, 2023) |
35+
| 0.6+ | 3.3.0-RC3 | --- | 49e7cb5 (Jul 31, 2023) |
36+
| 0.4+ | 3.3.0-RC3 | --- | 70d26ac (Jul 23, 2023) |
37+
| 0.3+ | 3.3.0-RC3 | --- | a6803ca (Jul 14, 2023) |
3738
| 0.1+ | 3.3.0-RC3 | 17, 19 | 447ccbe (Jun 25, 2023) |
3839

3940
</details>

0 commit comments

Comments
 (0)