From bd2ea926bba2700c933f6243d93ebbcbd26d0317 Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Wed, 22 May 2024 12:18:29 -0400 Subject: [PATCH] Refac meta --- pipelines/examples/mlx_pipeline.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pipelines/examples/mlx_pipeline.py b/pipelines/examples/mlx_pipeline.py index 86aa542..f39d03a 100644 --- a/pipelines/examples/mlx_pipeline.py +++ b/pipelines/examples/mlx_pipeline.py @@ -1,10 +1,12 @@ """ -Name: MLX Pipeline -Description: A pipeline for running the mlx-lm server with a specified model. -Author: justinh-rahb -License: MIT -Python Dependencies: requests, mlx-lm -Environment Variables: MLX_MODEL +title: MLX Pipeline +author: justinh-rahb +date: 2024-05-22 +version: 1.0 +license: MIT +description: A pipeline for running the mlx-lm server with a specified model. +dependencies: requests, mlx-lm +environment: MLX_MODEL """ from typing import List, Union, Generator, Iterator