Skip to content

Commit

Permalink
Fix wording in tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
tjake committed Jun 23, 2024
1 parent 9491871 commit 163308b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🦙 Jlama: A modern Java inference engine for LLMs
# 🦙 Jlama: A modern LLM inference engine for Java

<p align="center">
<img src="docs/jlama.jpg" width="300" height="300" alt="Cute Jlama">
Expand Down Expand Up @@ -150,7 +150,7 @@ elapsed: 11s, prompt 26.0ms per token, gen 148.4ms per token

## 🗺️ Roadmap

* Support more models
* Support more and more models
* <s>Add pure java tokenizers</s>
* <s>Support Quantization (e.g. k-quantization)</s>
* Add LoRA support
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<url>https://github.com/tjake/jlama</url>
<packaging>pom</packaging>

<description>Jlama: A fast java inference engine for LLMs</description>
<description>Jlama: A modern LLM inference engine for Java</description>
<scm child.scm.connection.inherit.append.path="false"
child.scm.developerConnection.inherit.append.path="false"
child.scm.url.inherit.append.path="false">
Expand Down

0 comments on commit 163308b

Please sign in to comment.