Add metadata header

This commit is contained in:
Justin Hayes 2024-05-22 11:19:50 -04:00
parent 9f4803a9b6
commit e263648f95

View File

@ -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