Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Luciani <jake@apache.org>
  • Loading branch information
tjake authored Oct 21, 2024
1 parent 77a7820 commit 1edf2b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
## 🚀 Features

Model Support:
* Gemma Models
* Gemma & Gemma 2 Models
* Llama & Llama2 & Llama3 Models
* Mistral & Mixtral Models
* Qwen2 Models
* GPT-2 Models
* BERT Models
* BPE Tokenizers
Expand Down Expand Up @@ -59,7 +60,7 @@ Note I have pre-quantized models available at https://hf.co/tjake

```shell
# Run the openai chat api and UI on a model
jlama restapi tjake/TinyLlama-1.1B-Chat-v1.0-Jlama-Q4 --auto-download
jlama restapi tjake/Llama-3.2-1B-Instruct-JQ4 --auto-download
```

open browser to http://localhost:8080/
Expand Down Expand Up @@ -135,7 +136,7 @@ Then you can use the Model classes to run models:

```java
public void sample() throws IOException {
String model = "tjake/TinyLlama-1.1B-Chat-v1.0-Jlama-Q4";
String model = "tjake/Llama-3.2-1B-Instruct-JQ4";
String workingDirectory = "./models";

String prompt = "What is the best season to plant avocados?";
Expand Down

0 comments on commit 1edf2b7

Please sign in to comment.