Refac meta

This commit is contained in:
Justin Hayes 2024-05-22 12:18:29 -04:00
parent 45cba3dc5d
commit bd2ea926bb

View File

@ -1,10 +1,12 @@
""" """
Name: MLX Pipeline title: MLX Pipeline
Description: A pipeline for running the mlx-lm server with a specified model. author: justinh-rahb
Author: justinh-rahb date: 2024-05-22
License: MIT version: 1.0
Python Dependencies: requests, mlx-lm license: MIT
Environment Variables: MLX_MODEL 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 from typing import List, Union, Generator, Iterator