Skip to content

Commit

Permalink
update readme maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
kherud committed Sep 6, 2024
1 parent dbf2329 commit 3b1e4e3
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 @@ -27,7 +27,7 @@ Access this library via Maven:
<dependency>
<groupId>de.kherud</groupId>
<artifactId>llama</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</dependency>
```

Expand All @@ -37,7 +37,7 @@ Bu default the default library artifact is built only with CPU inference support
<dependency>
<groupId>de.kherud</groupId>
<artifactId>llama</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<classifier>cuda12-linux-x86-64</classifier>
</dependency>
```
Expand Down

0 comments on commit 3b1e4e3

Please sign in to comment.