From e263648f952896be72c85609bf672047e752b867 Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Wed, 22 May 2024 11:19:50 -0400 Subject: [PATCH] Add metadata header --- pipelines/examples/mlx_pipeline.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pipelines/examples/mlx_pipeline.py b/pipelines/examples/mlx_pipeline.py index 553df1f..da7fea5 100644 --- a/pipelines/examples/mlx_pipeline.py +++ b/pipelines/examples/mlx_pipeline.py @@ -1,3 +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, subprocess, os, socket, schemas +Environment Variables: MLX_MODEL +""" + from typing import List, Union, Generator, Iterator import requests import subprocess