File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ You call view the full list of available models by running the `list` command:
5858``` bash
5959vec-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
6363You 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
Original file line number Diff line number Diff 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" ]
You can’t perform that action at this time.
0 commit comments