Show
Returns the details of specified model.
Usage
curl -X GET 'http://127.0.0.1:5000/show?model=mlx-community/Nous-Hermes-2-Mistral-7B-DPO-4bit-MLX'
Example
Python
from mlxserver import MLXServer
server = MLXServer(model="mlx-community/Nous-Hermes-2-Mistral-7B-DPO-4bit-MLX")
Curl
curl -X GET 'http://127.0.0.1:5000/show?model=mlx-community/Nous-Hermes-2-Mistral-7B-DPO-4bit-MLX'
Parameters
model - The model you want to show details about.