Skip to content

Commit 5d580a0

Browse files
committed
Update color
1 parent c89f198 commit 5d580a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You call view the full list of available models by running the `list` command:
5858
```bash
5959
vec-inf list
6060
```
61-
<img width="1200" alt="list_img" src="https://github.com/user-attachments/assets/50b12ca4-2adc-4b2b-8a40-543b6cda0b1a">
61+
<img width="900" alt="list_img" src="https://github.com/user-attachments/assets/ee53cc36-0681-40e6-ba72-17208df2027c">
6262

6363
You can also view the default setup for a specific supported model by providing the model name, for example `Meta-Llama-3.1-70B-Instruct`:
6464
```bash

vec_inf/cli/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def list_all(models_df: pd.DataFrame, json_mode: bool):
268268
panels = []
269269
model_type_colors = {
270270
"LLM": "cyan",
271-
"VLM": "blue",
271+
"VLM": "bright_blue",
272272
"Text Embedding": "purple",
273273
}
274274
custom_order = ["LLM", "VLM", "Text Embedding"]

0 commit comments

Comments
 (0)